Question: Question 7 [ 3 pts ] : Please follow Dense network for image classification [ Notebook , html ] to create a dense layer network
Question pts: Please follow Dense network for image classification Notebook html to create a dense layer network image classifiers and validate its performances.
Please download the cat vs dog images dogvscatzip from Canvas
Unzip the downloaded zip file. There are dog and cat images for each
category in the unzipped folder.
Use fold cross validation to split the images into training vs test set. Train
neural networks using training set, and report their performance on the test set.
Create a feedforward neural network with one or two hidden layers you can determine the number of hidden nodes for each layer, but the number of hidden nodes for each layer should be at least Train the network on the training set and report its performance on the test. Report at least one loss plot with respect to the number of epochs. Report fold cross validation accuracy, including mean and standard deviation pts
For the same network structure created above, please change the network structure by adding batch normalization andor dropout layer at different layers Report fold cross validation performance of the network by adding batch normalization and dropout layer, respectively you can decide which layers to add batch normalization andor dropout Conclude batch normalization and dropout impact on the neural network performance.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
