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

https://github.com/louisguitton/ml-andrew-ng

My code for the MOOC of Andrew Ng of Machine Learning on Coursera
https://github.com/louisguitton/ml-andrew-ng

Last synced: 3 months ago
JSON representation

My code for the MOOC of Andrew Ng of Machine Learning on Coursera

Awesome Lists containing this project

README

          

# Machine Learning
This repo contains octave code.

## Summary of course topics
### Supervised learning - labeled data

- Linear regression
- Logistic regression
- Neural networks
- Support vector machines

### Unsupervised learning - unlabeled data

- K-means
- PCA
- Anomaly detection

### Special applications/topics

- Recommender systems
- Large scale machine learning

### Advice on building machine learning systems

- Bias and variance
- Regularization
- What to do next when developing a system
- Algorithm evaluation
- Learning curves
- Error analysis
- Ceiling analysis