Yayun Liu's Blog Engineer, Blogger, Learner, Runner

Deep Learning 4.0.1: CNN Architecture


Architecture of Convolutional Neural Networks (CNN)

The architecture of a Convolutional Neural Network (CNN) is composed of the following layers:

  1. Convolutional Layer
  2. Pooling Layer
  3. Fully Connected Layer
  4. Output Layer

Illustration of CNN Architecture

CNN Architecture

Why convolutions?

CNN Architecture

References


Similar Posts

Comments