Go to file
ricardocalleja 34c82464f9
Update 13_convolutions.ipynb (#278)
Replace "There's a top edge at cell 5,7" for "There's a top edge at cell 5,8."
2020-10-19 09:55:23 -07:00
clean store_attr 2020-09-13 09:55:40 -07:00
images Treat TK 2020-04-23 07:48:40 -07:00
tools images 2020-09-03 16:50:15 -07:00
.gitignore ignore 2020-08-18 07:33:15 -07:00
01_intro.ipynb aiquizzes 2020-09-07 04:26:13 -07:00
02_production.ipynb cuda 2020-09-03 10:46:15 -07:00
03_ethics.ipynb Fix typos 2020-08-23 19:01:35 +02:00
04_mnist_basics.ipynb chapter 4 misspelling - 'backard pass' -> 'backward pass' (#289) 2020-10-12 02:00:12 -07:00
05_pet_breeds.ipynb ch_05 typos (#279) 2020-10-12 02:02:19 -07:00
06_multicat.ipynb result 2020-09-03 11:29:20 -07:00
07_sizing_and_tta.ipynb Corrected method name for MixUp (#283) 2020-10-16 13:07:47 -07:00
08_collab.ipynb Update 08_collab.ipynb (#293) 2020-10-12 01:58:29 -07:00
09_tabular.ipynb Fix ch09 typos. (#297) 2020-10-16 13:07:13 -07:00
10_nlp.ipynb Update 10_nlp.ipynb (#291) 2020-10-12 01:59:57 -07:00
11_midlevel_data.ipynb fixing tuple issue 2020-08-21 10:06:05 -12:00
12_nlp_dive.ipynb Fix typos 2020-08-23 19:01:35 +02:00
13_convolutions.ipynb Update 13_convolutions.ipynb (#278) 2020-10-19 09:55:23 -07:00
14_resnet.ipynb fastbook 2020-08-18 07:48:52 -07: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 fastbook 2020-08-18 07:48:52 -07:00
17_foundations.ipynb Fix typos 2020-08-23 19:01:35 +02:00
18_CAM.ipynb images 2020-09-03 16:50:15 -07: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
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 created bengali readme added links to existing readmes (#296) 2020-10-16 13:07:33 -07:00
README_es.md created bengali readme added links to existing readmes (#296) 2020-10-16 13:07:33 -07:00
README_ko.md created bengali readme added links to existing readmes (#296) 2020-10-16 13:07:33 -07:00
README_zh.md created bengali readme added links to existing readmes (#296) 2020-10-16 13:07:33 -07:00
README.md created bengali readme added links to existing readmes (#296) 2020-10-16 13:07:33 -07: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 fastai 2020-08-21 12:36:27 -07:00

Binder
English / Spanish / Korean / Chinese / Bengali # 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.)