Presented By:: SANTHOSH.K-927622BIT087 SIVA BHARAT.B-927622BIT099 NITHISH KUMAR.S-927622BIT066 SUNTHAR SHREE-927622BIT110
Presented By:: SANTHOSH.K-927622BIT087 SIVA BHARAT.B-927622BIT099 NITHISH KUMAR.S-927622BIT066 SUNTHAR SHREE-927622BIT110
➢ SANTHOSH.K-927622BIT087
➢ SIVA BHARAT.B-927622BIT099
➢ NITHISH KUMAR.S-927622BIT066
➢ SUNTHAR SHREE-927622BIT110
UNDER THE GUIDANCE
CONVOLUTIONAL NEURAL NETWORK
INTRODUCTION
➢Convolutional layer.
➢ Pooling layer.
➢Fully connected (FC) layer.
➢Activation functions.
CONVOLUTIONAL LAYER
➢Like the convolutional layer, the pooling layer also sweeps a kernel or filter
across the input image.
➢Unlike the convolutional layer, the pooling layer reduces the number of
parameters in the input and also results in some information loss.
➢On the positive side, this layer reduces complexity and improves the
efficiency of the CNN.
FULLY CONNECTED LAYER
➢The FC layer is where image classification happens in the CNN based on the
features extracted in the previous layers.
➢ Fully connected means that all the inputs or nodes from one layer are
connected to every activation unit or node of the next layer.
➢All the layers in the CNN are not fully connected because it would result in
an unnecessarily dense network.
ACTIVATION FUNCTIONS
➢Computational Intensity
➢Overfitting
➢Interpretability
APPLICATIONS OF CONVOLUTIONAL NEURAL
NETWORKS
➢The most common applications of CV and CNNs are used in fields such as the
following:
• Automotive.
• Image recognition.
• Object detection.
• Medical imaging.
• Autonomous vehicles.
• Natural language processing (NLP).
CHALLENGES AND LIMITATIONS