CS计算机代考程序代写 python Assignment 3

Assignment 3
1- Change the number of neurons in hidden layer. See the accuracy and compared it to the baseline.
2- Change the number of epochs to 20 and see if it has any effect (16 neurons)
3- Add one more layer to the designed neural network and see the result (both layers should have 16 neurons). Draw graphs and compare accuracies.
 Please run your code in python notebook and submit an html file that contains both code and result. You can use any other python IDE but the result should contain the code and the output of it (please do not copy/pate results)
 PLEASE DO NOT SUBMIT JUST THE PURE CODE (.py or .txt or ipynb or…)- IT WILL NOT BE GRADED.
1