April 2017
Intermediate to advanced
318 pages
7h 40m
English
Congratulations on making it to the end of the book! Let us take a moment and see how far we have come since we started.
If you are like most readers, you started with some knowledge of Python and some background in machine learning, but you were interested in learning more about deep learning and wanted to be able to apply these deep learning skills using Python.
You learned how to install Keras on your machine and started using it to build simple deep learning models. You then learned about the original deep learning model, the multi-layer perceptron, also called the fully connected network (FCN). You learned how to build this network using Keras.
You also learned about the many tunable parameters that you need to tweak to get ...