About
"Live boldly. Push yourself. Don't settle."
I am a Hongkonger currently living in Calgary.
I graduated from the Hong Kong University of Science and Technology, majoring in Risk Management and Business Intelligence. Throughout my school year, I have built and synthesized statistical, mathematical, financial, and information system know-how to develop professional skills and solve risk management problems.
With the progressively responsible experience at a retail company, I learnt how to handle a high volume of diverse office duties with minimal supervision in a fast-paced environment. I gained experience working in various departments, like information system department, marketing department, and purchasing department. I felt very grateful to learn new skills as it is vital to my success and improve my ability in multidimensional thinking.
Outside of work, I enjoy traveling, camping, and music. I'm endlessly inspired by nature and notes. I love waking up to new horizons, making friends with people, and exploring the world.
Portfolio
My Resume in Power BI
POWER BI | DATA VISUALISATION
How Headlines Change the Way We Think
PYTHON | FEATURE ENGINEERING | REGRESSION MODEL | CLASSIFICATION MODEL
Google Play Store Top 600 Apps
SQL | DATA MANIPULATION
Movie Reviews Sentiment Analysis
PYTHON | DATA PROCESSING | DEEP LEARNING
Predicting Credit Card Default
PYTHON | FEATURE ENGINEERING | REGRESSION MODEL | CLASSIFICATION MODEL
Contact
Elements
Text
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }
. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';