Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This lab is about Deep Learning. You will download the main frameworks and learn how to use them by running examples provided. a) Clone and
This lab is about Deep Learning. You will download the main frameworks and learn how to use them by running examples provided. a) Clone and enter the repository with the examples. git clone https://github.com/cmranieri/dl_tutorial cd dl_tutorial b) Please check the results of every experiment in the following sections. Part 1: a) Check the code from mnist_mlp.py and run it. b) Leave it with only one hidden layer, remove the dropouts and run it again. c) Change the activation of the hidden layer to a "sigmoid", the loss function to mse (mean squared error). d) Change the optimization algorithm to "sgd" (Stochastic Gradient Descent). This lab is about Deep Learning. You will download the main frameworks and learn how to use them by running examples provided. a) Clone and enter the repository with the examples. git clone https://github.com/cmranieri/dl_tutorial cd dl_tutorial b) Please check the results of every experiment in the following sections. Part 1: a) Check the code from mnist_mlp.py and run it. b) Leave it with only one hidden layer, remove the dropouts and run it again. c) Change the activation of the hidden layer to a "sigmoid", the loss function to mse (mean squared error). d) Change the optimization algorithm to "sgd" (Stochastic Gradient Descent)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started