SlideShare a Scribd company logo
1 of 22
Download to read offline
” Convolutional Neural Networks (CNN)”
University of Manouba.
Tunis Higher School of Business
Preparedby:
Sirine BEN AMMAR
2023-2024
Sirine BEN AMMAR
Outline
1 General context
5 CNN Components
Sirine BEN AMMAR 2/ 21
CNN Architecture
4
Applications of CNN models
6
Implementation
7
3 Properties of CNN models
Definition
2
Some recent articles
8
Conclusions
9
Context
2
3
3/ 21
Sirine BEN AMMAR
Context
2
3
4 / 21
Sirine BEN AMMAR
Machine Learning VS Deep Learning
Context
2
3
5 / 21
Sirine BEN AMMAR
Context
2
3
6 / 21
Sirine BEN AMMAR
Definition
2
3
7 / 22
Sirine BEN AMMAR
❑Convolutional Neural
Networks (CNNs) learns
multi-level features and
classifier in a joint fashion and
performs much better than
traditional approaches for
various image classification
and segmentation problems.
Properties of CNN models
2
3
8/ 22
Sirine BEN AMMAR
➢Sparseinteractions between NN units (through kernels of small
size)
✓fewer parameters to learn
✓less computation resources arerequired
➢Parameter sharing (samekernel is applied throughout theinput)
✓Maintain the same feature detection throughout the
input.
➢Ability to (automatically) learn local structure
➢Can handle variable-sized inputs.
CNN Architecture
2
3
9/ 22
Sirine BEN AMMAR
➢Typically, a CNN model consists of convolution layers, for feature selection,
followedby fullyconnected layers that perform the prediction task.
CNN Architecture
2
3
10/ 22
Sirine BEN AMMAR
CNN Components
2
3
11/ 22
Sirine BEN AMMAR
Convolution
Non Linearity
Pooling or Sub Sampling
Classification (Fully Connected Layer)
➢There are 4 components in the CNN:
CNN Components
2
3
12/ 22
Sirine BEN AMMAR
Input:
•An image is a matrix of pixel values.
➢If we consider a gray scale image, the
value of each pixel in the matrix will range
from 0 to 255.
➢If we consider an RGB image,
each pixel will have the combined
values of R, G and B.
CNN Components
2
3
13/ 22
Sirine BEN AMMAR
Convolution Non Linearity Pooling Classification
1. Convolution :
➢The primary purpose of convolution in case of a CNN is to extract
features from the input image.
CNN Components
2
3
14/ 22
Sirine BEN AMMAR
Convolution Non Linearity Pooling Classification
2. Non Linearity (ReLU):
➢ Replaces all negative pixel values in the
feature map by zero.
➢ The purpose of ReLU isto introduce
non-linearityin CNN, since most of the
real-world data would be non-linear.
➢ Other non-linearfunctions such as
tanh (-1, 1) or sigmoid (0, 1) can also
be used instead of ReLU (0, input).
CNN Components
2
3
15/ 22
Sirine BEN AMMAR
Convolution Non Linearity Pooling Classification
3. Pooling:
➢ Reduces the dimensionalityof each feature map but retains the most
important information.
CNN Components
3
12/ 22
Sirine BEN AMMAR 16/ 22
Sirine BEN AMMAR
Convolution Non Linearity Pooling Classification
4. Fully Connected Layer:
➢ The term “Fully Connected” impliesthat every neuron inthe previous
layer is connected to every neuron on the next layer.
➢ Their activations can hence be computed
with a matrix multiplication followed by a
bias offset.
➢ The purpose of the fully connected layer
is to use the high-level features for classifying
the input image into various classes based on
the training dataset.
Applications of CNN models
2
3
17/ 22
Sirine BEN AMMAR
➢Image Processing
✓image classification
✓object detection
✓image segmentation
✓object tracking
✓face recognition…
➢Speech Processing
➢Text Detections and Recognition (OCR)
➢Natural Language Processing
➢Drug Discovery
➢Timeseries Analysis
✓Health risk assessment
✓Electromyography (EMG)
recognition…
Implementation
2
3
18/ 22
Sirine BEN AMMAR
Link: https://colab.research.google.com/drive/17Svx0pQE_0g-
4uz22W_F0nFdsySiurt0
Some recent articles
2
3
19/ 22
Sirine BEN AMMAR
Some recent articles
2
3
20/ 22
Sirine BEN AMMAR
Conclusions
2
3
21/ 22
➢In conclusion, Convolutional Neural Networks represent a major
breakthrough in deep learningwith vast and varied applications.
➢As we wrap up this presentation, let's look to the future: new
challenges, technological advancements, and extendedapplications.
➢Ongoing commitment to research and development is crucial to
fully harness the potential of thisever-evolving technology.
Sirine BEN AMMAR
2
3
Sirine BEN AMMAR
Thank you!

