Notebooks zum Lektüre
 
Go to file
Aurélien Geron bbadc3276a Merge branch 'master' of github.com:ageron/handson-ml2 2019-10-21 09:02:13 +08:00
docker Add environment.yml for conda, and update Dockerfile to use it 2019-10-13 21:56:08 +08:00
images Add breakout.gif 2019-05-28 09:31:22 +08:00
work_in_progress Remove from __future__ imports as we move away from Python 2 2019-10-12 17:07:53 +09:30
.gitignore Add protoc example and tf.io.decode_proto() example 2019-10-21 09:01:15 +08:00
01_the_machine_learning_landscape.ipynb Add (USD) after GDP per capita 2019-07-10 17:08:12 +02:00
02_end_to_end_machine_learning_project.ipynb Merge branch 'master' of github.com:ageron/handson-ml2 2019-10-21 09:02:13 +08:00
03_classification.ipynb Import urllib directly instead of from six.moves, as we move away from Python 2 2019-10-12 16:29:54 +09:30
04_training_linear_models.ipynb Iris-Virginica => Iris virginica (& same for versicolor and setosa) 2019-08-12 14:45:33 +08:00
05_support_vector_machines.ipynb Improve a few figures (e.g., add missing labels, share axes, etc.) 2019-10-13 17:19:39 +08:00
06_decision_trees.ipynb Improve a few figures (e.g., add missing labels, share axes, etc.) 2019-10-13 16:58:36 +08:00
07_ensemble_learning_and_random_forests.ipynb Improve a few figures (e.g., add missing labels, share axes, etc.) 2019-10-13 16:58:36 +08:00
08_dimensionality_reduction.ipynb Rename figure 2019-05-06 13:15:01 +08:00
09_unsupervised_learning.ipynb Import urllib directly instead of from six.moves, as we move away from Python 2 2019-10-12 16:30:13 +09:30
10_neural_nets_with_keras.ipynb Display Fashion MNIST 2019-07-13 11:31:17 +02:00
11_training_deep_neural_networks.ipynb SGD now defaults to lr=0.01 so use 1e-3 explicitely 2019-06-10 10:48:00 +08:00
12_custom_models_and_training_with_tensorflow.ipynb Stop using learning_phase: it's a global variable, and currently broken anyway 2019-05-09 16:26:38 +08:00
13_loading_and_preprocessing_data.ipynb Add protoc example and tf.io.decode_proto() example 2019-10-21 09:01:15 +08:00
14_deep_computer_vision_with_cnns.ipynb tf.image.resize_image_with_crop_or_pad was renamed to tf.image.resize_with_crop_or_pad 2019-06-27 10:10:22 +02:00
15_processing_sequences_using_rnns_and_cnns.ipynb Fix Actual vs Forecast in diagrams, fixes #21 2019-08-03 12:11:40 +08:00
16_nlp_with_rnns_and_attention.ipynb issue 32: remove dropout in stateful RNN 2019-09-28 12:06:05 -04:00
17_autoencoders_and_gans.ipynb Clarify DenseTranspose 2019-06-10 17:42:31 +08:00
18_reinforcement_learning.ipynb Fix os.join() => os.path.join() 2019-10-12 18:05:41 +09:30
19_training_and_deploying_at_scale.ipynb Add 19_training_and_deploying_at_scale.ipynb, update index.ipynb 2019-07-13 11:41:30 +02:00
INSTALL.md Simplify README.md, add links to binder, deepnotes and colab, and move installation details to INSTALL.md 2019-01-22 12:30:13 +08:00
LICENSE First notebook added: matplotlib 2016-02-16 21:40:20 +01:00
README.md Remove deepnote note about startup speed 2019-10-01 09:51:50 +09:30
book_equations.ipynb Fix equation 16-6 (max_alpha'=>max_a') 2018-05-07 22:47:28 +02:00
changes_in_2nd_edition.md First to do => First thing to do 2019-09-28 22:55:02 +08:00
environment.yml Add environment.yml for conda, and update Dockerfile to use it 2019-10-13 21:56:08 +08:00
extra_gradient_descent_comparison.ipynb Remove from __future__ imports as we move away from Python 2 2019-10-12 16:40:05 +09:30
index.ipynb Add 19_training_and_deploying_at_scale.ipynb, update index.ipynb 2019-07-13 11:41:30 +02:00
math_linear_algebra.ipynb Remove from __future__ imports as we move away from Python 2 2019-10-12 16:40:05 +09:30
requirements.txt Add environment.yml for conda, and update Dockerfile to use it 2019-10-13 21:56:08 +08:00
tools_matplotlib.ipynb Remove from __future__ imports as we move away from Python 2 2019-10-12 16:40:05 +09:30
tools_numpy.ipynb Remove from __future__ imports as we move away from Python 2 2019-10-12 16:40:05 +09:30
tools_pandas.ipynb Remove from __future__ imports as we move away from Python 2 2019-10-12 16:40:05 +09:30

README.md

Machine Learning Notebooks

This project aims at teaching you the fundamentals of Machine Learning in python. It contains the example code and solutions to the exercises in the second edition of my O'Reilly book Hands-on Machine Learning with Scikit-Learn, Keras and TensorFlow:

Note: If you are looking for the first edition notebooks, check out ageron/handson-ml.

Quick Start

Want to play with these notebooks without having to install anything?

Use any of the following services.

WARNING: Please be aware that these services provide temporary environments: anything you do will be deleted after a while, so make sure you save anything you care about.

  • Open this repository in Binder:

    • Note: Most of the time, Binder starts up quickly and works great, but when handson-ml2 is updated, Binder creates a new environment from scratch, and this can take quite some time.
  • Or open it in Deepnote:

  • Or open it in Colaboratory:

    • Note: Colab environments only contain the notebooks you open, they do not clone the rest of the project, so you need to do it yourself by running !git clone https://github.com/ageron/handson-ml2 and !mv handson-ml2/* /content to have access to other files in this project (such as datasets and images). Moreover, Colab does not come with the latest libraries, so you need to run !python3 -m pip install -U -r requirements.txt then restart the environment (but do not reset it!). If you open multiple notebooks from this project, you only need to do this once (as long as you do not reset the runtimes).

Just want to quickly look at some notebooks, without executing any code?

Browse this repository using jupyter.org's notebook viewer:

Note: github.com's notebook viewer also works but it is slower and the math equations are not always displayed correctly.

Want to install this project on your own machine?

If you have a working Python 3.5+ environment and git is installed, then an easy way to install this project and its dependencies is using pip. Open a terminal and run the following commands (do not type the $ signs, they just indicate that this is a terminal command):

$ git clone https://github.com/ageron/handson-ml2.git
$ cd handson-ml2
$ python3 -m pip install --user --upgrade pip setuptools
$ # Read `requirements.txt` if you want to use a GPU.
$ python3 -m pip install --user --upgrade -r requirements.txt
$ jupyter notebook

If you need more detailed installation instructions, or you want to use Anaconda, read the detailed installation instructions.

Contributors

I would like to thank everyone who contributed to this project, either by providing useful feedback, filing issues or submitting Pull Requests. Special thanks go to Haesun Park who helped on some of the exercise solutions, and to Steven Bunkley and Ziembla who created the docker directory.