Overview
This part will focus on variants of Neural Network(NN) which are DAGs(Directed Acyclic Graph).
3 common types of network architectures will be covered. They are:
Feedforward NN:
- Architecture and Computation;
- Learning algorithms;
- Regularization methods;
Convolutional NN:
- Motivation and Architecture;
- Interesting variants.
Recurrent NN:
- Architecture and unfolding;
- Learning problems and methods;
- Memory.
For each section of a particular network architecture, there will be a following part "Historical Remarks" mentioned its history, some important workes and recent publications for future short term trend.