Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
orbxball committed Jan 8, 2018
1 parent 5fd4459 commit ba6e173
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# ML2017
# Machine Learning, 2017 Spring

This course is Machine Learning from National Taiwan University Department of Electrical Engineering instructed by Professor Hung-Yi, Lee in spring 2017.

- *Predict PM2.5* using linear regression.
[kaggle competition](https://inclass.kaggle.com/c/ml2017-hw1-pm2-5).

- *Predict income* using logistic regression.
[kaggle competition](https://inclass.kaggle.com/c/ml2017-hw2).

- *Image sentiment classification* using convolutional neural network (CNN).
[kaggle competition](https://inclass.kaggle.com/c/ml2017-hw3).

- *Dimensionality reduction*.
[kaggle competition](https://inclass.kaggle.com/c/ntu-ml2017-spring-hw4).

- *Predict tags for each summary of a book* using recurrent neural network (RNN).
[kaggle competition](https://inclass.kaggle.com/c/ml2017-hw5).

- *Predict movie ratings* using SVD.
[kaggle competition](https://inclass.kaggle.com/c/ml2017-hw6).

0 comments on commit ba6e173

Please sign in to comment.