More Related Content

Similar to convolutional neural network and its application.pdf

Transfer Learning and Fine-tuning Deep Neural Networks
 Transfer Learning and Fine-tuning Deep Neural Networks Transfer Learning and Fine-tuning Deep Neural Networks
Transfer Learning and Fine-tuning Deep Neural NetworksPyData
 
Image classification using cnn
Image classification using cnnImage classification using cnn
Image classification using cnnSumeraHangi
 
Classification of Images Using CNN Model and its Variants
Classification of Images Using CNN Model and its VariantsClassification of Images Using CNN Model and its Variants
Classification of Images Using CNN Model and its VariantsIRJET Journal
 
A Survey of Convolutional Neural Networks
A Survey of Convolutional Neural NetworksA Survey of Convolutional Neural Networks
A Survey of Convolutional Neural NetworksRimzim Thube
 
IRJET-Multiple Object Detection using Deep Neural Networks
IRJET-Multiple Object Detection using Deep Neural NetworksIRJET-Multiple Object Detection using Deep Neural Networks
IRJET-Multiple Object Detection using Deep Neural NetworksIRJET Journal
 
IRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine LearningIRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine LearningIRJET Journal
 
Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...journalBEEI
 
Deep learning for image super resolution
Deep learning for image super resolutionDeep learning for image super resolution
Deep learning for image super resolutionPrudhvi Raj
 
Deep learning for image super resolution
Deep learning for image super resolutionDeep learning for image super resolution
Deep learning for image super resolutionPrudhvi Raj
 
Artificial Neural Network Seminar Report
Artificial Neural Network Seminar ReportArtificial Neural Network Seminar Report
Artificial Neural Network Seminar ReportTodd Turner
 
A Review on Color Recognition using Deep Learning and Different Image Segment...
A Review on Color Recognition using Deep Learning and Different Image Segment...A Review on Color Recognition using Deep Learning and Different Image Segment...
A Review on Color Recognition using Deep Learning and Different Image Segment...IRJET Journal
 
Backbone search for object detection for applications in intrusion warning sy...
Backbone search for object detection for applications in intrusion warning sy...Backbone search for object detection for applications in intrusion warning sy...
Backbone search for object detection for applications in intrusion warning sy...IAESIJAI
 
Survey on object_detection_techniques
Survey on object_detection_techniquesSurvey on object_detection_techniques
Survey on object_detection_techniquesAnirudh Ganguly
 
Neural networks in robotics
Neural networks in roboticsNeural networks in robotics
Neural networks in roboticsYasmin Mohamed
 
Deep Learning in Low Power Devices
Deep Learning in Low Power DevicesDeep Learning in Low Power Devices
Deep Learning in Low Power DevicesLokesh Vadlamudi
 
Deep Neural Network DNN.docx
Deep Neural Network DNN.docxDeep Neural Network DNN.docx
Deep Neural Network DNN.docxjaffarbikat
 

Similar to convolutional neural network and its application.pdf (20)

Transfer Learning and Fine-tuning Deep Neural Networks
 Transfer Learning and Fine-tuning Deep Neural Networks Transfer Learning and Fine-tuning Deep Neural Networks
Transfer Learning and Fine-tuning Deep Neural Networks
 
