Skip to content

Source code for the book "Practical Deep Learning: A Python-Based Introduction" (No Starch Press)

License

Notifications You must be signed in to change notification settings

AlexRogalskiy/PracticalDeepLearningPython

 
 

Repository files navigation

Source code for "Practical Deep Learning: A Python-Based Introduction"

You'll find the source code included or referenced in the book in this archive. The code is organized by chapter. If the chapter is not listed, there was no code to go with it.

All the code is Python 3.X and requires the libraries installed in Chapter 1 of the book.

Please send questions, comments, or bugs to:

rkneuselbooks@gmail.com

Updates:

page 84: the URL for the Iris dataset has changed:
            https://archive.ics.uci.edu/ml/machine-learning-databases/iris/

Tensorflow issues addressable with:
            pip3 install tensorflow-cpu  (TF 2.8)
            then update repo code to move 'keras' imports to 'tensorflow.keras'

The file tutorial.pdf is a beginner's guide to NumPy, SciPy, Matplotlib, and Pillow.

About

Source code for the book "Practical Deep Learning: A Python-Based Introduction" (No Starch Press)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%