Go to file
Sylvain Gugger 9c47253dbf
Merge pull request #87 from Datadote/master
chp2 recommendations
2020-04-06 10:40:05 -04:00
clean Follow-up 2020-04-03 08:49:34 -07:00
images Update and add clean 2020-03-06 10:19:03 -08:00
.gitignore rename 2020-03-05 13:57:14 -08:00
01_intro.ipynb Follow-up 2020-03-31 16:23:34 -07:00
02_production.ipynb Merge pull request #87 from Datadote/master 2020-04-06 10:40:05 -04:00
03_ethics.ipynb Follow-up 2020-04-03 08:49:34 -07:00
04_mnist_basics.ipynb Updates and fixes 2020-03-31 13:57:32 -07:00
05_pet_breeds.ipynb Updates and fixes 2020-03-31 13:57:32 -07:00
06_multicat.ipynb Follow-up 2020-03-31 16:23:34 -07:00
07_sizing_and_tta.ipynb Some minor typos in chapter 7 2020-04-01 12:02:35 +02:00
08_collab.ipynb Follow-up 2020-04-03 08:49:34 -07:00
09_tabular.ipynb Update 2020-03-17 12:15:55 -07:00
10_nlp.ipynb Follow-up 2020-03-31 16:23:34 -07:00
11_midlevel_data.ipynb Follow-up 2020-03-31 16:23:34 -07:00
12_nlp_dive.ipynb Follow-up 2020-04-03 08:49:34 -07:00
13_convolutions.ipynb Update 2020-03-17 12:15:55 -07:00
14_resnet.ipynb Update 2020-03-17 12:15:55 -07:00
15_arch_details.ipynb Update and fix #56 2020-03-22 13:03:50 -07:00
16_accel_sgd.ipynb Update and fix #56 2020-03-22 13:03:50 -07:00
17_foundations.ipynb typos fixed in ch17 and ch18 2020-03-23 10:36:11 -03:00
18_CAM.ipynb typos fixed in ch17 and ch18 2020-03-23 10:36:11 -03:00
19_learner.ipynb Update 2020-03-17 12:15:55 -07:00
20_conclusion.ipynb Update 2020-03-17 12:15:55 -07:00
app_blog.ipynb update 2020-03-15 12:02:35 -07:00
app_jupyter.ipynb Update 2020-03-17 12:15:55 -07:00
LICENSE init commit 2020-02-28 11:44:06 -08:00
README.md Update Readme with request for clear PR naming 2020-03-12 10:33:38 -07: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. (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.)