Keras

Keras Convolution Neural Network

Keras Convolution Neural Network

There is a great way that you can use deep learning by creating Convolutional Neural Network. Building CNN with the help of the Keras library is very simple and convenient. The core features of the CNN model are as follows:

  • The input layer of CNN consists of (1, 8, 28) values.
  • The first layer is called Conv2D which consists of 32 filters.
  • The second layer also called Conv2D that consists of 64 filters.
  • The third layer of CNN has a pool size of (2, 2).
  • The fourth layer of CNN is called as Flatten used to flatten the inputs into a single dimension.
  • The fifth layer of CNN is called as Dense which consists of 128 neurons.
  • The sixth layer is called as Dropout which has 0.5% of its value. 
  • The other remaining layer consists of neurons and an activation function called ‘softmax’. 

Top course recommendations for you

    Leap year program in Python
    1 hrs
    Beginner
    1.9K+ Learners
    4.63  (48)
    Prime Number in Java
    2 hrs
    Beginner
    2.3K+ Learners
    4.51  (45)
    Exception and File Handling with Python
    2 hrs
    Intermediate
    3.9K+ Learners
    4.37  (107)
    Heap Data Structure
    1 hrs
    Beginner
    1.7K+ Learners
    4.29  (75)
    Prime Number Program in Python
    1 hrs
    Beginner
    1.9K+ Learners
    4.39  (61)
    Python Uses
    1 hrs
    Beginner
    4.2K+ Learners
    4.25  (154)
    Scope of Software Engineering
    1 hrs
    Beginner
    1.5K+ Learners
    4.44  (117)
    R Studio Basics
    1 hrs
    Beginner
    4.1K+ Learners
    4.48  (145)
    Class in java
    1 hrs
    Beginner
    6.2K+ Learners
    4.47  (189)
    Multithreading In Java
    2 hrs
    Intermediate
    4.7K+ Learners
    4.36  (148)