Question: 4- Create Multi-layer Neural Network with five hidden layers and one output layer and report the output of model.summary(): The hidden layers: First layer: 250

4- Create Multi-layer Neural Network with five hidden layers and one output layer and report the output of model.summary(): The hidden layers: First layer: 250 neurons with relu activation function Second layer: 200 neurons with relu activation function Third layer: 150 neurons with relu activation function Forth layer: 100 neurons with relu activation function Fifth layer: 50 neurons with relu activation function The output layer: Output layer: 10 (number of classes in Cifar10 dataset) neurons with softmax activation function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
