greatConvensions    About    Archive
A Programming/Research Blog by Hiroyuki Vincent Yamazaki

Convolutional Neural Networks, CNN - Overview

Overview

This series of posts will explain how convolutional neural networks, CNN work using a few examples along the way.

Preparation

  1. Datasets

Network Layers

  1. Input and Output Layers
  2. Hidden Layers
  3. Convolution Layers
  4. Pooling Layers
  5. Fully Connected Layers

Training

  1. Forward Algorithm
  2. Back Propagation

Testing

  1. Evaluating the Network Model

Done!