Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
D2l Zh | 48,273 | 1 | 1 | 15 days ago | 47 | December 15, 2022 | 48 | apache-2.0 | Python | |
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。 | ||||||||||
Machine Learning For Software Engineers | 26,824 | 5 months ago | 24 | cc-by-sa-4.0 | ||||||
A complete daily plan for studying to become a machine learning engineer. | ||||||||||
Pumpkin Book | 21,812 | 2 months ago | 16 | other | ||||||
《机器学习》(西瓜书)公式详解 | ||||||||||
D2l En | 19,251 | 3 hours ago | 2 | November 13, 2022 | 94 | other | Python | |||
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge. | ||||||||||
Fastbook | 19,230 | 1 | 13 days ago | 27 | October 24, 2022 | 133 | other | Jupyter Notebook | ||
The fastai book, published as Jupyter Notebooks | ||||||||||
Awesome Kubernetes | 14,249 | 14 days ago | 7 | other | Shell | |||||
A curated list for awesome kubernetes sources :ship::tada: | ||||||||||
Deep Learning With Tensorflow Book | 11,864 | 2 years ago | 78 | Jupyter Notebook | ||||||
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework. | ||||||||||
Python Machine Learning Book | 11,645 | a year ago | 11 | mit | Jupyter Notebook | |||||
The "Python Machine Learning (1st edition)" book code repository and info resource | ||||||||||
Mit Deep Learning Book Pdf | 10,775 | 9 months ago | 10 | Java | ||||||
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville | ||||||||||
Mml Book.github.io | 10,729 | 8 months ago | 135 | Jupyter Notebook | ||||||
Companion webpage to the book "Mathematics For Machine Learning" |
English / Spanish / Korean / Chinese / Bengali / Indonesian / Italian / Portuguese / Vietnamese
These notebooks cover an introduction to deep learning, fastai, and PyTorch. fastai is a layered API for deep learning; for more information, see the fastai paper. Everything in this repo is copyright Jeremy Howard and Sylvain Gugger, 2020 onwards. A selection of chapters is available to read online here.
The notebooks in this repo are used for a MOOC and form the basis of this book, which is currently available for purchase. It does not have the same GPL restrictions that are on this repository.
The code in the notebooks and python .py
files is covered by the GPL v3 license; see the LICENSE file for details. The remainder (including all markdown cells in the notebooks and other prose) is not licensed for any redistribution or change of format or medium, other than making copies of the notebooks or forking this repo for your own private use. No commercial or broadcast use is allowed. We are making these materials freely available to help you learn deep learning, so please respect our copyright and these restrictions.
If you see someone hosting a copy of these materials somewhere else, please let them know that their actions are not allowed and may lead to legal action. Moreover, they would be hurting the community because we're not likely to release additional materials in this way if people ignore our copyright.
Instead of cloning this repo and opening it on your machine, you can read and work with the notebooks using Google Colab. This is the recommended approach for folks who are just getting started -- there's no need to set up a Python development environment on your own machine, since you can just work directly in your web-browser.
You can open any chapter of the book in Colab by clicking on one of these links: Introduction to Jupyter | Chapter 1, Intro | Chapter 2, Production | Chapter 3, Ethics | Chapter 4, MNIST Basics | Chapter 5, Pet Breeds | Chapter 6, Multi-Category | Chapter 7, Sizing and TTA | Chapter 8, Collab | Chapter 9, Tabular | Chapter 10, NLP | Chapter 11, Mid-Level API | Chapter 12, NLP Deep-Dive | Chapter 13, Convolutions | Chapter 14, Resnet | Chapter 15, Arch Details | Chapter 16, Optimizers and Callbacks | Chapter 17, Foundations | Chapter 18, GradCAM | Chapter 19, Learner | Chapter 20, conclusion
If you make any pull requests to this repo, then you are assigning copyright of that work to Jeremy Howard and Sylvain Gugger. (Additionally, if you are making small edits to spelling or text, please specify the name of the file and a very brief description of what you're fixing. It's difficult for reviewers to know which corrections have already been made. Thank you.)
If you wish to cite the book, you may use the following:
@book{howard2020deep,
title={Deep Learning for Coders with Fastai and Pytorch: AI Applications Without a PhD},
author={Howard, J. and Gugger, S.},
isbn={9781492045526},
url={https://books.google.no/books?id=xd6LxgEACAAJ},
year={2020},
publisher={O'Reilly Media, Incorporated}
}