Go to file
Jeremy Howard 7c7eb2de3e
Merge pull request #206 from JaredBBowden/patch-2
Book now available for sale
2020-09-03 10:19:48 -07:00
clean Fix typos 2020-08-23 19:01:35 +02:00
images Treat TK 2020-04-23 07:48:40 -07:00
.gitignore ignore 2020-08-18 07:33:15 -07:00
01_intro.ipynb Merge pull request #226 from gruggiero/gruggiero-patch-1 2020-09-03 10:12:28 -07:00
02_production.ipynb fastai 2020-08-21 12:36:27 -07:00
03_ethics.ipynb Fix typos 2020-08-23 19:01:35 +02:00
04_mnist_basics.ipynb Merge pull request #225 from sirbots/spelling-fixes 2020-09-03 10:13:03 -07:00
05_pet_breeds.ipynb 'en' changed to 'end' in 05_pet_breeds.ipynb 2020-08-28 16:52:50 -05:00
06_multicat.ipynb Merge pull request #213 from albertvillanova/fix-typos 2020-09-03 10:16:28 -07:00
07_sizing_and_tta.ipynb Fix typos 2020-08-23 19:01:35 +02:00
08_collab.ipynb Fix typos 2020-08-23 19:01:35 +02:00
09_tabular.ipynb Fix typos 2020-08-23 19:01:35 +02:00
10_nlp.ipynb Fix typos 2020-08-23 19:01:35 +02:00
11_midlevel_data.ipynb fastai 2020-08-21 12:36:27 -07:00
12_nlp_dive.ipynb Fix typos 2020-08-23 19:01:35 +02:00
13_convolutions.ipynb Fix typos 2020-08-23 19:01:35 +02:00
14_resnet.ipynb fastbook 2020-08-18 07:48:52 -07:00
15_arch_details.ipynb fastai 2020-08-21 12:36:27 -07:00
16_accel_sgd.ipynb fastbook 2020-08-18 07:48:52 -07:00
17_foundations.ipynb Fix typos 2020-08-23 19:01:35 +02:00
18_CAM.ipynb Fix typos 2020-08-23 19:01:35 +02:00
19_learner.ipynb Merge pull request #213 from albertvillanova/fix-typos 2020-09-03 10:16:28 -07:00
20_conclusion.ipynb Fix typos 2020-08-23 19:01:35 +02:00
app_blog.ipynb Fix typos 2020-08-23 19:01:35 +02:00
app_jupyter.ipynb fastai 2020-08-21 12:36:27 -07:00
environment.yml Update environment.yml 2020-08-16 07:12:11 -07:00
LICENSE init commit 2020-02-28 11:44:06 -08:00
README.md Merge branch 'master' into patch-2 2020-09-03 10:19:35 -07:00
requirements.txt fastai 2020-08-21 12:36:27 -07:00
settings.ini lesson 4 2020-04-14 16:27:04 -07:00
utils.py fastai 2020-08-21 12:36:27 -07:00

Binder

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 were 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 dont 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 youre fixing. Its becoming increasingly difficult for reviewers to know which corrections have already been made. Thank you.)