A Start-to-Finish Guide to Building Deep Neural Networks in Keras

Everything from image augmentation to plotting accuracy

Analytics Vidhya
Published in
5 min readMar 27, 2020

--

Learning deep learning is daunting; so libraries like Keras that make it easy are helpful. In this article, I outline, explain, and provide code for 7 steps in building an image recognition deep convolutional neural network in Keras.

--

--