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
Jorge Avila
c8c210663f
Adds a translated readme file in Spanish ( #280 )
...
* Adds spanish translation
* Includes a translation of the README file in spanish
* Includes the link to the Spanish translation
2020-10-12 02:01:55 -07:00
ricardocalleja
e396925e03
Update 13_convolutions.ipynb ( #284 )
...
Typo. Changed "We de do that" for "We did do that"
2020-10-12 02:00:45 -07:00
Jakub Duchniewicz
a333dfd5e9
Fix ch05 typos. ( #287 )
2020-10-12 02:00:31 -07:00
Luke Smith
b794e9bd45
chapter 4 misspelling - 'backard pass' -> 'backward pass' ( #289 )
2020-10-12 02:00:12 -07:00
ricardocalleja
717535fe3b
Update 10_nlp.ipynb ( #291 )
...
fix typo, changed "preforms" by "it performs"
2020-10-12 01:59:57 -07:00
Faisal Sharji
69548f0e11
Update 08_collab.ipynb ( #293 )
...
we don't need the following line
idxs = np.random.choice(len(top_movies), 50, replace=False)
because, immediately below it, we redefine idxs as
idxs = list(range(50))
2020-10-12 01:58:29 -07:00
Jeremy Howard
45d5cd1c47
store_attr
2020-09-13 09:55:40 -07:00
Jeremy Howard
c6322c68a5
multiplication
2020-09-11 04:07:52 -07:00
Jeremy Howard
c68fc90f2d
aiquizzes
2020-09-07 04:26:13 -07:00
seovalue
25325b35bd
modify translation file README_ko.md ( #245 )
...
link the url and correct the typos.
2020-09-04 11:18:04 -07:00
Jeremy Howard
d93ae33d92
images
2020-09-03 16:50:15 -07:00
Jeremy Howard
dd985841b6
clean
2020-09-03 15:58:27 -07:00
Jeremy Howard
d67a599255
clean
2020-09-03 15:51:00 -07:00
Jeremy Howard
40a755b822
result
2020-09-03 11:29:20 -07:00
Jeremy Howard
dfecbae418
cuda
2020-09-03 10:46:15 -07:00
Jeremy Howard
9557e74dee
Merge pull request #215 from joe-bender/patch-3
...
Fix sentence about abs in mnist_distance
2020-09-03 10:28:59 -07:00
Jeremy Howard
1a41262e45
Merge pull request #212 from seovalue/seovalue
...
Add translation file English to Korean.
2020-09-03 10:20:36 -07:00
Jeremy Howard
91c8722abe
Merge pull request #211 from JonathanSum/patch-5
...
removing the word create_cnn to be cnn_learner
2020-09-03 10:20:29 -07:00
Jeremy Howard
603caa95bc
Merge pull request #209 from abhinavm24/patch-1
...
Update requirements.txt
2020-09-03 10:20:18 -07:00
Jeremy Howard
dd5f76b870
Merge pull request #207 from JonathanSum/master
...
Fixing the notebook 11 and 15 still using the old Tuple class to be the new one.
2020-09-03 10:20:02 -07:00
Jeremy Howard
7c7eb2de3e
Merge pull request #206 from JaredBBowden/patch-2
...
Book now available for sale
2020-09-03 10:19:48 -07:00
Jeremy Howard
1d2b47d41f
Merge branch 'master' into patch-2
2020-09-03 10:19:35 -07:00
Jeremy Howard
dfd12dce1f
Merge pull request #213 from albertvillanova/fix-typos
...
Fix typos
2020-09-03 10:16:28 -07:00
Jeremy Howard
7b02513b82
Merge pull request #216 from JonathanSum/patch-6
...
Typo in19_learner.ipynb, "follow t along" to "follow along"
2020-09-03 10:14:54 -07:00
Jeremy Howard
3d7d02ebcb
Merge pull request #217 from StevenJokes/patch-1
...
fix URL
2020-09-03 10:14:42 -07:00
Jeremy Howard
5dd4a37823
Merge pull request #221 from prithmanickam/patch-1
...
grammar correction to README.md
2020-09-03 10:14:03 -07:00
Jeremy Howard
752a458811
Merge pull request #224 from greatsong/patch-1
...
Typo "Trianing Time" to "Training Time" change
2020-09-03 10:13:12 -07:00
Jeremy Howard
8064e77655
Merge pull request #225 from sirbots/spelling-fixes
...
Fix misspellings
2020-09-03 10:13:03 -07:00
Jeremy Howard
68a556ae19
Merge pull request #226 from gruggiero/gruggiero-patch-1
...
Update 01_intro.ipynb
2020-09-03 10:12:28 -07:00
Jeremy Howard
8f5bcedb46
Merge pull request #228 from eduguiu/patch-1
...
Typo on 04_mnist_basics.ipynb
2020-09-03 10:12:05 -07:00
Jeremy Howard
3c6b067768
Merge pull request #231 from kasimte/patch-2
...
Spelling correction.
2020-09-03 10:11:34 -07:00
Jeremy Howard
3e2077230c
Merge pull request #232 from TannerGilbert/#229-replace-couple-with-tuple-in-06-multicat
...
replaced couple with tuple in 06_multicat.ipynb
2020-09-03 10:11:22 -07:00
Jeremy Howard
72443796a3
Merge pull request #237 from edaniels/patch-1
...
Fix typo in 01_intro.ipynb
2020-09-03 10:11:09 -07:00
sirbots
d497084c5b
'en' changed to 'end' in 05_pet_breeds.ipynb
2020-08-28 16:52:50 -05:00
Eric Daniels
a6f2eccaac
Fix typo in 01_intro.ipynb
2020-08-28 13:37:56 -04:00