This repository contains solutions to Aurélien Géron's book on machine learning Hands-On Machine Learning with Scikit-Learn and TensorFlow 2nd Edition. All solutions are constructed using Jupyter Notebooks.
Go to file
tsb1995 72a400e74f add Ch13 2020-03-02 10:50:11 -08:00
Ch1 Add Exercises 2020-02-28 14:35:26 -08:00
Ch2 add ch2 and ch3 2019-12-12 13:41:30 -08:00
Ch3 add ch2 and ch3 2019-12-12 13:41:30 -08:00
Ch4 add some chapter exercices 2019-12-20 10:11:36 -08:00
Ch5 add some chapter exercices 2019-12-20 10:11:36 -08:00
Ch6 add some chapter exercices 2019-12-20 10:11:36 -08:00
Ch7 add some chapter exercices 2019-12-20 10:11:36 -08:00
Ch8 add more chapters 2019-12-23 11:41:37 -08:00
Ch9 add Ch9 2019-12-23 15:58:56 -08:00
Ch10 Add Exercises 2020-02-28 14:35:26 -08:00
Ch11 Add Exercises 2020-02-28 14:35:26 -08:00
Ch12 Add Exercises 2020-02-28 14:35:26 -08:00
Ch13 add Ch13 2020-03-02 10:50:11 -08:00
Ch14 add Ch13 2020-03-02 10:50:11 -08:00
.gitignore.txt add gitignore 2019-12-12 13:43:41 -08:00
README.md Update README.md 2020-02-28 14:37:08 -08:00

README.md

Hands-On Machine Learning with Scikit-Learn and TensorFlow

This repositort contains solutions to Aurélien Géron's book on machine learning Hands-On Machine Learning with Scikit-Learn and TensorFlow 2nd Edition. All solutions are constructed using Jupyter Notebooks.

Chapter 1 - The Machine Learning Landscape Chapter 2 - End-to-End Machine Learning Project Chapter 3 - Classification Chapter 4 - Training Models Chapter 5 - Support Vector Machines Chapter 6 - Decision Trees Chapter 7 - Ensemble Learning and Random Forests Chapter 8 - Dimensionality Reduction Chapter 9 - Unsupervised Learning Techniques Chapter 10 - Intro to Atrificial Neural Networks with Keras Chapter 11 - Training Deep Neural Networks Chapter 12 - Custom Models and Training with Tensorflow