* Update 04_mnist_basics.ipynb Change 'turn to be' to 'turn out to be' * Update 04_mnist_basics.ipynb Change 'linear layout' to 'linear layer' * Update 04_mnist_basics.ipynb add comma * Update 05_pet_breeds.ipynb change 'using to' to 'using it to' * Update 05_pet_breeds.ipynb Change 'probem' to 'problem' * Update 05_pet_breeds.ipynb Change "train the model all" to "train the model at all" * Fix typo Change "same people appears" to "same people appear" * Fix typo Change 'tfrom' to 'from' * Make text match code Text said 2e-2 but code has 1e-2 * Fix redundant words Change "on your about your" to "on your" * Fix grammar Change "inputs images" to "input images" * grammar fix Changed "updating weight" to "updating weights" * Fix grammar * Fix grammar * Fix newline added mistakenly |
||
---|---|---|
clean | ||
images | ||
tools | ||
.gitignore | ||
01_intro.ipynb | ||
02_production.ipynb | ||
03_ethics.ipynb | ||
04_mnist_basics.ipynb | ||
05_pet_breeds.ipynb | ||
06_multicat.ipynb | ||
07_sizing_and_tta.ipynb | ||
08_collab.ipynb | ||
09_tabular.ipynb | ||
10_nlp.ipynb | ||
11_midlevel_data.ipynb | ||
12_nlp_dive.ipynb | ||
13_convolutions.ipynb | ||
14_resnet.ipynb | ||
15_arch_details.ipynb | ||
16_accel_sgd.ipynb | ||
17_foundations.ipynb | ||
18_CAM.ipynb | ||
19_learner.ipynb | ||
20_conclusion.ipynb | ||
app_blog.ipynb | ||
app_jupyter.ipynb | ||
CODE_OF_CONDUCT.md | ||
environment.yml | ||
LICENSE | ||
README_bn.md | ||
README_es.md | ||
README_id.md | ||
README_ko.md | ||
README_zh.md | ||
README.md | ||
requirements.txt | ||
settings.ini | ||
utils.py |
English / Spanish
/ Korean / Chinese / Bengali
/ Indonesian
The fastai book
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.
These notebooks 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 draft.
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.
This is an early draft. If you get stuck running notebooks, please search the fastai-dev forum for answers, and ask for help there if needed. Please don’t use GitHub issues for problems running the notebooks.
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 becoming increasingly difficult for reviewers to know which corrections have already been made. Thank you.)