Convolutional neural network

RAJKIYA ENGINEERING COLLEGE, AZAMGARH
Convolutional Neural Network
Presented by:
Mojammil Husain
(1673613018)
( https://technoelearn.com )
Presented To :
Mr. Shakil Ansari
(Department Of Information
Technology)
Technoelearn
Introduction of Convolutional Neural Network
You might already know about machine learning and
deep learning.
Deep learning is a subfield of machine learning that is
inspired by artificial neural networks, which in turn are
inspired by biological neural networks.
So that a specific kind of such a deep neural network is
the convolutional network, which is commonly referred to
as CNN or ConvNet.
Technoelearn
Convolutional neural networks have been one of the most influential
innovations in the field of computer vision.
The convolutional neural networks have proven to be successful
in many different real-life case studies and applications, like:
• Image classification, Object detection,
segmentation, face recognition.
• Self driving cars that leverage CNN based
vision systems.
• Classification of crystal structure using a
convolutional neural network.
• And many more…
Technoelearn
Working principle of Convolutional Neural
Network
Technoelearn
Technoelearn
Convoluting a 5x5x1 image with a 3x3x1 kernel to get a 3x3x1 convolved feature
Convolution Layer — The Kernel
Kernel/Filter, K = 1 0 1
0 1 0
1 0 1
The convolution layer computes the output of neurons that are connected to local regions or
receptive fields in the input, each computing a dot product between their weights and a small
receptive field to which they are connected to in the input volume. Each computation leads to
extraction of a feature map from the input image.
In other words, imagine you have an
image represented as a 5x5 matrix of
values, and you take a 3x3 matrix
and slide that 3x3 window or kernel
around the image.
At each position of that matrix, you
multiply the values of your 3x3
window by the values in the image
that are currently being covered by
the window.
Technoelearn
Convolution Operation with Stride Length = 2
The objective of the Convolution
Operation is to extract the high-level
features such as edges, from the input
image. ConvNets need not be limited to
only one Convolutional Layer.
Conventionally, the first ConvLayer is
responsible for capturing the Low-Level
features such as edges, color, gradient
orientation, etc.
Technoelearn
The objective of max-pooling is to get an input representation by
reducing its dimensions, which helps in reducing overfitting. With
this technique, you select the highest pixel value from a region
depending on its size. In other words, max pooling takes the largest
value from the window of the image currently covered by the kernel.
Max-Pooling Layer Technoelearn
The objective of the fully
connected layer is to flatten
the high-level features that
are learned by convolutional
layers and combining all the
features. It passes the
flattened output to the
output layer where you use a
softmax classifier or a
sigmoid to predict the input
class label.
Fully Connected Layer
Technoelearn
References :
• https://technoelearn.com/convolutional-neural-network-
tutorial/
• https://towardsdatascience.com/
• https://www.datacamp.com/community/tutorials
• www.wikipedia.org
• http://google.com/
• https://technoelearn.com/
Convolutional neural network
1 de 11

Recomendados

Convolutional Neural Network (CNN) por
Convolutional Neural Network (CNN)Convolutional Neural Network (CNN)
Convolutional Neural Network (CNN)Muhammad Haroon
837 visualizações16 slides
Machine Learning - Convolutional Neural Network por
Machine Learning - Convolutional Neural NetworkMachine Learning - Convolutional Neural Network
Machine Learning - Convolutional Neural NetworkRichard Kuo
1K visualizações36 slides
Convolutional Neural Network Models - Deep Learning por
Convolutional Neural Network Models - Deep LearningConvolutional Neural Network Models - Deep Learning
Convolutional Neural Network Models - Deep LearningBenha University
12.6K visualizações83 slides
Convolutional Neural Network and Its Applications por
Convolutional Neural Network and Its ApplicationsConvolutional Neural Network and Its Applications
Convolutional Neural Network and Its ApplicationsKasun Chinthaka Piyarathna
4.6K visualizações23 slides
Convolutional Neural Network (CNN) - image recognition por
Convolutional Neural Network (CNN)  - image recognitionConvolutional Neural Network (CNN)  - image recognition
Convolutional Neural Network (CNN) - image recognitionYUNG-KUEI CHEN
4.3K visualizações64 slides
Convolutional Neural Network - CNN | How CNN Works | Deep Learning Course | S... por
Convolutional Neural Network - CNN | How CNN Works | Deep Learning Course | S...Convolutional Neural Network - CNN | How CNN Works | Deep Learning Course | S...
Convolutional Neural Network - CNN | How CNN Works | Deep Learning Course | S...Simplilearn
13.6K visualizações63 slides

Mais conteúdo relacionado

Mais procurados

Convolutional Neural Network por
Convolutional Neural NetworkConvolutional Neural Network
Convolutional Neural NetworkVignesh Suresh
264 visualizações10 slides
Convolutional Neural Networks (CNN) por
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Gaurav Mittal
58.5K visualizações70 slides
Image classification using CNN por
Image classification using CNNImage classification using CNN
Image classification using CNNNoura Hussein
5.3K visualizações14 slides
Convolutional neural network por
Convolutional neural networkConvolutional neural network
Convolutional neural networkFerdous ahmed
554 visualizações26 slides
Introduction to CNN por
Introduction to CNNIntroduction to CNN
Introduction to CNNShuai Zhang
8.8K visualizações18 slides
Cnn por
CnnCnn
CnnMehrnaz Faraz
632 visualizações34 slides

Mais procurados(20)

Convolutional Neural Network por Vignesh Suresh
Convolutional Neural NetworkConvolutional Neural Network
Convolutional Neural Network
Vignesh Suresh264 visualizações
Convolutional Neural Networks (CNN) por Gaurav Mittal
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)
Gaurav Mittal58.5K visualizações
Image classification using CNN por Noura Hussein
Image classification using CNNImage classification using CNN
Image classification using CNN
Noura Hussein5.3K visualizações
Convolutional neural network por Ferdous ahmed
Convolutional neural networkConvolutional neural network
Convolutional neural network
Ferdous ahmed554 visualizações
Introduction to CNN por Shuai Zhang
Introduction to CNNIntroduction to CNN
Introduction to CNN
Shuai Zhang8.8K visualizações
Cnn por Mehrnaz Faraz
CnnCnn
Cnn
Mehrnaz Faraz632 visualizações
cnn ppt.pptx por rohithprabhas1
cnn ppt.pptxcnn ppt.pptx
cnn ppt.pptx
rohithprabhas1296 visualizações
Overview of Convolutional Neural Networks por ananth
Overview of Convolutional Neural NetworksOverview of Convolutional Neural Networks
Overview of Convolutional Neural Networks
ananth7.7K visualizações
Convolutional Neural Networks por Ashray Bhandare
Convolutional Neural NetworksConvolutional Neural Networks
Convolutional Neural Networks
Ashray Bhandare16.2K visualizações
Cnn method por AmirSajedi1
Cnn methodCnn method
Cnn method
AmirSajedi12.2K visualizações
Convolutional neural network from VGG to DenseNet por SungminYou
Convolutional neural network from VGG to DenseNetConvolutional neural network from VGG to DenseNet
Convolutional neural network from VGG to DenseNet
SungminYou997 visualizações
Convolutional neural network por Itachi SK
Convolutional neural networkConvolutional neural network
Convolutional neural network
Itachi SK223 visualizações
CONVOLUTIONAL NEURAL NETWORK por Md Rajib Bhuiyan
CONVOLUTIONAL NEURAL NETWORKCONVOLUTIONAL NEURAL NETWORK
CONVOLUTIONAL NEURAL NETWORK
Md Rajib Bhuiyan711 visualizações
Densenet CNN por ArunKumar7374
Densenet CNNDensenet CNN
Densenet CNN
ArunKumar7374548 visualizações
Deep neural networks por Si Haem
Deep neural networksDeep neural networks
Deep neural networks
Si Haem162.5K visualizações
Image classification using cnn por SumeraHangi
Image classification using cnnImage classification using cnn
Image classification using cnn
SumeraHangi723 visualizações
Image Classification using deep learning por Asma-AH
Image Classification using deep learning Image Classification using deep learning
Image Classification using deep learning
Asma-AH581 visualizações
CNN Tutorial por Sungjoon Choi
CNN TutorialCNN Tutorial
CNN Tutorial
Sungjoon Choi5.6K visualizações
Convolutional neural network por Yan Xu
Convolutional neural network Convolutional neural network
Convolutional neural network
Yan Xu5.3K visualizações

