Commit Graph

470 Commits

Author SHA1 Message Date
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
Ludwig Schmidt-Hackenberg
ac61a676a5
completing explanation for last_skywalker example in 08_collab (#356)
In the last_skywalker toy example only two of the three values are explicitly mentioned which could cause confusion.
2021-01-17 10:11:56 -08:00
Yurij Mikhalevich
b4eac5e921
fix: 13_convolutions.ipynb - we should be normalizing activations (#366) 2021-01-17 10:11:30 -08:00
franperic
829b68ca05
fix typo (#367) 2021-01-17 10:10:20 -08:00
Rehman Amjad
3edfdfafc5
Remove duplicate code cell and fix typos (#369)
* Remove duplicate code cell

* Correct typo

* Corect `ou model` to `our model`
2021-01-17 10:10:02 -08:00
pakgembus
f65912518b
add citation and fix minor spelling error (#374) 2021-01-17 10:09:24 -08:00
Ben
f11ef94ed8
fix typo: "your are" -> "you are" (#378) 2021-01-17 10:08:33 -08:00
Pedro Pereira
663431d1ee
Fix create_head initialization in 15_arch_details.ipynb (#383)
Fixed as per the solution in https://forums.fast.ai/t/chapter-15-fastai-book-issue-siamese-training-running-mean/84534
2021-01-17 10:07:21 -08:00
Jeremy Howard
3916b71bdf use correct loss 2020-12-26 09:25:42 -08:00
Jeremy Howard
432ab36dd6 updates 2020-12-16 15:48:37 -08:00
Johannes Stutz
6dbb75768b
Fix questionnaire: torch.stack->torch.cat (#344)
#338 fixes a bug in the LSTM cell: https://github.com/fastai/fastbook/pull/338
The questionnaire should be updated too because it refers incorrectly to torch.stack
My very first PR, I hope it's fine!
2020-12-11 13:40:33 -08:00
Joe Bender
896ff67eed
Grammar/word fixes in chapters 1, 4, 5, 6, 9, 11 (#348)
* Update 04_mnist_basics.ipynb

Change 'turn to be' to 'turn out to be'

* Update 04_mnist_basics.ipynb

Change 'linear layout' to 'linear layer'

* Update 04_mnist_basics.ipynb

add comma

* Update 05_pet_breeds.ipynb

change 'using to' to 'using it to'

* Update 05_pet_breeds.ipynb

Change 'probem' to 'problem'

* Update 05_pet_breeds.ipynb

Change "train the model all" to "train the model at all"

* Fix typo

Change "same people appears" to "same people appear"

* Fix typo

Change 'tfrom' to 'from'

* Make text match code

Text said 2e-2 but code has 1e-2

* Fix redundant words

Change "on your about your" to "on your"

* Fix grammar

Change "inputs images" to "input images"

* grammar fix

Changed "updating weight" to "updating weights"

* Fix grammar

* Fix grammar

* Fix newline added mistakenly
2020-12-11 13:40:01 -08:00
Joe Bender
1cf5630742
Update 06_multicat.ipynb (#349)
Fix binary_cross_entropy
2020-12-11 13:36:58 -08:00
Joe Bender
08746b427e
Tokenizer description fixes in 10_nlp.ipynb (#350)
* Fix description of tokenizing repeating chars

The description of the tokenization of "!!!!" was out of order of the actual functionality.

* Update "xxcap" to "xxup"

On line 387 it shows that "xxup" is used, not "xxcap"
2020-12-11 13:36:11 -08:00
booletic
074592b3e6
Fix typo (#351)
Co-authored-by: Enigma <monster@localhost.localdomain>
2020-12-11 13:35:24 -08:00
Jakub Duchniewicz
0cde386c56
Ch17 fixes (#323)
* Fix one typo.

* Fix second typo.

* Fix additional typos.

* Fix typos.

* Add one more typo fix.

* Move tensor dim correction.
2020-11-30 09:05:35 -08:00
Jeremy Howard
cf9fae191c clean 2020-11-29 10:40:59 -08:00
Daniel Wehner
929e5f075b
Fix voila install instructios (#247) 2020-11-29 10:23:54 -08:00
jhrun
3b152dff29
typo-fix-for-cp9 (#248)
* typo-fix-for-cp9

Based on context, `m2` should be used instead of `m`.

* remove the original line
2020-11-29 10:23:01 -08:00
Jeremy Howard
038b965fab bing 2020-11-29 10:12:32 -08:00