PA Q1: In this question, I have created a convolutional neural network that
can be trained to classify MNIST digits. However, my current code runs
rather slowly. Please change two lines in the definition of ”layers” in Q1.m
to speed up learning. When you’re done, it should get to near 99% accuracy
the the end of the second epoch. It might help to have a look at the Matlab
docs on MNIST classification at https://www.mathworks.com/help/nnet/
examples/create-simple-deep-learning-network-for-classification.
html.
PA Q2: In this question, you must modify the network you designed in
Q1.m to handle English letter classification instead of digit classification.
There are 26 letters in the English alphabet. The letters have exactly the
same image size as do the MNIST digits: 28×28 grayscale. Your answer to
1
this question should be a ”Layers” structure analogous to what I provided
in Q1.m.
PA Q3: In this question, we will speed up learning for letter classification
by finetuning a network that was pretrained on the MNIST digit classification task. In pretraining/finetuning, we train a network on one task
(in this case, the MNIST digit classification) and then copy most of the
learned weights to a new network that is used to solve a new task (in this
case, letter classification). Your answer to this question should actually *do*
MNIST classification using your code from Q1 and then copy the appropriate
weights to a new network. For more information on how to do this with Matlab, see the documentation at: https://www.mathworks.com/help/nnet/
examples/transfer-learning-using-alexnet.html.
CS4610/CS5335:, Homework, solved
[SOLVED] Cs4610/cs5335: homework 5
$25
File Name: Cs4610_cs5335__homework_5.zip
File Size: 235.5 KB
Reviews
There are no reviews yet.