Skip to content
Draft of the fastai book
Jupyter Notebook
Branch: master
Clone or download

Latest commit

Latest commit ea37cbb Feb 29, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
images init commit Feb 28, 2020
.gitignore spelling Feb 29, 2020
01_intro.ipynb spelling Feb 29, 2020
02_production.ipynb spelling Feb 29, 2020
03_ethics.ipynb minor spelling tweaks Feb 29, 2020
04_mnist_basics.ipynb update Feb 29, 2020
05_pet_breeds.ipynb init commit Feb 28, 2020
06_multicat.ipynb init commit Feb 28, 2020
07_sizing_and_tta.ipynb minor spelling tweaks Feb 29, 2020
08_collab.ipynb minor spelling tweaks Feb 29, 2020
09_tabular.ipynb minor spelling tweaks Feb 29, 2020
10_nlp.ipynb merge 10 and 23 Feb 29, 2020
11_nlp_dive.ipynb minor spelling tweaks Feb 29, 2020
12_better_rnn.ipynb minor spelling tweaks Feb 29, 2020
13_convolutions.ipynb minor spelling tweaks Feb 29, 2020
14_deep_conv.ipynb minor spelling tweaks Feb 29, 2020
15_resnet.ipynb init commit Feb 28, 2020
16_arch_details.ipynb minor spelling tweaks Feb 29, 2020
17_accel_sgd.ipynb minor spelling tweaks Feb 29, 2020
18_callbacks.ipynb minor spelling tweaks Feb 29, 2020
19_foundations.ipynb minor spelling tweaks Feb 29, 2020
20_CAM.ipynb Add missing "layer" Feb 29, 2020
21_learner.ipynb init commit Feb 28, 2020
22_conclusion.ipynb init commit Feb 28, 2020
LICENSE init commit Feb 28, 2020
README.md Update README.md Feb 29, 2020
app_blog.ipynb init commit Feb 28, 2020
app_jupyter.ipynb init commit Feb 28, 2020
requirements.txt Update requirements.txt Feb 29, 2020
utils.py init commit Feb 28, 2020

README.md

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 we're 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 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-v2 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.

You can’t perform that action at this time.