You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notebook `FullyConnectedNets.ipynb` will introduce you to our
48
-
modular layer design, and then use those layers to implement fully-connected
47
+
The notebook `FullyConnectedNets.ipynb` will have you implement fully connected
49
48
networks of arbitrary depth. To optimize these models you will implement several
50
49
popular update rules.
51
50
52
51
### Q2: Batch Normalization
53
52
54
-
In notebook `BatchNormalization.ipynb` you will implement batch normalization, and use it to train deep fully-connected networks.
53
+
In notebook `BatchNormalization.ipynb` you will implement batch normalization, and use it to train deep fullyconnected networks.
55
54
56
55
### Q3: Dropout
57
56
58
-
The notebook `Dropout.ipynb` will help you implement Dropout and explore its effects on model generalization.
57
+
The notebook `Dropout.ipynb` will help you implement dropout and explore its effects on model generalization.
59
58
60
-
### Q4: Convolutional Networks
59
+
### Q4: Convolutional Neural Networks
61
60
62
-
In the IPython Notebook`ConvolutionalNetworks.ipynb` you will implement several new layers that are commonly used in convolutional networks.
61
+
In the notebook`ConvolutionalNetworks.ipynb` you will implement several new layers that are commonly used in convolutional networks.
63
62
64
-
### Q5: PyTorch / TensorFlow on CIFAR-10
63
+
### Q5: PyTorch/TensorFlow on CIFAR-10
65
64
66
-
For this last part, you will be working in either TensorFlow or PyTorch, two popular and powerful deep learning frameworks. **You only need to complete ONE of these two notebooks.**You do NOT need to do both, and we will _not_be awarding extra credit to those who do.
65
+
For this last part, you will be working in either TensorFlow or PyTorch, two popular and powerful deep learning frameworks. **You only need to complete ONE of these two notebooks.**While you are welcome to explore both for your own learning, there will be no extra credit.
67
66
68
67
Open up either `PyTorch.ipynb` or `TensorFlow.ipynb`. There, you will learn how the framework works, culminating in training a convolutional network of your own design on CIFAR-10 to get the best performance you can.
69
68
@@ -82,7 +81,7 @@ This notebook/script will:
82
81
83
82
If your submission for this step was successful, you should see the following display message:
84
83
85
-
`### Done! Please submit a1.zip and the pdfs to Gradescope. ###`
84
+
`### Done! Please submit a2.zip and the pdfs to Gradescope. ###`
86
85
87
86
**2.** Submit the PDF and the zip file to [Gradescope](https://www.gradescope.com/courses/257661).
0 commit comments