Similar a Convolutional neural network

Novi sad ai event 3-2018 por
Novi sad ai event 3-2018Novi sad ai event 3-2018
Novi sad ai event 3-2018Jovan Stojanovic
296 visualizações82 slides
DL.pdf por
DL.pdfDL.pdf
DL.pdfssuserd23711
17 visualizações23 slides
Mnist report por
Mnist reportMnist report
Mnist reportRaghunandanJairam
148 visualizações18 slides
Mnist report ppt por
Mnist report pptMnist report ppt
Mnist report pptRaghunandanJairam
430 visualizações18 slides
Let_s_Dive_to_Deep_Learning.pptx por
Let_s_Dive_to_Deep_Learning.pptxLet_s_Dive_to_Deep_Learning.pptx
Let_s_Dive_to_Deep_Learning.pptxMohamed Essam
5 visualizações36 slides
Cnn por
CnnCnn
Cnnrimshailyas1
79 visualizações31 slides

Similar a Convolutional neural network(20)

Novi sad ai event 3-2018 por Jovan Stojanovic
Novi sad ai event 3-2018Novi sad ai event 3-2018
Novi sad ai event 3-2018
Jovan Stojanovic296 visualizações
DL.pdf por ssuserd23711
DL.pdfDL.pdf
DL.pdf
ssuserd2371117 visualizações
Mnist report por RaghunandanJairam
Mnist reportMnist report
Mnist report
RaghunandanJairam148 visualizações
Mnist report ppt por RaghunandanJairam
Mnist report pptMnist report ppt
Mnist report ppt
RaghunandanJairam430 visualizações
Let_s_Dive_to_Deep_Learning.pptx por Mohamed Essam
Let_s_Dive_to_Deep_Learning.pptxLet_s_Dive_to_Deep_Learning.pptx
Let_s_Dive_to_Deep_Learning.pptx
Mohamed Essam5 visualizações
Cnn por rimshailyas1
CnnCnn
Cnn
rimshailyas179 visualizações
Deep learning por Rajgupta258
Deep learning Deep learning
Deep learning
Rajgupta2581.6K visualizações
Deep Learning Training at Intel por Atul Vaish
Deep Learning Training at IntelDeep Learning Training at Intel
Deep Learning Training at Intel
Atul Vaish191 visualizações
B.tech_project_ppt.pptx por supratikmondal6
B.tech_project_ppt.pptxB.tech_project_ppt.pptx
B.tech_project_ppt.pptx
supratikmondal69 visualizações
Introduction to Convolutional Neural Networks por ParrotAI
Introduction to Convolutional Neural NetworksIntroduction to Convolutional Neural Networks
Introduction to Convolutional Neural Networks
ParrotAI513 visualizações
11_Saloni Malhotra_SummerTraining_PPT.pptx por SaloniMalhotra23
11_Saloni Malhotra_SummerTraining_PPT.pptx11_Saloni Malhotra_SummerTraining_PPT.pptx
11_Saloni Malhotra_SummerTraining_PPT.pptx
SaloniMalhotra2327 visualizações
Pres Tesi LM-2016+transcript_eng por Daniele Ciriello
Pres Tesi LM-2016+transcript_engPres Tesi LM-2016+transcript_eng
Pres Tesi LM-2016+transcript_eng
Daniele Ciriello1.4K visualizações
let's dive to deep learning por Mohamed Essam
let's dive to deep learninglet's dive to deep learning
let's dive to deep learning
Mohamed Essam76 visualizações
cnn-170917175001 (1).pdf por EngineeringTamilan
cnn-170917175001 (1).pdfcnn-170917175001 (1).pdf
cnn-170917175001 (1).pdf
EngineeringTamilan3 visualizações
Convolutional Neural Networks por TayleeGray
Convolutional Neural NetworksConvolutional Neural Networks
Convolutional Neural Networks
TayleeGray80 visualizações
物件偵測與辨識技術 por CHENHuiMei
物件偵測與辨識技術物件偵測與辨識技術
物件偵測與辨識技術
CHENHuiMei368 visualizações
NMO IE-2 Activity Presentation.pptx por LEGENDARYTECHNICAL
NMO IE-2 Activity Presentation.pptxNMO IE-2 Activity Presentation.pptx
NMO IE-2 Activity Presentation.pptx
LEGENDARYTECHNICAL12 visualizações
Deep Neural Network DNN.docx por jaffarbikat
Deep Neural Network DNN.docxDeep Neural Network DNN.docx
Deep Neural Network DNN.docx
jaffarbikat3 visualizações
Hand Written Digit Classification por ijtsrd
Hand Written Digit ClassificationHand Written Digit Classification
Hand Written Digit Classification
ijtsrd139 visualizações
Speech Processing with deep learning por Mohamed Essam
Speech Processing  with deep learningSpeech Processing  with deep learning
Speech Processing with deep learning
Mohamed Essam102 visualizações

