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
Jeremy Howard
d4747fe002
CODE_OF_CONDUCT.md
2020-11-29 07:33:48 -08:00
prairie-guy
a8701a6af3
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
Kofi Asiedu Brempong
741295a8b1
specify n_out in call to pretrained model function to replace the head with a new one ( #254 )
...
Co-authored-by: Jeremy Howard <j@fast.ai>
2020-11-29 07:06:46 -08:00
Tanner Gilbert
e132978d8d
#257 fixing Mixup not defined error in chapter 7 ( #258 )
2020-11-29 07:03:31 -08:00
Nghia
b9a88de4d3
parameterss typo ( #260 )
2020-11-29 07:03:04 -08:00
tylerpoelking
e442739eb5
Grammar Fix ( #269 )
2020-11-29 07:02:23 -08:00
maxfdama
f24dfcc6d6
chapter 17 Model.bwd fix ( #270 )
...
Remove self. from function parameter which was not member variable so code runs.
2020-11-29 07:01:28 -08:00
Sarah
4b92fb6e4b
04_mnist basics typo correction ( #299 )
...
Found typo "experssion" instead of "expression" in markup above mnist_distance function cell
2020-11-29 06:58:30 -08:00
Dien Hoa TRUONG
c9b3f8d43c
Update 14_resnet.ipynb ( #300 )
2020-11-29 06:58:15 -08:00
Niyas Mohammed
a01e1c2ee9
Fix 301 ( #302 )
2020-11-29 06:57:48 -08:00
ricardocalleja
fbf27ecdcb
Update 14_resnet.ipynb ( #305 )
...
Fix a typo, replace "yjay"for "that"
2020-11-29 06:54:20 -08:00
Jakub Duchniewicz
fda223b147
Fix ch07 typos ( #306 )
...
* Fix one typo.
* Fix second typo.
* Fix additional typos.
* Spacing and sentence logic fix.
* Rollback of wrongly changed capitalization.
2020-11-29 06:54:05 -08:00
Sofyan Hadi Ahmad
83a40acc4d
add README for Indoensian, fix readme link and remove some double spaces ( #307 )
...
Co-authored-by: Jeremy Howard <j@fast.ai>
2020-11-29 06:53:33 -08:00
Jeremy Howard
bb0dadf1ec
write_text
2020-11-29 06:51:47 -08:00
Jimgao
169ee1797b
extra space in README_zh.md ( #313 )
2020-11-29 06:47:12 -08:00
Jakub Duchniewicz
9b2e3c950d
Typos. ( #315 )
2020-11-29 06:46:23 -08:00
Josh Kraft
d9a9be4d6a
Updating for new Bing API requirements. ( #333 )
2020-11-29 06:27:35 -08:00
Abhishek Sankar
1cdab1f23b
Removed ambiguity in both versions of notebook 02_production about the Bing Search API key. ( #319 )
2020-11-29 06:21:13 -08:00
Jakub Duchniewicz
f4c1ec8d82
Ch16 Fixes ( #322 )
...
* Fix one typo.
* Fix second typo.
* Fix additional typos.
2020-11-29 06:20:39 -08:00
Void01
665c238467
04_mnist_basics: MSE lacks .sqrt() ( #327 )
2020-11-29 06:17:49 -08:00
Luca Martial
9455f8f058
chapter 4 misspelling 'experssion' -> 'expression' ( #334 )
2020-11-29 06:12:58 -08:00
Ashwin Jayaprakash
7e69ba9d1d
fix typo in notebook 17 ( #335 )
2020-11-29 06:12:42 -08:00
Matus-Dubrava
c2fc05e063
fixed incorrect method call - torch.stack should be torch.cat, and fixed incorrect variable name ( #338 )
...
Co-authored-by: Matus <test@test.com>
2020-11-29 06:06:13 -08:00
Nelson Chen
b8b6b02aa4
A "smll" typo fix ( #339 )
...
Get it?
🦗
I'll be here all night.
2020-11-29 06:04:09 -08:00
Kartikeya Bhardwaj
2d72ffdee1
16_accel_sgd: Fixed average_sqr_grad function ( #342 )
...
Co-authored-by: Kartikeya <kartkeyabhardwaj98@gmail.com>
2020-11-29 06:02:32 -08:00
Alok
4b4d127083
[Issue #336 ] Fixing known issues in 09_tabular notebook ( #340 )
...
* Added install commands for packages in tabular nb
* Delete .gitattributes
* updated mkdir command - included parents=True
updated command to save a Path object to pickle save/load replaced to save_pickle/load_pickle
* Updated save_pickle/load_pickle calls
2020-11-24 15:17:41 -08:00
Samuel El-Borai
41a60e44d5
Fix link to Markkula's Ethical Lenses ( #271 )
2020-10-19 09:56:39 -07:00
Sayantan Karmakar
e3d4aa81a6
typo in NN section, referencing to wrong model 'm' ( #272 )
2020-10-19 09:56:18 -07:00
Tanner Gilbert
0e40e9fbe6
Fixing tanh formula and typo in 01_intro ( #276 )
...
* fixing error in tanh formula #273
* fixes typo described in #241
2020-10-19 09:55:57 -07:00
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
Sirish
c2c89759bf
Corrected method name for MixUp ( #283 )
2020-10-16 13:07:47 -07:00
Ritobrata Ghosh
9ab696e876
created bengali readme added links to existing readmes ( #296 )
2020-10-16 13:07:33 -07:00
Jakub Duchniewicz
6e6d913662
Fix ch09 typos. ( #297 )
...
* Fix one typo.
* Fix second typo.
* Fix additional typos.
2020-10-16 13:07:13 -07:00
Jakub Duchniewicz
b0fd63334b
Fix ch09 model choice ( #298 )
...
* Fix ch05 typos.
* Change variable to a proper forest model.
2020-10-16 13:06:54 -07:00
Kaito
b69f1fef0c
Add Chinese translation of README.md ( #262 )
...
* [add]add Chinese translation of README.md
* [fix]add a blankline to README.md
Co-authored-by: Jeremy Howard <j@fast.ai>
2020-10-12 02:04:08 -07:00
Jakub Halmeš
ee2ef44193
ch_05 typos ( #279 )
2020-10-12 02:02:19 -07:00