Go to file
2021-01-17 10:09:24 -08:00
clean clean 2020-11-29 10:40:59 -08:00
images Treat TK 2020-04-23 07:48:40 -07:00
tools clean 2020-11-29 10:40:59 -08:00
.gitignore use correct loss 2020-12-26 09:25:42 -08:00
01_intro.ipynb fix typo: "your are" -> "you are" (#378) 2021-01-17 10:08:33 -08:00
02_production.ipynb updates 2020-12-16 15:48:37 -08:00
03_ethics.ipynb Fix link to Markkula's Ethical Lenses (#271) 2020-10-19 09:56:39 -07:00
04_mnist_basics.ipynb updates 2020-12-16 15:48:37 -08:00
05_pet_breeds.ipynb updates 2020-12-16 15:48:37 -08:00
06_multicat.ipynb use correct loss 2020-12-26 09:25:42 -08:00
07_sizing_and_tta.ipynb specify n_out in call to pretrained model function to replace the head with a new one (#254) 2020-11-29 07:06:46 -08:00
08_collab.ipynb Update 08_collab.ipynb (#293) 2020-10-12 01:58:29 -07:00
09_tabular.ipynb Grammar/word fixes in chapters 1, 4, 5, 6, 9, 11 (#348) 2020-12-11 13:40:01 -08:00
10_nlp.ipynb Tokenizer description fixes in 10_nlp.ipynb (#350) 2020-12-11 13:36:11 -08:00
11_midlevel_data.ipynb Grammar/word fixes in chapters 1, 4, 5, 6, 9, 11 (#348) 2020-12-11 13:40:01 -08:00
12_nlp_dive.ipynb Fix questionnaire: torch.stack->torch.cat (#344) 2020-12-11 13:40:33 -08:00
13_convolutions.ipynb Update 13_convolutions.ipynb (#278) 2020-10-19 09:55:23 -07:00
14_resnet.ipynb Update 14_resnet.ipynb (#300) 2020-11-29 06:58:15 -08:00
15_arch_details.ipynb Fix create_head initialization in 15_arch_details.ipynb (#383) 2021-01-17 10:07:21 -08:00
16_accel_sgd.ipynb Ch16 Fixes (#322) 2020-11-29 06:20:39 -08:00
17_foundations.ipynb updates 2020-12-16 15:48:37 -08:00
18_CAM.ipynb Ch17 fixes (#323) 2020-11-30 09:05:35 -08:00
19_learner.ipynb store_attr 2020-09-13 09:55:40 -07:00
20_conclusion.ipynb Fix typos 2020-08-23 19:01:35 +02:00
app_blog.ipynb clean 2020-09-03 15:51:00 -07:00
app_jupyter.ipynb updates 2020-12-16 15:48:37 -08:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md 2020-11-29 07:33:48 -08: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_bn.md add README for Indoensian, fix readme link and remove some double spaces (#307) 2020-11-29 06:53:33 -08:00
README_es.md add README for Indoensian, fix readme link and remove some double spaces (#307) 2020-11-29 06:53:33 -08:00
README_id.md add citation and fix minor spelling error (#374) 2021-01-17 10:09:24 -08:00
README_ko.md add README for Indoensian, fix readme link and remove some double spaces (#307) 2020-11-29 06:53:33 -08:00
README_zh.md add README for Indoensian, fix readme link and remove some double spaces (#307) 2020-11-29 06:53:33 -08:00
README.md updates 2020-12-16 15:48:37 -08:00
requirements.txt Update requirements.txt 2020-08-22 17:30:24 +05:30
settings.ini lesson 4 2020-04-14 16:27:04 -07:00
utils.py Added function 'search_images_ddg' to search Duck Duck Go with same api as 'search_images_bing', except for the need for the api-key. Also, this function removes duplicated urls. Accordingly, the paramater is 'max_n' (#250) 2020-11-29 07:12:49 -08:00

Binder
English / Spanish / Korean / Chinese / Bengali / Indonesian

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 difficult for reviewers to know which corrections have already been made. Thank you.)

Citations

If you wish to cite the book, you may use the following:

@book{howard2020deep,
title={Deep Learning for Coders with Fastai and Pytorch: AI Applications Without a PhD},
author={Howard, J. and Gugger, S.},
isbn={9781492045526},
url={https://books.google.no/books?id=xd6LxgEACAAJ},
year={2020},
publisher={O'Reilly Media, Incorporated}
}