Image classification using cnn
Image classification using cnnImage classification using cnn
Image classification using cnn
 
Classification of Images Using CNN Model and its Variants
Classification of Images Using CNN Model and its VariantsClassification of Images Using CNN Model and its Variants
Classification of Images Using CNN Model and its Variants
 
A Survey of Convolutional Neural Networks
A Survey of Convolutional Neural NetworksA Survey of Convolutional Neural Networks
A Survey of Convolutional Neural Networks
 
doc1.docx
doc1.docxdoc1.docx
doc1.docx
 
IRJET-Multiple Object Detection using Deep Neural Networks
IRJET-Multiple Object Detection using Deep Neural NetworksIRJET-Multiple Object Detection using Deep Neural Networks
IRJET-Multiple Object Detection using Deep Neural Networks
 
IRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine LearningIRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine Learning
 
Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...
 
Et25897899
Et25897899Et25897899
Et25897899
 
Deep learning for image super resolution
Deep learning for image super resolutionDeep learning for image super resolution
Deep learning for image super resolution
 
Deep learning for image super resolution
Deep learning for image super resolutionDeep learning for image super resolution
Deep learning for image super resolution
 
CNN.pptx
CNN.pptxCNN.pptx
CNN.pptx
 
Multidimensional RNN
Multidimensional RNNMultidimensional RNN
Multidimensional RNN
 
Artificial Neural Network Seminar Report
Artificial Neural Network Seminar ReportArtificial Neural Network Seminar Report
Artificial Neural Network Seminar Report
 
A Review on Color Recognition using Deep Learning and Different Image Segment...
A Review on Color Recognition using Deep Learning and Different Image Segment...A Review on Color Recognition using Deep Learning and Different Image Segment...
A Review on Color Recognition using Deep Learning and Different Image Segment...
 
Backbone search for object detection for applications in intrusion warning sy...
Backbone search for object detection for applications in intrusion warning sy...Backbone search for object detection for applications in intrusion warning sy...
Backbone search for object detection for applications in intrusion warning sy...
 
Survey on object_detection_techniques
Survey on object_detection_techniquesSurvey on object_detection_techniques
Survey on object_detection_techniques
 
Neural networks in robotics
Neural networks in roboticsNeural networks in robotics
Neural networks in robotics
 
Deep Learning in Low Power Devices
Deep Learning in Low Power DevicesDeep Learning in Low Power Devices
Deep Learning in Low Power Devices
 
Deep Neural Network DNN.docx
Deep Neural Network DNN.docxDeep Neural Network DNN.docx
Deep Neural Network DNN.docx
 

Recently uploaded

一比一原版(ucla文凭证书)加州大学洛杉矶分校毕业证学历认证官方成绩单
一比一原版(ucla文凭证书)加州大学洛杉矶分校毕业证学历认证官方成绩单一比一原版(ucla文凭证书)加州大学洛杉矶分校毕业证学历认证官方成绩单
一比一原版(ucla文凭证书)加州大学洛杉矶分校毕业证学历认证官方成绩单aqpto5bt
 
Seven tools of quality control.slideshare
Seven tools of quality control.slideshareSeven tools of quality control.slideshare
Seven tools of quality control.slideshareraiaryan448
 
Bios of leading Astrologers & Researchers
Bios of leading Astrologers & ResearchersBios of leading Astrologers & Researchers
Bios of leading Astrologers & Researchersdarmandersingh4580
 
Formulas dax para power bI de microsoft.pdf
Formulas dax para power bI de microsoft.pdfFormulas dax para power bI de microsoft.pdf
Formulas dax para power bI de microsoft.pdfRobertoOcampo24
 
Predictive Precipitation: Advanced Rain Forecasting Techniques
Predictive Precipitation: Advanced Rain Forecasting TechniquesPredictive Precipitation: Advanced Rain Forecasting Techniques
Predictive Precipitation: Advanced Rain Forecasting TechniquesBoston Institute of Analytics
 
Northern New England Tableau User Group (TUG) May 2024
Northern New England Tableau User Group (TUG) May 2024Northern New England Tableau User Group (TUG) May 2024
Northern New England Tableau User Group (TUG) May 2024patrickdtherriault
 
