Convolution Neural Network (CNN)

11 de Mar de 2019
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
1 de 22

Mais conteúdo relacionado

Mais procurados

CNN and its applications by ketakiCNN and its applications by ketaki
CNN and its applications by ketakiKetaki Patwari
Introduction to Deep LearningIntroduction to Deep Learning
Introduction to Deep LearningOswald Campesato
Perceptron (neural network)Perceptron (neural network)
Perceptron (neural network)EdutechLearners
Convolution Neural Network (CNN)Convolution Neural Network (CNN)
Convolution Neural Network (CNN)Basit Rafiq
ResnetResnet
Resnetashwinjoseph95
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...Simplilearn

Similar a Convolution Neural Network (CNN)

NMO IE-2 Activity Presentation.pptxNMO IE-2 Activity Presentation.pptx
NMO IE-2 Activity Presentation.pptxLEGENDARYTECHNICAL
NMO IE-2 Activity Presentation.pptxNMO IE-2 Activity Presentation.pptx
NMO IE-2 Activity Presentation.pptxLEGENDARYTECHNICAL
物件偵測與辨識技術物件偵測與辨識技術
物件偵測與辨識技術CHENHuiMei
Traffic Automation SystemTraffic Automation System
Traffic Automation SystemPrabal Chauhan
Computer Vision.pptxComputer Vision.pptx
Computer Vision.pptxGDSCIIITDHARWAD
Detection of medical instruments project- PART 1Detection of medical instruments project- PART 1
Detection of medical instruments project- PART 1Sairam Adithya

Último

OW_13092023_EN_www.pptxOW_13092023_EN_www.pptx
OW_13092023_EN_www.pptxPiotrak11
ML Decision Tree_2.pptxML Decision Tree_2.pptx
ML Decision Tree_2.pptxYouKnowwho28
From Ambition to Go LiveFrom Ambition to Go Live
From Ambition to Go LiveRichard Wallis
Power BI Overview presentation.pptxPower BI Overview presentation.pptx
Power BI Overview presentation.pptxHungPham381
SQL PPT.pdfSQL PPT.pdf
SQL PPT.pdfarunkumarguptag
Why is Azure Data Explorer fast in petabyte-scale analytics?Why is Azure Data Explorer fast in petabyte-scale analytics?
Why is Azure Data Explorer fast in petabyte-scale analytics?Sheik Uduman Ali

Convolution Neural Network (CNN)

Notas do Editor

  1. Start the discussion with the human eye and take them to the computer vision. Explain about computer vision definition and speak about what are the different fields it deals with. Take the topic to machine learning
  2. Say why CNN why not Feed forward NN(example MNIST image 28 x 28 x 1(black & white image contains only 1 channel) Total number of neurons in input layer will 28 x 28 = 784, this can be manageable. What if the size of image is 1000 x 1000, which means you need 10⁶ neurons in input layer.
  3. Explain the Architecture of CNN
  4. Explain image pixels how pixels are expressed in matrix form And what are filters how are the represented.
  5. Explain briefly the image
  6. Explain the original image and conoluted image
  7. What is stride and explain with image Increase in stride value loss of pixels
  8. Discuss the same padding concept: when the input of 6x6 is padded around with zeros we get the output with same dimensions of 6x6. And feature are extracted without loss.
  9. The output of the Convolution layer is passes through the activation function
  10. As you can see I have taken convoluted image and have applied max pooling on it. The max pooled image still retains the information that it’s a car on a street. If you look carefully, the dimensions if the image have been halved. This helps to reduce the parameters to a great extent.
  11. Discuss about the flattening of pixels before sending it to the output layer. Explain the flattening process. When weights are updated, they take place on both convolution layers and fully connected layers.
  12. Discuss Amazon Go store for retail and security Google cars for Automotive Cheque sign recognition in banks