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
Network Layers
- Input and Output Layers
- Hidden Layers
- Convolution Layers
- Pooling Layers
- Fully Connected Layers
Training
- Forward Algorithm
- Back Propagation
Testing
- Evaluating the Network Model
Done!