Commit Graph

46 Commits

Author SHA1 Message Date
Jeremy Howard
be67ff5ced fastai to fastbook 2022-04-26 07:02:49 +10:00
Jeremy Howard
a64c789ebe colab 2022-04-25 15:43:24 +10:00
Jeremy Howard
9f9e59790c vision_learner 2022-04-25 08:35:15 +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
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
franperic
829b68ca05
fix typo (#367) 2021-01-17 10:10:20 -08:00
Jeremy Howard
432ab36dd6 updates 2020-12-16 15:48:37 -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
Jakub Halmeš
ee2ef44193
ch_05 typos (#279) 2020-10-12 02:02:19 -07:00
Jakub Duchniewicz
a333dfd5e9
Fix ch05 typos. (#287) 2020-10-12 02:00:31 -07:00
Jeremy Howard
c6322c68a5 multiplication 2020-09-11 04:07:52 -07:00
sirbots
d497084c5b 'en' changed to 'end' in 05_pet_breeds.ipynb 2020-08-28 16:52:50 -05:00
sirbots
952ffa3740 Change 'emptyness' to 'emptiness' in 05_pet_breeds.ipynb 2020-08-27 16:18:15 -05:00
sirbots
c6d71320a5 Fix comma 2020-08-27 15:49:54 -05:00
Jeremy Howard
efff9626b0 fastai 2020-08-21 12:36:27 -07:00
Jeremy Howard
5cf040c55c fastbook 2020-08-18 07:48:52 -07:00
Sylvain Gugger
4b1345a068 Updates 2020-05-18 18:18:45 -07:00
Sylvain Gugger
7abc2c3979 First batch of edits 2020-05-14 05:18:31 -07:00
Sylvain Gugger
5b70a64d66 Lesson update 2020-04-28 10:12:59 -07:00
Sylvain Gugger
c229fcc888 Clean 2020-04-23 06:41:55 -07:00
Sylvain Gugger
67b917389e
Merge pull request #125 from SOVIETIC-BOSS88/patch-3
Update 05_pet_breeds.ipynb Small typos and grammar
2020-04-19 10:10:24 -04:00
Sylvain Gugger
e55b399c5d Rewor and clean 2020-04-18 05:35:07 -07:00
SOVIETIC-BOSS88
dcf56c0c1e
Update 05_pet_breeds.ipynb
Small changes: 

- the first chapter, we didn't specified -->> the first chapter, we didn't specify

- were looking for the validation loss -->> we're looking for the validation loss
2020-04-18 14:30:57 +02:00
Sylvain Gugger
3a869940ee
Merge pull request #122 from SOVIETIC-BOSS88/patch-2
Update 05_pet_breeds.ipynb Small Typos and spacing.
2020-04-18 08:17:29 -04:00
Sylvain Gugger
689bc2f5c4
Merge pull request #118 from Datadote/master
grammar changes
2020-04-18 08:08:06 -04:00
SOVIETIC-BOSS88
70215cb29b
Update 05_pet_breeds.ipynb
Changed:

- and then an_character -->> and then an _ character

- same linguist Noam Chomskey -->> same linguist Noam Chomsky
2020-04-17 21:17:44 +02:00
SOVIETIC-BOSS88
e2828ed61d
Update 05_pet_breeds.ipynb
Grammar change: that we working with -->> that we are working with
2020-04-17 11:03:35 +02:00
holynec
810f6075db grammar changes 2020-04-16 20:53:12 -07:00
Sylvain Gugger
b8184baaf0 Changes 2020-04-16 06:13:51 -07:00
holynec
310cc29f10 ch5 chgs 2020-04-15 11:11:18 -07:00
Sylvain Gugger
419ac06228
Merge pull request #96 from JonathanSum/patch-4
Update 05_pet_breeds.ipynb
2020-04-15 08:37:46 -04:00
Sylvain Gugger
c40fb5f2aa Clean 2020-04-14 16:39:27 -07:00
Jeremy Howard
fa2fc30e6a lesson 4 2020-04-14 16:27:04 -07:00
Jonathan Sum
b92b5f7faf
Update 05_pet_breeds.ipynb
Changing from

 "as you might want your model to sometimes tell you it doesn't recognize any of the classes is has seen during training, and not pick a class because it has a slightly bigger activation score."

to

"as you might want your model to sometimes tell you it doesn't recognize any of the classes that it has seen during training, and not pick a class because it has a slightly bigger activation score."
2020-04-11 09:15:11 -07:00
Sylvain Gugger
d7094481f5 Updates and fixes 2020-03-31 13:57:32 -07:00
Sylvain Gugger
5f20883426 Update 2020-03-30 18:00:17 -07:00
alvarotap
87df3aacdc
Some typos
Also, I think these phrases need a revision:

"Often, data scientists work with data with which they are not familiar as domain experts me"

"we first have to understand what the actual data and activations that are loss function is seen look like"
2020-03-30 13:33:06 +02:00
Sylvain Gugger
423ed1bac3 Fix #67 2020-03-27 06:28:46 -07:00
Sylvain Gugger
070c0cda00 Update to latest fastai 2020-03-19 06:21:55 -07:00
Sylvain Gugger
a32f57183a Update 2020-03-17 12:15:55 -07:00
Sylvain Gugger
b2f1c12d4c Update and add clean 2020-03-06 10:19:03 -08:00
Jeremy Howard
1202b218f4 merge 2020-03-03 15:04:23 -08:00
Jeremy Howard
284a24325b updates from repo 2020-03-03 06:11:00 -08:00
Jeremy Howard
0a3a554230 init commit 2020-02-28 11:44:06 -08:00