Último

CUNY IT Picciano.pptx por
CUNY IT Picciano.pptxCUNY IT Picciano.pptx
CUNY IT Picciano.pptxapicciano
56 visualizações17 slides
Computer Introduction-Lecture06 por
Computer Introduction-Lecture06Computer Introduction-Lecture06
Computer Introduction-Lecture06Dr. Mazin Mohamed alkathiri
117 visualizações12 slides
Mineral nutrition and Fertilizer use of Cashew por
 Mineral nutrition and Fertilizer use of Cashew Mineral nutrition and Fertilizer use of Cashew
Mineral nutrition and Fertilizer use of CashewAruna Srikantha Jayawardana
52 visualizações107 slides
Pharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptx por
Pharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptxPharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptx
Pharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptxMs. Pooja Bhandare
120 visualizações51 slides
The Accursed House by Émile Gaboriau por
The Accursed House  by Émile GaboriauThe Accursed House  by Émile Gaboriau
The Accursed House by Émile GaboriauDivyaSheta
234 visualizações15 slides
ICS3211_lecture 09_2023.pdf por
ICS3211_lecture 09_2023.pdfICS3211_lecture 09_2023.pdf
ICS3211_lecture 09_2023.pdfVanessa Camilleri
126 visualizações10 slides

