You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This learning schedule is sorted out for *reseachers* or *whoever interested in
6
6
7
7
The skills you need to develop a *machine learning / deep learning / computer vision* project include:
8
8
9
-
***Coding skills**. Coding is not the objective, but the tool. Without the tool, nothing can be built.
9
+
***Coding skills**. Coding is not the objective, but the tool. Without the tool, nothing can be built.
10
10
***Mathematics**. Math is the foundation of machine learning that you can't evade, among which statistics and probability are the most important.
11
11
***Machine learning algorithms**, which is the focus of most research or competitions.
12
12
***Paper reading and writing**, which involves English proficiency and professionalisim. You may not necesssarily publish a paper on a journal or a conference. However, to keep up with others' work and report your work, you have to be familiar with how to read and write a paper.
@@ -30,6 +30,10 @@ After finishing the above courses, it's highly suggested to join some simple com
30
30
*[**`Digit Recognizer`**](https://www.kaggle.com/c/digit-recognizer) A classification task based on hand-written digit images. A convolutional neural network might be involved. For this competition, we provide some [`reference code`](https://github.com/LinguoLi/mnist_tutorial) with different mahcine learning computing package.
31
31
*[**`Titanic: Machine Learning from Disaster`**](https://www.kaggle.com/c/titanic) A classification task based on structured data.
32
32
33
+
We recommend ML freshman should know the following packages:
0 commit comments