An Comprehensive Analysis on Various Deep CNN Techniques
1
Dr [Link] Kannan , [Link] , [Link]
1
Asst prof and Head, Dept of Computer Science, GVN college
2
I Msc,Dept of Computer Science, GVN College
gopikannan927@[Link],
ishwaryaalagar1409@[Link], [Link]@[Link]
______________________________________________________________________
Abstract
Deep learning is a branch of machine learning which is completely based on artificial
neural networks, as neural network is going to mimic the human brain so deep learning is
also a kind of mimic of human brain. In deep learning, we don’t need to explicitly program
everything. The concept of deep learning is not new. It has been around for a couple of years
now.
In this paper we compared various deep learning techniques like AlexNet, GoogleNet,
ResNet. Convolutional Neural Networks are a special type of feed-forward artificial neural
network in which the connectivity pattern between its neuron is inspired by the visual cortex.
In this paper various CNN techniques were discussed A convolutional neural network or
CNN, is a deep learning neural network designed for processing structured arrays of data
such as images. Convolutional neural networks are widely used in computer vision and have
become the state of the art for many visual applications such as image classification. Neural
networks so powerful for computer vision. Unlike earlier computer vision algorithms,
convolutional neural networks can operate directly on a raw image and do not need any pre-
processing. A convolutional neural network is a feed forward neural network, often with up
to 20 or 30 layers. The power of a convolutional neural network comes from a special kind of
layer called the convolutional layer.
Keywords: Deep Learning, Convolutional Neural Network, AlexNet, GoogleNet, ResNet