Último(20)

CUNY IT Picciano.pptx por apicciano
CUNY IT Picciano.pptxCUNY IT Picciano.pptx
CUNY IT Picciano.pptx
apicciano56 visualizações
Pharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptx por Ms. Pooja Bhandare
Pharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptxPharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptx
Pharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptx
Ms. Pooja Bhandare120 visualizações
The Accursed House by Émile Gaboriau por DivyaSheta
The Accursed House  by Émile GaboriauThe Accursed House  by Émile Gaboriau
The Accursed House by Émile Gaboriau
DivyaSheta234 visualizações
ICS3211_lecture 09_2023.pdf por Vanessa Camilleri
ICS3211_lecture 09_2023.pdfICS3211_lecture 09_2023.pdf
ICS3211_lecture 09_2023.pdf
Vanessa Camilleri126 visualizações
Volf work.pdf por MariaKenney3
Volf work.pdfVolf work.pdf
Volf work.pdf
MariaKenney366 visualizações
The basics - information, data, technology and systems.pdf por JonathanCovena1
The basics - information, data, technology and systems.pdfThe basics - information, data, technology and systems.pdf
The basics - information, data, technology and systems.pdf
JonathanCovena1156 visualizações
A-Level Art por WestHatch
A-Level ArtA-Level Art
A-Level Art
WestHatch48 visualizações
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant... por Ms. Pooja Bhandare
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...
Ms. Pooja Bhandare166 visualizações
Retail Store Scavenger Hunt.pptx por jmurphy154
Retail Store Scavenger Hunt.pptxRetail Store Scavenger Hunt.pptx
Retail Store Scavenger Hunt.pptx
jmurphy15447 visualizações
Gross Anatomy of the Liver por obaje godwin sunday
Gross Anatomy of the LiverGross Anatomy of the Liver
Gross Anatomy of the Liver
obaje godwin sunday69 visualizações
GCSE Media por WestHatch
GCSE MediaGCSE Media
GCSE Media
WestHatch48 visualizações
AUDIENCE - BANDURA.pptx por iammrhaywood
AUDIENCE - BANDURA.pptxAUDIENCE - BANDURA.pptx
AUDIENCE - BANDURA.pptx
iammrhaywood131 visualizações
STRATEGIC MANAGEMENT MODULE 1_UNIT1 _UNIT2.pdf por Dr Vijay Vishwakarma
STRATEGIC MANAGEMENT MODULE 1_UNIT1 _UNIT2.pdfSTRATEGIC MANAGEMENT MODULE 1_UNIT1 _UNIT2.pdf
STRATEGIC MANAGEMENT MODULE 1_UNIT1 _UNIT2.pdf
Dr Vijay Vishwakarma87 visualizações
How to empty an One2many field in Odoo por Celine George
How to empty an One2many field in OdooHow to empty an One2many field in Odoo
How to empty an One2many field in Odoo
Celine George97 visualizações
MIXING OF PHARMACEUTICALS.pptx por Anupkumar Sharma
MIXING OF PHARMACEUTICALS.pptxMIXING OF PHARMACEUTICALS.pptx
MIXING OF PHARMACEUTICALS.pptx
Anupkumar Sharma107 visualizações
BÀI TẬP BỔ TRỢ TIẾNG ANH FAMILY AND FRIENDS NATIONAL EDITION - LỚP 4 (CÓ FIL... por Nguyen Thanh Tu Collection
BÀI TẬP BỔ TRỢ TIẾNG ANH FAMILY AND FRIENDS NATIONAL EDITION - LỚP 4 (CÓ FIL...BÀI TẬP BỔ TRỢ TIẾNG ANH FAMILY AND FRIENDS NATIONAL EDITION - LỚP 4 (CÓ FIL...
BÀI TẬP BỔ TRỢ TIẾNG ANH FAMILY AND FRIENDS NATIONAL EDITION - LỚP 4 (CÓ FIL...
Nguyen Thanh Tu Collection58 visualizações

Convolutional neural network

  • 1. RAJKIYA ENGINEERING COLLEGE, AZAMGARH Convolutional Neural Network Presented by: Mojammil Husain (1673613018) ( https://technoelearn.com ) Presented To : Mr. Shakil Ansari (Department Of Information Technology) Technoelearn
  • 2. Introduction of Convolutional Neural Network You might already know about machine learning and deep learning. Deep learning is a subfield of machine learning that is inspired by artificial neural networks, which in turn are inspired by biological neural networks. So that a specific kind of such a deep neural network is the convolutional network, which is commonly referred to as CNN or ConvNet. Technoelearn
  • 3. Convolutional neural networks have been one of the most influential innovations in the field of computer vision. The convolutional neural networks have proven to be successful in many different real-life case studies and applications, like: • Image classification, Object detection, segmentation, face recognition. • Self driving cars that leverage CNN based vision systems. • Classification of crystal structure using a convolutional neural network. • And many more… Technoelearn
  • 4. Working principle of Convolutional Neural Network Technoelearn
  • 6. Convoluting a 5x5x1 image with a 3x3x1 kernel to get a 3x3x1 convolved feature Convolution Layer — The Kernel Kernel/Filter, K = 1 0 1 0 1 0 1 0 1 The convolution layer computes the output of neurons that are connected to local regions or receptive fields in the input, each computing a dot product between their weights and a small receptive field to which they are connected to in the input volume. Each computation leads to extraction of a feature map from the input image. In other words, imagine you have an image represented as a 5x5 matrix of values, and you take a 3x3 matrix and slide that 3x3 window or kernel around the image. At each position of that matrix, you multiply the values of your 3x3 window by the values in the image that are currently being covered by the window. Technoelearn
  • 7. Convolution Operation with Stride Length = 2 The objective of the Convolution Operation is to extract the high-level features such as edges, from the input image. ConvNets need not be limited to only one Convolutional Layer. Conventionally, the first ConvLayer is responsible for capturing the Low-Level features such as edges, color, gradient orientation, etc. Technoelearn
  • 8. The objective of max-pooling is to get an input representation by reducing its dimensions, which helps in reducing overfitting. With this technique, you select the highest pixel value from a region depending on its size. In other words, max pooling takes the largest value from the window of the image currently covered by the kernel. Max-Pooling Layer Technoelearn
  • 9. The objective of the fully connected layer is to flatten the high-level features that are learned by convolutional layers and combining all the features. It passes the flattened output to the output layer where you use a softmax classifier or a sigmoid to predict the input class label. Fully Connected Layer Technoelearn
  • 10. References : • https://technoelearn.com/convolutional-neural-network- tutorial/ • https://towardsdatascience.com/ • https://www.datacamp.com/community/tutorials • www.wikipedia.org • http://google.com/ • https://technoelearn.com/