* 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
* 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