Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hatashiro/coursera-machine-learning

Programming assignments of the Machine Learning course in Coursera
https://github.com/hatashiro/coursera-machine-learning

assignment coursera machine-learning

Last synced: 5 days ago
JSON representation

Programming assignments of the Machine Learning course in Coursera

Awesome Lists containing this project

README

        

# coursera-machine-learning

Programming assignments of the Machine Learning course in Coursera

- https://www.coursera.org/learn/machine-learning

## Assignments

1. [Linear Regression](ex1)
2. [Logistic Regression](ex2)
3. [Multi-class Classification and Neural Networks](ex3)
4. [Neural Network Learning](ex4)
5. [Regularized Linear Regression and Bias/Variance](ex5)
6. [Support Vector Machines](ex6)
7. [K-Means Clustering and PCA](ex7)
8. [Anomaly Detection and Recommender Systems](ex8)