©  Navin Kumar Manaswi 2018
Navin Kumar ManaswiDeep Learning with Applications Using Python https://doi.org/10.1007/978-1-4842-3516-4_8

8. CNN in Keras

Navin Kumar Manaswi1 
(1)
Bangalore, Karnataka, India
 

This chapter will demonstrate how to use Keras to build CNN models. A CNN model can help you build an image classifier that can predict and classify the images. In general, you create some layers in the model architecture with initial values of weight and bias. Then you tune the weight and bias variables with the help of a training data set. You will learn how to code in Keras in this context. There is another approach that involves using pretrained models such as InceptionV3 and ResNet50 that can classify the images.

Let’s define a CNN model and ...

Get Deep Learning with Applications Using Python: Chatbots and Face, Object, and Speech Recognition With TensorFlow and Keras now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.