社内勉強会資料_Object Recognition as Next Token Prediction
社内勉強会資料_Object Recognition as Next Token Prediction社内勉強会資料_Object Recognition as Next Token Prediction
社内勉強会資料_Object Recognition as Next Token PredictionNABLAS株式会社
 
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...yulianti213969
 
Audience Researchndfhcvnfgvgbhujhgfv.pptx
Audience Researchndfhcvnfgvgbhujhgfv.pptxAudience Researchndfhcvnfgvgbhujhgfv.pptx
Audience Researchndfhcvnfgvgbhujhgfv.pptxStephen266013
 
sourabh vyas1222222222222222222244444444
sourabh vyas1222222222222222222244444444sourabh vyas1222222222222222222244444444
sourabh vyas1222222222222222222244444444saurabvyas476
 
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证acoha1
 
Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...
Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...
Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...Valters Lauzums
 
MATERI MANAJEMEN OF PENYAKIT TETANUS.ppt
MATERI  MANAJEMEN OF PENYAKIT TETANUS.pptMATERI  MANAJEMEN OF PENYAKIT TETANUS.ppt
MATERI MANAJEMEN OF PENYAKIT TETANUS.pptRachmaGhifari
 
Displacement, Velocity, Acceleration, and Second Derivatives
Displacement, Velocity, Acceleration, and Second DerivativesDisplacement, Velocity, Acceleration, and Second Derivatives
Displacement, Velocity, Acceleration, and Second Derivatives23050636
 
Jual Obat Aborsi Bandung (Asli No.1) Wa 082134680322 Klinik Obat Penggugur Ka...
Jual Obat Aborsi Bandung (Asli No.1) Wa 082134680322 Klinik Obat Penggugur Ka...Jual Obat Aborsi Bandung (Asli No.1) Wa 082134680322 Klinik Obat Penggugur Ka...
Jual Obat Aborsi Bandung (Asli No.1) Wa 082134680322 Klinik Obat Penggugur Ka...Klinik Aborsi
 
What is Insertion Sort. Its basic information
What is Insertion Sort. Its basic informationWhat is Insertion Sort. Its basic information
What is Insertion Sort. Its basic informationmuqadasqasim10
 
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证zifhagzkk
 
obat aborsi Bontang wa 082135199655 jual obat aborsi cytotec asli di Bontang
obat aborsi Bontang wa 082135199655 jual obat aborsi cytotec asli di  Bontangobat aborsi Bontang wa 082135199655 jual obat aborsi cytotec asli di  Bontang
obat aborsi Bontang wa 082135199655 jual obat aborsi cytotec asli di Bontangsiskavia95
 
NO1 Best Kala Jadu Expert Specialist In Germany Kala Jadu Expert Specialist I...
NO1 Best Kala Jadu Expert Specialist In Germany Kala Jadu Expert Specialist I...NO1 Best Kala Jadu Expert Specialist In Germany Kala Jadu Expert Specialist I...
NO1 Best Kala Jadu Expert Specialist In Germany Kala Jadu Expert Specialist I...Amil baba
 
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...yulianti213969
 

Recently uploaded (20)

一比一原版(ucla文凭证书)加州大学洛杉矶分校毕业证学历认证官方成绩单
一比一原版(ucla文凭证书)加州大学洛杉矶分校毕业证学历认证官方成绩单一比一原版(ucla文凭证书)加州大学洛杉矶分校毕业证学历认证官方成绩单
一比一原版(ucla文凭证书)加州大学洛杉矶分校毕业证学历认证官方成绩单
 
Seven tools of quality control.slideshare
Seven tools of quality control.slideshareSeven tools of quality control.slideshare
Seven tools of quality control.slideshare
 
Bios of leading Astrologers & Researchers
Bios of leading Astrologers & ResearchersBios of leading Astrologers & Researchers
Bios of leading Astrologers & Researchers
 
