Go to file
Joe Bender 1cf5630742
Update 06_multicat.ipynb (#349)
Fix binary_cross_entropy
2020-12-11 13:36:58 -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 clean 2020-11-29 10:40:59 -08:00
01_intro.ipynb Grammar Fix (#269) 2020-11-29 07:02:23 -08:00
02_production.ipynb Fix voila install instructios (#247) 2020-11-29 10:23:54 -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 Fix typo (#351) 2020-12-11 13:35:24 -08:00
05_pet_breeds.ipynb ch_05 typos (#279) 2020-10-12 02:02:19 -07:00
06_multicat.ipynb Update 06_multicat.ipynb (#349) 2020-12-11 13:36:58 -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 clean 2020-11-29 10:40:59 -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 fixing tuple issue 2020-08-21 10:06:05 -12:00
12_nlp_dive.ipynb fixed incorrect method call - torch.stack should be torch.cat, and fixed incorrect variable name (#338) 2020-11-29 06:06:13 -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 Merge pull request #211 from JonathanSum/patch-5 2020-09-03 10:20:29 -07:00
16_accel_sgd.ipynb Ch16 Fixes (#322) 2020-11-29 06:20:39 -08:00
17_foundations.ipynb Ch17 fixes (#323) 2020-11-30 09:05:35 -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 images 2020-09-03 16:50:15 -07: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 README for Indoensian, fix readme link and remove some double spaces (#307) 2020-11-29 06:53:33 -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 add README for Indoensian, fix readme link and remove some double spaces (#307) 2020-11-29 06:53:33 -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 becoming increasingly difficult for reviewers to know which corrections have already been made. Thank you.)