{"id":13590819,"url":"https://github.com/ageron/handson-ml3","last_synced_at":"2025-05-14T22:06:06.567Z","repository":{"id":37712362,"uuid":"461147335","full_name":"ageron/handson-ml3","owner":"ageron","description":"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.","archived":false,"fork":false,"pushed_at":"2025-04-08T18:02:34.000Z","size":42865,"stargazers_count":9313,"open_issues_count":111,"forks_count":3733,"subscribers_count":171,"default_branch":"main","last_synced_at":"2025-05-07T22:00:05.678Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ageron.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-02-19T09:43:22.000Z","updated_at":"2025-05-07T18:33:39.000Z","dependencies_parsed_at":"2024-01-10T07:33:13.061Z","dependency_job_id":"771fa031-fb7f-45b5-96d6-0f034e0509e2","html_url":"https://github.com/ageron/handson-ml3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ageron%2Fhandson-ml3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ageron%2Fhandson-ml3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ageron%2Fhandson-ml3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ageron%2Fhandson-ml3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ageron","download_url":"https://codeload.github.com/ageron/handson-ml3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235693,"owners_count":22036963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T16:00:50.788Z","updated_at":"2025-05-14T22:06:01.546Z","avatar_url":"https://github.com/ageron.png","language":"Jupyter Notebook","readme":"Machine Learning Notebooks, 3rd edition\n=================================\n\nThis project aims at teaching you the fundamentals of Machine Learning in\npython. 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)](https://homl.info/er3):\n\n\u003ca href=\"https://homl.info/er3\"\u003e\u003cimg src=\"https://learning.oreilly.com/library/cover/9781098125967/300w/\" title=\"book\" width=\"150\" border=\"0\" /\u003e\u003c/a\u003e\n\n**Note**: If you are looking for the second edition notebooks, check out [ageron/handson-ml2](https://github.com/ageron/handson-ml2). For the first edition, see [ageron/handson-ml](https://github.com/ageron/handson-ml).\n\n## Quick Start\n\n### Want to play with these notebooks online without having to install anything?\n\n* \u003ca href=\"https://colab.research.google.com/github/ageron/handson-ml3/blob/main/\" target=\"_parent\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e (recommended)\n\n⚠ _Colab provides a temporary environment: anything you do will be deleted after a while, so make sure you download any data you care about._\n\n\u003cdetails\u003e\n\nOther services may work as well, but I have not fully tested them:\n\n* \u003ca href=\"https://homl.info/kaggle3/\"\u003e\u003cimg src=\"https://kaggle.com/static/images/open-in-kaggle.svg\" alt=\"Open in Kaggle\" /\u003e\u003c/a\u003e\n\n* \u003ca href=\"https://mybinder.org/v2/gh/ageron/handson-ml3/HEAD?filepath=%2Findex.ipynb\"\u003e\u003cimg src=\"https://mybinder.org/badge_logo.svg\" alt=\"Launch binder\" /\u003e\u003c/a\u003e\n\n* \u003ca href=\"https://homl.info/deepnote3/\"\u003e\u003cimg src=\"https://deepnote.com/buttons/launch-in-deepnote-small.svg\" alt=\"Launch in Deepnote\" /\u003e\u003c/a\u003e\n\n\u003c/details\u003e\n\n### Just want to quickly look at some notebooks, without executing any code?\n\n* \u003ca href=\"https://nbviewer.jupyter.org/github/ageron/handson-ml3/blob/main/index.ipynb\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg\" alt=\"Render nbviewer\" /\u003e\u003c/a\u003e\n\n* [github.com's notebook viewer](https://github.com/ageron/handson-ml3/blob/main/index.ipynb) also works but it's not ideal: it's slower, the math equations are not always displayed correctly, and large notebooks often fail to open.\n\n### Want to run this project using a Docker image?\nRead the [Docker instructions](https://github.com/ageron/handson-ml3/tree/main/docker).\n\n### Want to install this project on your own machine?\n\nStart by installing [Anaconda](https://www.anaconda.com/products/distribution) (or [Miniconda](https://docs.conda.io/en/latest/miniconda.html)), [git](https://git-scm.com/downloads), and if you have a TensorFlow-compatible GPU, install the [GPU driver](https://www.nvidia.com/Download/index.aspx), as well as the appropriate version of CUDA and cuDNN (see TensorFlow's documentation for more details).\n\nNext, 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):\n\n    $ git clone https://github.com/ageron/handson-ml3.git\n    $ cd handson-ml3\n\nNext, run the following commands:\n\n    $ conda env create -f environment.yml\n    $ conda activate homl3\n    $ python -m ipykernel install --user --name=python3\n\nFinally, start Jupyter:\n\n    $ jupyter notebook\n\nIf you need further instructions, read the [detailed installation instructions](INSTALL.md).\n\n# FAQ\n\n**Which Python version should I use?**\n\nI 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.\n\n**I'm getting an error when I call `load_housing_data()`**\n\nIf 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.\n\n**I'm getting an SSL error on MacOSX**\n\nYou probably need to install the SSL certificates (see this [StackOverflow question](https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error)). 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.\n\n**I've installed this project locally. How do I update it to the latest version?**\n\nSee [INSTALL.md](INSTALL.md)\n\n**How do I update my Python libraries to the latest versions, when using Anaconda?**\n\nSee [INSTALL.md](INSTALL.md)\n\n## Contributors\nI would like to thank everyone [who contributed to this project](https://github.com/ageron/handson-ml3/graphs/contributors), 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.\n","funding_links":[],"categories":["others","Jupyter Notebook","A01_机器学习教程","Machine Learning Tutorials","🤖 Machine Learning \u0026 AI"],"sub_categories":["Data Management","Resources"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fageron%2Fhandson-ml3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fageron%2Fhandson-ml3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fageron%2Fhandson-ml3/lists"}