-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutor.html
More file actions
127 lines (122 loc) · 4.8 KB
/
tutor.html
File metadata and controls
127 lines (122 loc) · 4.8 KB
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
<html>
<head>
<meta charset=utf-8>
<title>Henry, a Programming Tutor</title>
<link href="css/bootstrap.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<div class="page-header">
<h2> Ming-Hen (Henry), a Programming Tutor </h2>
<div class="text-right">
View this page in: <a href="">中文</a>
<a href="">English</a>
</div>
</div>
<h3>About Me</h3>
<a href="https://www.facebook.com/jasper.cheung.148">
<img src="pics/minghen.jpg" class="thumbnail" width="15%"></img>
</a>
<div>
<pre class="code">
pic_info = ["This", "is", "my", "dog,", "Jasper."]
print " ".join(pic_info)
</pre>
<p>
Hello! I am Ming-Hen (Henry). I am a applied-mathematician, machine learning researcher and computer hacker. <br>
You are landing on my tutoring page. Since 2006, I have started my teaching career and had many successful stories. <br>
In addition to completing their projects, some of my great students got a job in Google or won medals in International Olympiad in Informatics. <br>
Here, you will see my the services and classes that I offer. Classes are offered in Mandarin Chinese or English over Skype or in person.<br>
If you are curious, <a href="#bio">here is some of my brief bio.</a><br>
<br>
To offer back to our great community, if the students agree, I release my class notes to my <a href="https://github.com/scan33scan33">github</a> or <a href="">Google Drive</a>.
</p>
</div>
<hr></hr>
<h3>Classes Offered</h3>
<ul>Programming (C++, Java, Python, etc):
<ul>
Without any basic knowledge, after about a 3-hour class, you will be able to write almost everything you have in mind using a language of choice.
</ul>
<ul>
Rate: 1800 NTD/hr or 60 USD/hr, Rates are Negotiable.
</ul>
</ul>
<ul>Computer Science Concepts (Algorithm, OS, AI, Compiler, etc):
<ul>
Without any basic knowledge, after about a 3-hour class, you will be able to know how most computer/programs works in general.
</ul>
<ul>
Rate: 1800 NTD/hr or 60 USD/hr, Rates are Negotiable.
</ul>
</ul>
<ul>Data Science & Machine Learning:
<ul>
Without any basic knowledge, after about a 3-hour class, you will be able to create your statistical model for most real world applications.
</ul>
<ul>
To get an idea, you can refer to <a href="https://www.youtube.com/watch?v=vteHJEJuNcQ">my machine-learning talk</a> in Taiwan MLDM group (in Mandarin.)
</ul>
<ul>
Rate: 1800 NTD/hr or 60 USD/hr, Rates are Negotiable.
</ul>
</ul>
<ul>Homework Instructions:
<ul>
I can teach you to complete your college/grad school homeworks/projects. However, I will need to make sure that you understand everything before you submit your (my) code.
</ul>
<ul>
Rate: 1800 NTD/hr or 60 USD/hr, Rates are Negotiable.
</ul>
</ul>
<h3>Other Services</h3>
<ul>
Resume Inspection:
<ul>
I can help to modify your resume if you are applying software engineering jobs/schools in the U.S..
</ul>
<ul>
Rate: 600 NTD/resume, 20 USD/resume. (Please keep your resume less than two pages. Otherwise, you probably don't even want to submit it.)
</ul>
</ul>
<ul>Mock Programming Phone Interviews:
<ul>
I can help you do to technical (45-min) programming interviews over phone.
</ul>
<ul>
Rate: 600 NTD/interview, 20 USD/interview.
</ul>
</ul>
<ul>Referral to Top Companies (if You Passed My Tests): if you can pass my mock phone interview, I can use my connections to refer you to top companies for free.</ul>
<ul>More upon Inquiry</ul>
<hr></hr>
<h3>Application Form</h3>
<iframe src="https://docs.google.com/forms/d/1Qfss4GUpGa6_TDC-JrSA_cSxmC8NCyS4Ry7ZwWj9A7w/viewform?embedded=true" width="760" height="900" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<hr></hr>
<h3>Short Bio</h3>
<div id="bio">
<ul>
<b>Degrees</b>
<li>B.S. in Computer Science with minor in Math in 3.5 years from National Taiwan University.</li>
<li>M.S. in Computer Science in two semesters from Columbia University.</li>
<b>Work</b>
<li>TA of Calculus in NTU</li>
<li>RA of Machine Learning Lab in NTU</li>
<li>RA of Digital Video and Multimedia Lab in Columbia</li>
<li>Software Engineering Intern of Siemens (6 monthes)</li>
<li>Software Engineering of Google (1.5 years entry-level SWE; now a Phd-level SWE.)</li>
<b>Software</b>
<li>Implemented widely-used <a href="">libsvm/liblinear with instances weights.</a></li>
<li><a href="">EasyML</a>: an open-source project that shows some machine-learning applications in a few lines of python code.</li>
<li><a href="">LibGundam</a>: an open-source project for feature pre-processing that won <a href="">the Kaggle R-package recommendation challenge</a>.</li>
<b>Honors</b>
<li>ACM-ICPC Regional Second Place.</li>
<li>Kaggle R-package Recommendation System Challenge Second place.</li>
<li>Active Learning Challenge Second Place.</li>
<li>NYC Health 2.0 Hackathon Second Place.</li>
<li>Academic Papers in CVPR, ICJNN, MVA during My 3 Years of Academia Career.</li>
</ul>
</div>
</div>
</body>
</html>