How to Design a Deep Learning Neural Network ?
Welcome back readers !!! Hope you all are doing well 😊.
In today's article, we are going to learn about the designing of deep learning neural network.
Just like we need a number of ingredients to prepare some food, there are certain ingredients to design a neural network. The main requirements to design a neural network are to have an appropriate arrangement of deep neural network layers, training parameters for hyperparameter tuning, and obviously the selection of appropriate dataset (or shall I say the set of images) on which the training is to be performed.
List of Layers in Deep Neural Network
- Input Layer
- Convolution Layer and its parameters
- LSTM Layer
- GRU Layer
- Fully Connected Layer
- Flatten Layer
- Normalization Layer
- Pooling Layer and its types
- Activation Layer
- Combination Layer
- Output Layer
Training Parameters in Deep Learning
- Optimizers
- Monitoring Progress
- Mini-batch Options
- Validation
- Solver Options
- Gradient Clipping
Selection of Appropriate Dataset
These individual headings will be discussed in detail in our upcoming articles. So stay tuned and keep supporting 😊. Kindly give your valuable suggestions in the comments section 🙏.
Akshay Juneja authored 15+ articles for INFO4EEE Website on Deep Learning.
Post a Comment