Implementations and exercises from Hands on Machine Learning with Scikit-Learn, Keras, and Tensorflow by Aurélien Géron.
- MNIST dataset classifier using KNN
- Titanic dataset classifier using Random Forests
- Spam filter using SVM classifier
- MNIST dataset dimensionality reduction with t-SNE, PCA, Locally Linear Embedding, and Multidimensional Scaling
- Exercises
- Olivetti Faces dataset unsupervised learning with K-Means and Bayesian Gaussian Mixture Models
- Exercises
- MNIST dataset chunked TFRecord loading
- Large Movie Review dataset loading and preprocessing
- Exercises
- MNIST dataset scratch CNN
- Labeled Faces in the Wild dataset transfer learning
- Neural Style Transfer tutorial
- Exercises