Skip to content

Commit d04dc16

Browse files
committed
a2 is now live
1 parent 4636d53 commit d04dc16

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ kramdown:
2020

2121
# links to homeworks
2222
hw_1_colab: https://cs231n.github.io/assignments/2021/assignment1_colab.zip
23-
hw_2_colab:
23+
hw_2_colab: https://cs231n.github.io/assignments/2021/assignment2_colab.zip

assignments/2021/assignment2.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,14 @@ In notebook `BatchNormalization.ipynb` you will implement batch normalization, a
5858
The notebook `Dropout.ipynb` will help you implement Dropout and explore its effects on model generalization.
5959

6060
### Q4: Convolutional Networks
61+
6162
In the IPython Notebook `ConvolutionalNetworks.ipynb` you will implement several new layers that are commonly used in convolutional networks.
6263

6364
### Q5: PyTorch / TensorFlow on CIFAR-10
65+
6466
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.
6567

66-
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.
68+
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.
6769

6870
### Submitting your work
6971

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<div class="materials-item">
1818
<a href="assignments2021/assignment1/">Assignment #1: Image Classification, kNN, SVM, Softmax, Fully-Connected Neural Network</a>
1919
</div>
20-
<!-- <div class="materials-item">
20+
<div class="materials-item">
2121
<a href="assignments2021/assignment2/">Assignment #2: Fully-Connected and Convolutional Nets, Batch Normalization, Dropout</a>
22-
</div> -->
22+
</div>
2323
</div>
2424
<!--
2525
<div class="materials-item">

0 commit comments

Comments
 (0)