Formulas dax para power bI de microsoft.pdf
Formulas dax para power bI de microsoft.pdfFormulas dax para power bI de microsoft.pdf
Formulas dax para power bI de microsoft.pdf
 
Predictive Precipitation: Advanced Rain Forecasting Techniques
Predictive Precipitation: Advanced Rain Forecasting TechniquesPredictive Precipitation: Advanced Rain Forecasting Techniques
Predictive Precipitation: Advanced Rain Forecasting Techniques
 
Northern New England Tableau User Group (TUG) May 2024
Northern New England Tableau User Group (TUG) May 2024Northern New England Tableau User Group (TUG) May 2024
Northern New England Tableau User Group (TUG) May 2024
 
社内勉強会資料_Object Recognition as Next Token Prediction
社内勉強会資料_Object Recognition as Next Token Prediction社内勉強会資料_Object Recognition as Next Token Prediction
社内勉強会資料_Object Recognition as Next Token Prediction
 
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
 
Audience Researchndfhcvnfgvgbhujhgfv.pptx
Audience Researchndfhcvnfgvgbhujhgfv.pptxAudience Researchndfhcvnfgvgbhujhgfv.pptx
Audience Researchndfhcvnfgvgbhujhgfv.pptx
 
sourabh vyas1222222222222222222244444444
sourabh vyas1222222222222222222244444444sourabh vyas1222222222222222222244444444
sourabh vyas1222222222222222222244444444
 
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
 
Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...
Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...
Data Analytics for Digital Marketing Lecture for Advanced Digital & Social Me...
 
MATERI MANAJEMEN OF PENYAKIT TETANUS.ppt
MATERI  MANAJEMEN OF PENYAKIT TETANUS.pptMATERI  MANAJEMEN OF PENYAKIT TETANUS.ppt
MATERI MANAJEMEN OF PENYAKIT TETANUS.ppt
 
Displacement, Velocity, Acceleration, and Second Derivatives
Displacement, Velocity, Acceleration, and Second DerivativesDisplacement, Velocity, Acceleration, and Second Derivatives
Displacement, Velocity, Acceleration, and Second Derivatives
 
Jual Obat Aborsi Bandung (Asli No.1) Wa 082134680322 Klinik Obat Penggugur Ka...
Jual Obat Aborsi Bandung (Asli No.1) Wa 082134680322 Klinik Obat Penggugur Ka...Jual Obat Aborsi Bandung (Asli No.1) Wa 082134680322 Klinik Obat Penggugur Ka...
Jual Obat Aborsi Bandung (Asli No.1) Wa 082134680322 Klinik Obat Penggugur Ka...
 
What is Insertion Sort. Its basic information
What is Insertion Sort. Its basic informationWhat is Insertion Sort. Its basic information
What is Insertion Sort. Its basic information
 
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
 
obat aborsi Bontang wa 082135199655 jual obat aborsi cytotec asli di Bontang
obat aborsi Bontang wa 082135199655 jual obat aborsi cytotec asli di  Bontangobat aborsi Bontang wa 082135199655 jual obat aborsi cytotec asli di  Bontang
obat aborsi Bontang wa 082135199655 jual obat aborsi cytotec asli di Bontang
 
NO1 Best Kala Jadu Expert Specialist In Germany Kala Jadu Expert Specialist I...
NO1 Best Kala Jadu Expert Specialist In Germany Kala Jadu Expert Specialist I...NO1 Best Kala Jadu Expert Specialist In Germany Kala Jadu Expert Specialist I...
NO1 Best Kala Jadu Expert Specialist In Germany Kala Jadu Expert Specialist I...
 
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
 

