Notebooks zum Lektüre
 
Go to file
Aurélien Geron df0ae93b76 Typo fix: how they works=>work 2021-03-29 18:44:42 +13:00
.github/ISSUE_TEMPLATE Remove redundant issue templates 2021-03-20 12:24:54 +13:00
docker update environment gpu support 2021-03-08 16:36:42 +01:00
images Add breakout.gif 2019-05-28 09:31:22 +08:00
.gitignore Add .vscode to .gitignore 2021-02-17 22:20:15 +13:00
01_the_machine_learning_landscape.ipynb Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-14 15:02:09 +13:00
02_end_to_end_machine_learning_project.ipynb Add not about squared=False, fixes #361 2021-03-01 22:18:40 +13:00
03_classification.ipynb Merge pull request #224 from ibeauregard/changes 2021-03-02 15:39:28 +13:00
04_training_linear_models.ipynb Merge pull request #229 from ibeauregard/changes-chap4 2021-03-02 17:27:54 +13:00
05_support_vector_machines.ipynb Replace x0 with x'0 in right side of figure 5-2 2021-03-10 09:17:15 +13:00
06_decision_trees.ipynb Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-14 15:02:09 +13:00
07_ensemble_learning_and_random_forests.ipynb Set max_features="sqrt" in Decision Tree rather than BaggingClassifier 2021-03-04 23:06:21 +13:00
08_dimensionality_reduction.ipynb Fix comment and simplify 'neighbors' code 2021-03-02 18:14:12 +13:00
09_unsupervised_learning.ipynb Replace y_gen_faces with y_bad, and other little fixes (thanks Ian!) 2021-03-02 15:09:30 +13:00
10_neural_nets_with_keras.ipynb Merge branch 'master' into changes-chap10 2021-03-02 12:21:32 +13:00
11_training_deep_neural_networks.ipynb logs["loss"] is the mean loss, not the batch loss anymore (since TF 2.2), fixes #188 2021-03-19 10:50:13 +13:00
12_custom_models_and_training_with_tensorflow.ipynb Update 12_custom_models_and_training_with_tensorflow.ipynb 2021-03-07 11:25:47 +01:00
13_loading_and_preprocessing_data.ipynb Merge pull request #286 from ibeauregard/changes-chap13 2021-03-02 12:14:48 +13:00
14_deep_computer_vision_with_cnns.ipynb Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-16 15:04:34 +13:00
15_processing_sequences_using_rnns_and_cnns.ipynb Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-16 18:21:45 +13:00
16_nlp_with_rnns_and_attention.ipynb Save positional_embedding_plot figure using save_fig() 2021-03-11 15:11:44 +13:00
17_autoencoders_and_gans.ipynb Remove old unused code, and clarify semantic hashing section, fixes #246 2021-03-18 15:39:31 +13:00
18_reinforcement_learning.ipynb Install gym[box2d] on Colab for LunarLander-v2 policy gradients exercise solution 2021-03-20 10:46:02 +13:00
19_training_and_deploying_at_scale.ipynb Add pointers to instructions for the exercise solutions 2021-03-27 18:14:18 +13:00
INSTALL.md Add instructions to update to the latest version of this project 2021-03-20 11:41:32 +13:00
LICENSE First notebook added: matplotlib 2016-02-16 21:40:20 +01:00
README.md Reformat FAQ 2021-03-20 11:46:50 +13:00
apt.txt Add apt.txt for Binder 2019-10-27 20:32:13 -07:00
book_equations.pdf Divide MSE_node by m_node in equation 6-4 2021-03-10 18:45:05 +13:00
changes_in_2nd_edition.md First to do => First thing to do 2019-09-28 22:55:02 +08:00
environment.yml Add Box2D for LunarLander-v2 exercise solution in chapter 18 2021-03-20 11:23:53 +13:00
extra_autodiff.ipynb Typo fix: how they works=>work 2021-03-29 18:44:42 +13:00
extra_gradient_descent_comparison.ipynb Add Colab button, fixes #346 2021-03-02 10:13:13 +13:00
index.ipynb Update chapter 17's name 2021-03-02 17:47:26 +13:00
math_differential_calculus.ipynb Fixed misspelling of 'literature' 2020-11-19 16:48:32 -07:00
math_linear_algebra.ipynb Merge pull request #322 from hattackk/Update-Wording-in-linear-algebra-notebook 2021-03-02 10:46:45 +13:00
ml-project-checklist.md Add ML project checklist 2021-03-24 20:53:26 +13:00
requirements.txt Add Box2D for LunarLander-v2 exercise solution in chapter 18 2021-03-20 11:23:53 +13:00
tools_matplotlib.ipynb Merge pull request #330 from asamarin/master 2021-03-02 10:41:53 +13:00
tools_numpy.ipynb Change np.fromfunction() example and fix typo in explanation, fixes #403 2021-03-10 08:30:14 +13:00
tools_pandas.ipynb Add Colab button, fixes #346 2021-03-02 10:13:13 +13:00

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 online 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 download any data you care about.

  • Recommended: open this repository in Colaboratory:

  • Or open it 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:

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 run this project using a Docker image?

Read the Docker instructions.

Want to install this project on your own machine?

Start by installing Anaconda (or Miniconda), git, and if you have a TensorFlow-compatible GPU, install the GPU driver, as well as the appropriate version of CUDA and cuDNN (see TensorFlow's documentation for more details).

Next, clone this project by opening a terminal and typing the following commands (do not type the first $ signs on each line, they just indicate that these are terminal commands):

$ git clone https://github.com/ageron/handson-ml2.git
$ cd handson-ml2

Next, run the following commands:

$ conda env create -f environment.yml
$ conda activate tf2
$ python -m ipykernel install --user --name=python3

Finally, start Jupyter:

$ jupyter notebook

If you need further instructions, read the detailed installation instructions.

FAQ

Which Python version should I use?

I recommend Python 3.7. If you follow the installation instructions above, that's the version you will get. Most code will work with other versions of Python 3, but some libraries do not support Python 3.8 or 3.9 yet, which is why I recommend Python 3.7.

I'm getting an error when I call load_housing_data()

Make sure you call fetch_housing_data() before you call load_housing_data(). If you're getting an HTTP error, make sure you're running the exact same code as in the notebook (copy/paste it if needed). If the problem persists, please check your network configuration.

I'm getting an SSL error on MacOSX

You probably need to install the SSL certificates (see this StackOverflow question). If you downloaded Python from the official website, then run /Applications/Python\ 3.7/Install\ Certificates.command in a terminal (change 3.7 to whatever version you installed). If you installed Python using MacPorts, run sudo port install curl-ca-bundle in a terminal.

I've installed this project locally. How do I update it to the latest version?

See INSTALL.md

How do I update my Python libraries to the latest versions, when using Anaconda?

See INSTALL.md

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 and Ian Beauregard who reviewed every notebook and submitted many PRs, including help on some of the exercise solutions. Thanks as well to Steven Bunkley and Ziembla who created the docker directory, and to github user SuperYorio who helped on some exercise solutions.