-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
198 lines (179 loc) · 8.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Morris Lee Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="landing is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Morris Lee Portfolio</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="elements.html">Experience</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<div><img src="images/profile.png" alt="profile image"></div>
<h2>Morris Lee Portfolio</h2>
<p>Hello, welcome to this page, I'm Morris Lee.<br />
Hope you enjoy my portfolios.</p>
<p></p>
<ul class="actions special">
<li><a href="http://www.morris-lee.com/" class="button primary">morris-lee.com</a></li>
</ul>
<br>
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>Summary <br />
</h2>
<p>Master Level educated data science student with Deep Learning and Google Data Analytics specialization. <br>
Accomplished projects leader in 4 subjects and achieved more than 2 projects best score in the class of over 20 groups of data scientist. <br>
Good attitude and hardworking.</p>
</header>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style2">
<section class="spotlight">
<div class="image"><img src="images/pic01.jpg" alt="" /></div><div class="content">
<h2>Created Full-Featured <br />
Social Media Site</h2>
<p>Created a full-featured social media website SocialHarimau.com. Written APIs such as Voting Polls, Blogposts, Job Market, Profiles Network, Like-Comment-Share, Notification, Search and Send Message.
Implemented by Django, AWS S3, Python, HTML, Bootstrap, CSS & JavaScript. <br><br> Achieved over 60 users.</p>
<ul class="actions special">
<li><a href="https://www.socialharimau.com/" class="button primary">SocialHarimau.com</a></li>
</ul>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic02.jpg" alt="" /></div><div class="content">
<h2>Movie Recommender System<br />
</h2>
<em>MSc Data Science Academic Project</em><br><br>
<p>Project lead in a team of 4 to build a movie recommender system using Python programming. <br><br>
We used unsupervised learning technique, which are clustering and association rules mining to extract insights
on over 25 million instances of data to identify what movie users like to watch next. Implemented algorithms such as Apriori Algorithm and K-means Clustering.<br><br>
Listed as the top 3 exemplary projects out of over 20 groups of projects submission.
</p>
<ul class="actions special">
<li><a href="https://spark.adobe.com/page/5LdV3RV1i3Ubk/" class="button primary">Team Presentation</a></li>
</ul>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic03.jpg" alt="" /></div><div class="content">
<h2>Prediction of Parkinson’s Disease</h2>
<em>MSc Data Science Academic Project</em><br><br>
<p>Project lead in a team of 4 to build a Parkinsons' UPDRS prediction system using R programming.<br></BR>
We have implemented regression prediction such as Random Forest Regression, Support Vector Machine & K-Nearest Neighbors Regression.
</p>
<p>Overcome challenges of parameters tuning & achieved best project score of over 20 groups </p>
<ul class="actions special">
<li><a href="https://spark.adobe.com/page/gf0qnybSmQvfc/" class="button primary">Team Presentation</a></li>
</ul>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/diet.jpg" alt="" /></div><div class="content">
<h2>Diet Proportions Optimisation<br />
</h2>
<em>MSc Data Science Academic Project</em><br><br>
<p>
We used Simplex method of Linear Programming technique, to build a diet plan system, which satisfy nutritions goal
while minimise the meal cost to overcome obesity problem in Malaysia. <br> <br>
This project objective is to design meal plan on behalf of hospital for dieting customer with lowest cost under daily nutrient intake constraint. <br><br>
Thus, customers can enjoy hassle-free meals while satisfying calories and nutrients goals. Meanwhile,
hospital side can gain new profit streaming, new value-added service, increased customers base,
and minimum ingredient cost by the monthly signup preventive healthcare diet plan.
</p>
<ul class="actions special">
<li><a href="https://github.com/k-w-lee/Diet_Optimisation" class="button primary">GitHub</a></li>
</ul>
</div>
</section>
</section>
<!-- Three -->
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>More About Me</h2>
</header>
<ul class="features">
<li class="icon fa-paper-plane">
<h3>Contact</h3>
<p>Linkedin: <a href="https://www.linkedin.com/in/morris-lee-917b6a14a/">My LinkedIn profile</a> </p>
<p>Email: [email protected]</p>
</li>
<li class="icon solid fa-laptop">
<h3>Technologies</h3>
<p>Numpy, Pandas, Git, Scikit-Learn, Django, Flask, SAP, Matplotlib, Linux, Tidyverse, Adam, Tensorflow, YOLO algorithm, GRU, LSTM, Transformer, Heroku, AWS S3, Google Cloud AI</p>
</li>
<li class="icon solid fa-code">
<h3>Languages</h3>
<p>Python, R, SQL, HTML, CSS, Java, Linux, Java Script</p>
</li>
<li class="icon solid fa-headphones-alt">
<h3>Favorite Music</h3>
<p>Songs by HongKong celebrity Leslie Cheung </p>
</li>
<li class="icon fa-heart">
<h3>Hobbies</h3>
<p>Coding, Learn New Technologies, Make YouTube Videos </p>
</li>
<li class="icon fa-flag">
<h3>Major Achievements</h3>
<p>Successfully proposed “Split Bill” in Maybank MAE, which was launched with over 1 million downloads</p>
<p>Created social media site, SocialHarimau.com</p>
</li>
</ul>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Interested to keep in touch?</h2>
<p>Send me an Email to [email protected]</p>
</header>
<ul class="actions stacked">
<li><a href="mailto:[email protected]" class="button fit primary">Email</a></li> </ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>