convolutional neural network and its application.pdf

  • 1. ” Convolutional Neural Networks (CNN)” University of Manouba. Tunis Higher School of Business Preparedby: Sirine BEN AMMAR 2023-2024 Sirine BEN AMMAR
  • 2. Outline 1 General context 5 CNN Components Sirine BEN AMMAR 2/ 21 CNN Architecture 4 Applications of CNN models 6 Implementation 7 3 Properties of CNN models Definition 2 Some recent articles 8 Conclusions 9
  • 4. Context 2 3 4 / 21 Sirine BEN AMMAR Machine Learning VS Deep Learning
  • 7. Definition 2 3 7 / 22 Sirine BEN AMMAR ❑Convolutional Neural Networks (CNNs) learns multi-level features and classifier in a joint fashion and performs much better than traditional approaches for various image classification and segmentation problems.
  • 8. Properties of CNN models 2 3 8/ 22 Sirine BEN AMMAR ➢Sparseinteractions between NN units (through kernels of small size) ✓fewer parameters to learn ✓less computation resources arerequired ➢Parameter sharing (samekernel is applied throughout theinput) ✓Maintain the same feature detection throughout the input. ➢Ability to (automatically) learn local structure ➢Can handle variable-sized inputs.
  • 9. CNN Architecture 2 3 9/ 22 Sirine BEN AMMAR ➢Typically, a CNN model consists of convolution layers, for feature selection, followedby fullyconnected layers that perform the prediction task.
  • 11. CNN Components 2 3 11/ 22 Sirine BEN AMMAR Convolution Non Linearity Pooling or Sub Sampling Classification (Fully Connected Layer) ➢There are 4 components in the CNN:
  • 12. CNN Components 2 3 12/ 22 Sirine BEN AMMAR Input: •An image is a matrix of pixel values. ➢If we consider a gray scale image, the value of each pixel in the matrix will range from 0 to 255. ➢If we consider an RGB image, each pixel will have the combined values of R, G and B.
  • 13. CNN Components 2 3 13/ 22 Sirine BEN AMMAR Convolution Non Linearity Pooling Classification 1. Convolution : ➢The primary purpose of convolution in case of a CNN is to extract features from the input image.
  • 14. CNN Components 2 3 14/ 22 Sirine BEN AMMAR Convolution Non Linearity Pooling Classification 2. Non Linearity (ReLU): ➢ Replaces all negative pixel values in the feature map by zero. ➢ The purpose of ReLU isto introduce non-linearityin CNN, since most of the real-world data would be non-linear. ➢ Other non-linearfunctions such as tanh (-1, 1) or sigmoid (0, 1) can also be used instead of ReLU (0, input).
  • 15. CNN Components 2 3 15/ 22 Sirine BEN AMMAR Convolution Non Linearity Pooling Classification 3. Pooling: ➢ Reduces the dimensionalityof each feature map but retains the most important information.
  • 16. CNN Components 3 12/ 22 Sirine BEN AMMAR 16/ 22 Sirine BEN AMMAR Convolution Non Linearity Pooling Classification 4. Fully Connected Layer: ➢ The term “Fully Connected” impliesthat every neuron inthe previous layer is connected to every neuron on the next layer. ➢ Their activations can hence be computed with a matrix multiplication followed by a bias offset. ➢ The purpose of the fully connected layer is to use the high-level features for classifying the input image into various classes based on the training dataset.
  • 17. Applications of CNN models 2 3 17/ 22 Sirine BEN AMMAR ➢Image Processing ✓image classification ✓object detection ✓image segmentation ✓object tracking ✓face recognition… ➢Speech Processing ➢Text Detections and Recognition (OCR) ➢Natural Language Processing ➢Drug Discovery ➢Timeseries Analysis ✓Health risk assessment ✓Electromyography (EMG) recognition…
  • 18. Implementation 2 3 18/ 22 Sirine BEN AMMAR Link: https://colab.research.google.com/drive/17Svx0pQE_0g- 4uz22W_F0nFdsySiurt0
  • 19. Some recent articles 2 3 19/ 22 Sirine BEN AMMAR
  • 20. Some recent articles 2 3 20/ 22 Sirine BEN AMMAR
  • 21. Conclusions 2 3 21/ 22 ➢In conclusion, Convolutional Neural Networks represent a major breakthrough in deep learningwith vast and varied applications. ➢As we wrap up this presentation, let's look to the future: new challenges, technological advancements, and extendedapplications. ➢Ongoing commitment to research and development is crucial to fully harness the potential of thisever-evolving technology. Sirine BEN AMMAR