Commit Graph

489 Commits

Author SHA1 Message Date
Jonathan Gil Yaniv
c73032aa9e
add background color to neuron diagram
the diagram is transparent so the black text is not readable when the notebook is in dark mode.
2023-04-15 23:36:26 -04:00
Jeremy Howard
823b69e00a
Update README.md 2022-09-28 08:34:01 +10:00
Jeremy Howard
2b8b8a2097 Merge branch 'master' of github.com:fastai/fastbook 2022-05-05 14:27:17 +10:00
Jeremy Howard
beac6b48e7 uncomment 2022-05-05 14:27:07 +10:00
Jeremy Howard
1efd28874c
Update README.md 2022-05-04 06:08:08 +10:00
Jeremy Howard
a8da047552
Update README.md 2022-05-04 06:06:09 +10:00
Jeremy Howard
b73daee244
Update README.md 2022-05-04 06:05:22 +10:00
Jeremy Howard
9821dade6e Merge branch 'master' of github.com:fastai/fastbook 2022-04-26 08:24:30 +10:00
Jeremy Howard
be67ff5ced fastai to fastbook 2022-04-26 07:02:49 +10:00
Fabrizio Damicelli
980f81b9fa
Fix typo: reprsented -> represented (#390) 2022-04-25 16:28:01 +10:00
Jeremy Howard
e68dead063 vn 2022-04-25 16:26:29 +10:00
Jeremy Howard
67711664c6 clean 2022-04-25 16:25:28 +10:00
Jeremy Howard
214c6efce1 pt 2022-04-25 16:23:26 +10:00
invictus2010
fb2cf3c6b7
updated contentUrl in accordance with new Azure JSON structure (#398) 2022-04-25 16:17:42 +10:00
Kerrick Staley
150e224fda
"many batches" -> "mini-batches" (#402) 2022-04-25 16:17:10 +10:00
Daniel Strobusch
2f010aab2d
fix typo in 10_nlp.ipynb: 'batch will tend of be of similar lengths' -> 'batch will tend to be of similar lengths' (#406) 2022-04-25 16:16:53 +10:00
Austin Taylor
5a835fee67
fix grammatical errors in 01_intro.ipynb (#407)
* fix grammatical error in 01_intro.ipynb

change "we define a function, 'is_cat', labels cats" to "we define a function, 'is_cat', which labels cats"

* fix grammar

no comma needed after have since the clause after have is not a complete sentence

* fix grammar

change "check will" to "checks will"
2022-04-25 16:16:11 +10:00
Jophel Lyles
2e722af6bc
Fix type "check" -> "checks" (#408) 2022-04-25 16:15:39 +10:00
Noè Rosanas
fc8418aff3
Update README_es.md (#415)
spelling fix collecion--> colección

Co-authored-by: Jeremy Howard <j@fast.ai>
2022-04-25 16:15:01 +10:00
Ben
ae2917fae9
fix typo: copyt->copy (#419) 2022-04-25 16:12:40 +10:00
Jakub Duchniewicz
291ed54566
Add missing words. (#422) 2022-04-25 16:12:21 +10:00
Henry Webel
cbe2fc71aa
callback begin_* -> before_* (#458) 2022-04-25 16:09:06 +10:00
Jeremy Howard
93d7698885 fix 2022-04-25 15:53:05 +10:00
Benjamin van der Burgh
b87a476975
Correct ch.4 MNIST: set threshold to 0.0 when not using sigmoid (#461)
* Correct ch.4 MNIST: set threshold to 0.0 when not using sigmoid

* Also change 0.5 to 0.0 in the text

Co-authored-by: Ben van der Burgh <ben@metabolic.nl>
2022-04-25 15:50:24 +10:00
Anthony DePasquale
e170b69503
Chapter 4 corrections and fix (#463)
Co-authored-by: Jeremy Howard <j@fast.ai>
2022-04-25 15:48:47 +10:00
Maria Rodriguez
c67853e2fc
color_dim (#464)
Revised matplotlib setting to show colours instead of graymap
2022-04-25 15:47:41 +10:00
Jeremy Howard
a64c789ebe colab 2022-04-25 15:43:24 +10:00
Jeremy Howard
4a9a281c03 Merge branch 'master' of github.com:fastai/fastbook 2022-04-25 15:38:47 +10:00
Jeremy Howard
111e6c5b1c clean 2022-04-25 15:35:12 +10:00
Jacopo Repossi
de57554fae
Create italian README and include links (#493) 2022-04-25 13:10:32 +10:00
Jeremy Howard
2f153dd6e7 kaggle 2022-04-25 12:21:26 +10:00
Jeremy Howard
a4e253ad8e ch4 2022-04-25 11:36:31 +10:00
Amrit Purshotam
7b4422a79b
Revert "04_mnist_basics: MSE lacks .sqrt() (#327)" (#450)
This reverts commit 665c238467.
2022-04-25 10:08:46 +10:00
Jeremy Howard
9f9e59790c vision_learner 2022-04-25 08:35:15 +10:00
Pablo Wolter
b7f756b49d
Small corrections to make text more readable in Spanish (#489)
Co-authored-by: Pablo Wolter <pwolter@salesforce.com>
2022-04-16 11:42:19 +10:00
Michael Becker
ef9ed0843f
environment.yml: Update based on changes to pip (#504)
Fixes "AttributeError: 'FileNotFoundError' object has no attribute read"

See https://stackoverflow.com/a/68586065/3536518
2022-04-16 11:41:11 +10:00
Karel Ha
969b45194c
Update app_jupyter.ipynb (#508)
Fix link to `terminal_tutorial`
2022-04-16 11:36:43 +10:00
Vineet Ahuja
bd3ac26f55
Fix missing import for json module (#509)
json module is used in ddg search and so that method fails since json module is not imported
2022-04-16 11:36:25 +10:00
Hamel Husain
035016fb0c
remove Normalize as stats are grabbed automatically (#502)
* remove Normalize

* clean
2022-03-07 09:48:34 +10:00
Hamel Husain
a251aae293
update explanation of negative log loss (cross entropy loss) (#501)
* update explanation of nll

* spelling

* clean

* clean

* add back stuff

* fix lr syntax
2022-03-06 12:32:44 +10:00
Shaojun
e57e315582
Update 05_pet_breeds.ipynb (#478)
* Update 05_pet_breeds.ipynb

* Update 05_pet_breeds.ipynb
2021-10-30 07:54:02 +10:00
Priya Gautam
780b76bef3
Fixing os import and bing search result key name (#429) 2021-05-24 13:55:20 +10:00
AKAMath
1365992eff
update image to match code section (#432)
Co-authored-by: akamath <amithjkamath@outlook.com>
2021-05-24 13:53:30 +10:00
Shin
0d3e46ef62
Fix matrix calculation in Chapter 13 (#437) 2021-05-24 13:52:44 +10:00
Musab
74cf561567
Azure Response Modified (#436) 2021-05-24 13:51:45 +10:00
Armin Berres
8be580737e
Update 09_tabular to fastai v2.2.7 (#413)
saleElaped is now detected as continuous variable right away.
2021-02-23 09:06:26 +11:00
sgugger
c3ceea7996 Fixes erratas 2021-02-17 19:19:42 -05:00
Ashwin Jayaprakash
fb57077906
chapter 5 soltuon > solution (#353)
* fix typo in notebook 17

* soltuon > solution
2021-01-17 10:13:38 -08:00
Joe Bender
a60fc096ef
Fix markdown cells in chapters 12,16 (#354)
* Fix grammar

* Fix typos/grammar

* Fix markdown cells

* Fix markdown

Co-authored-by: Jeremy Howard <j@fast.ai>
2021-01-17 10:13:18 -08:00
Joel Mathew
b138512682
Add missing sentence (#355) 2021-01-17 10:12:20 -08:00