Go to file
Cleon W 7ae0a56eff Updated typos in 02_production.ipynb (markdown cells only).
1. Removed the duplicate paragraph "To download images with Bing Image
Search..." under the `Gathering Data` > `cleon` section.

2. Added hyperlinks to https://book.fast.ai for the phrase
"book's website". Specifically, in the `Gathering Data` and `State of
deep learning` sections.

3. Corrected the hyperlink to https://book.fast.ai for the phrase
"book's website" in the `Deploying your app` section.
2020-06-28 23:31:12 +08:00
clean Last updates 2020-05-20 08:19:05 -07:00
images Treat TK 2020-04-23 07:48:40 -07:00
.gitignore ignore 2020-04-14 12:52:50 -07:00
01_intro.ipynb Update 2020-05-19 16:56:41 -07:00
02_production.ipynb Updated typos in 02_production.ipynb (markdown cells only). 2020-06-28 23:31:12 +08:00
03_ethics.ipynb Updates 2020-05-18 18:18:45 -07:00
04_mnist_basics.ipynb Update 2020-05-19 16:56:41 -07:00
05_pet_breeds.ipynb Updates 2020-05-18 18:18:45 -07:00
06_multicat.ipynb Updates 2020-05-18 18:18:45 -07:00
07_sizing_and_tta.ipynb Update 2020-05-19 16:56:41 -07:00
08_collab.ipynb Updates 2020-05-18 18:18:45 -07:00
09_tabular.ipynb Typo correction: dataser -> dataset 2020-05-25 14:55:03 +02:00
10_nlp.ipynb Update 2020-05-19 16:56:41 -07:00
11_midlevel_data.ipynb Updates 2020-05-18 18:18:45 -07:00
12_nlp_dive.ipynb Last updates 2020-05-20 08:19:05 -07:00
13_convolutions.ipynb Update 2020-05-19 16:56:41 -07:00
14_resnet.ipynb Update 2020-05-19 16:56:41 -07:00
15_arch_details.ipynb Update 2020-05-19 16:56:41 -07:00
16_accel_sgd.ipynb Last updates 2020-05-20 08:19:05 -07:00
17_foundations.ipynb Update 2020-05-19 16:56:41 -07:00
18_CAM.ipynb Update 2020-05-19 16:56:41 -07:00
19_learner.ipynb Update 2020-05-19 16:56:41 -07:00
20_conclusion.ipynb Update 2020-05-19 16:56:41 -07:00
app_blog.ipynb Last updates 2020-05-20 08:19:05 -07:00
app_jupyter.ipynb Fix writing errors 2020-04-20 14:27:40 -04:00
LICENSE init commit 2020-02-28 11:44:06 -08:00
README.md Update README 2020-05-23 09:17:19 -04:00
requirements.txt Add missing requirement 2020-03-04 17:00:19 +01:00
settings.ini lesson 4 2020-04-14 16:27:04 -07:00
utils.py init commit 2020-02-28 11:44:06 -08:00

Binder

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. (Additionally, if you are making small edits to spelling or text, please specify the name of the file and very brief description of what youre fixing. Its becoming increasingly difficult for reviewers to know which corrections have already been made. Thank you.)