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

https://github.com/bjpcjp/scikit-and-tensorflow-workbooks

based on "Hands-On Machine Learning with Scikit-Learn & TensorFlow" (O'Reilly, Aurelien Geron)
https://github.com/bjpcjp/scikit-and-tensorflow-workbooks

deep-learning scikit-learn tensorflow tensorflow-tutorials

Last synced: 2 months ago
JSON representation

based on "Hands-On Machine Learning with Scikit-Learn & TensorFlow" (O'Reilly, Aurelien Geron)

Awesome Lists containing this project

README

          

![book cover](book-cover.png)

[ebook repo](https://github.com/ageron/handson-ml/blob/master/15_autoencoders.ipynb)

# book chapters
1) Intro to Machine Learning
2) Example end-to-end Machine Learning project (California Housing dataset)
3) Basic Classification
4) Training Techniques
5) Support Vector Machines
6) Decision Trees
7) Ensemble Learning & Random Forests
8) Dimensionality Reduction
9) TensorFlow Installation & Checkout
10) TensorFlow & Neural Nets
11) TensorFlow Training
12) TensorFlow on Distributed Hardware
13) Convolutional Neural Nets
14) Recurrent Neural Nets
15) Autoencoders
16) Reinforcement Learning