Introduction to Machine Learning Typical ML task : Linear Regression Typical ML task : Classification Fundamentals
Deep learning Architecture : Convolutional Neural Network
• Enhances the capabilities of MLP by inserting convolution
layers.
• Composed of many “filters”, which convolve, or slide across the
data, and produce an activation at every slide position
• Suitable for spatial data, object recognition and image analysis.
• The common usage of CNN : self driving cars, drones,
computer vision, text analytics
Anthony FAUSTINE
[email protected] pythontz 05th OCTOBER 2017 45 / 55