Assignment Solution
In this lesson, we will discuss the solutions for the assignments in this chapter.
We'll cover the following...
Problem One
Change the hyperparameters, the number of layers in our classifier, and the number of layers up to which we want to freeze the weight update process and see what the accuracy of the model is. How does it change?
We will only change the model architecture here but you can even ...