Go to file
2020-03-04 17:00:19 +01:00
images lossless PNG compression 2020-03-02 14:41:40 +00:00
.gitignore spelling 2020-02-29 11:55:03 -08:00
01_intro.ipynb Merge pull request #23 from pfcrowe/master 2020-03-03 15:22:26 -08:00
02_production.ipynb merge 2020-03-03 15:04:23 -08:00
03_ethics.ipynb merge 2020-03-03 15:04:23 -08:00
04_mnist_basics.ipynb merge 2020-03-03 15:04:23 -08:00
05_pet_breeds.ipynb merge 2020-03-03 15:04:23 -08:00
06_multicat.ipynb merge 2020-03-03 15:04:23 -08:00
07_sizing_and_tta.ipynb minor spelling tweaks 2020-02-29 00:17:13 -06:00
08_collab.ipynb merge 2020-03-03 15:04:23 -08:00
09_tabular.ipynb PRs 2020-03-03 15:24:24 -08:00
10_nlp.ipynb merge 2020-03-03 15:04:23 -08:00
11_nlp_dive.ipynb updates from repo 2020-03-03 06:11:00 -08:00
12_better_rnn.ipynb updates from repo 2020-03-03 06:11:00 -08:00
13_convolutions.ipynb minor spelling tweaks 2020-02-29 00:17:13 -06:00
14_deep_conv.ipynb Merge branch 'master' of github.com:fastai/fastbook 2020-03-03 06:44:41 -08:00
15_resnet.ipynb init commit 2020-02-28 11:44:06 -08:00
16_arch_details.ipynb updates from repo 2020-03-03 06:11:00 -08:00
17_accel_sgd.ipynb updates from repo 2020-03-03 06:11:00 -08:00
18_callbacks.ipynb updates from repo 2020-03-03 06:11:00 -08:00
19_foundations.ipynb minor spelling tweaks 2020-02-29 00:17:13 -06:00
20_CAM.ipynb updates from repo 2020-03-03 06:11:00 -08:00
21_learner.ipynb merge 2020-03-03 06:47:50 -08:00
22_conclusion.ipynb Fixed Conclusion Ch. typos 2020-03-03 19:11:19 +01:00
app_blog.ipynb init commit 2020-02-28 11:44:06 -08:00
app_jupyter.ipynb init commit 2020-02-28 11:44:06 -08:00
LICENSE init commit 2020-02-28 11:44:06 -08:00
README.md Update README.md 2020-02-29 13:36:38 -08:00
requirements.txt Add missing requirement 2020-03-04 17:00:19 +01:00
settings.ini settings 2020-03-03 15:28:47 -08:00
utils.py init commit 2020-02-28 11:44:06 -08:00

The fastai book - draft

These draft 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 will be used for a course were teaching in San Francisco from March 2020, and will be available as a MOOC from around July 2020. In addition, our plan is that these notebooks will form the basis of this book, which you can pre-order. It will 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-v2 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.