Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 503 Bytes

File metadata and controls

13 lines (7 loc) · 503 Bytes

2020-1 Machine Learning

repository to submit assignment of machine learning class

  1. Implement of simple linear regression (과제2, 과제3)

  2. Implement of multiple regression (과제4)

  3. Implement of logistic regression (multiple, polynomial, penalized) (과제5, 과제6, 과제7)

  4. Neural network classification model using MNIST data (과제9, 과제10)

  5. Positive, negative neural network classification model with simple natural language processing using movie review data (과제11)