ageron/handson-ml3

▲ 52 stars today★ 14,150⑂ 5,307

A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.

About ageron/handson-ml3

ageron/handson-ml3 is an open-source project on GitHub, mainly written in Jupyter Notebook. A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2. It currently holds 14,150 stars and 5,307 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the Today's Trending board.

GitHub Repository Details

Repository ageron/handson-ml3 · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

Machine Learning Notebooks, 3rd edition =================================

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 third edition of my O'Reilly book Hands-on Machine Learning with Scikit-Learn, Keras and TensorFlow (3rd edition):

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

Quick Start

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

⚠ _Colab provides a temporary environment: anything you do will be deleted after a while, so make sure you download any data you care about._

Other services may work as well, but I have not fully tested them:

  • https://github.com/ageron/handson-ml3/blob/HEAD/Open in Kaggle
  • https://github.com/ageron/handson-ml3/blob/HEAD/Launch binder
  • https://github.com/ageron/handson-ml3/blob/HEAD/Launch in Deepnote

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

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-ml3.git $ cd handson-ml3

Next, run the following commands:

$ conda env create -f environment.yml $ conda activate homl3 $ 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.10. If you follow the installation instructions above, that's the version you will get. Any version ≥3.7 should work as well.

I'm getting an error when I 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. If it's an SSL error, see the next question.

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.10/Install\ Certificates.command in a terminal (change 3.10 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. Thanks a lot to Victor Khaustov who submitted plenty of excellent PRs, fixing many errors. And lastly, thanks to Google ML Developer Programs team who supported this work by providing Google Cloud Credit.

GitHub Stars & Activity

14,150Stars
5,307Forks
0Open issues
Jupyter NotebookLanguage

GitHub Popularity

GitHub stars14,150
Forks5,307
Open issues0
Primary languageJupyter Notebook
License-
Stars gained today52
Created-
Last pushed-

Trending History

Weekly boardrank #85 · ▲ 52 stars

Related AI Projects

1

microsoft / generative-ai-for-beginners

Jupyter Notebook★ 119,854⑂ 63,097▲ 77 stars
2

anthropics / prompt-eng-interactive-tutorial

Jupyter Notebook★ 38,194⑂ 4,230▲ 24 stars
3

anthropics / courses

Jupyter Notebook★ 22,843⑂ 2,479▲ 7 stars
4

facebookresearch / sam2

Jupyter Notebook★ 19,874⑂ 2,545▲ 12 stars
5

Infrasys-AI / AISystem

Jupyter Notebook★ 17,821⑂ 2,474▲ 16 stars
6

GoogleCloudPlatform / generative-ai

Jupyter Notebook★ 17,713⑂ 4,454▲ 10 stars
7

karpathy / micrograd

Jupyter Notebook★ 17,546⑂ 2,797▲ 20 stars
8

datawhalechina / llm-universe

Jupyter Notebook★ 13,990⑂ 1,415▲ 18 stars

More AI Rankings