Deep learning at ENS Ulm
Advanced algorithms at École polytechnique
Machine learning
Jupyter notebooks on GitHub
Supervised learning: regression, classification
- Regression, classification
- Write your own gradient descent
- Write your own backpropagation
- Classification of handwritten digits
Unsupervised learning
- Dimensionality reduction
- Recommender systems
- k-means
- Skip-gram & negative sampling: word2vec
- t-SNE
Reinforcement learning
- Policy improvement
- Value iteration