Skip to content

Commit

Permalink
a2 is now live
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Apr 16, 2021
1 parent 4636d53 commit 0188274
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ kramdown:

# links to homeworks
hw_1_colab: https://cs231n.github.io/assignments/2021/assignment1_colab.zip
hw_2_colab:
hw_2_colab: https://cs231n.github.io/assignments/2021/assignment2_colab.zip
4 changes: 3 additions & 1 deletion assignments/2021/assignment2.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,14 @@ In notebook `BatchNormalization.ipynb` you will implement batch normalization, a
The notebook `Dropout.ipynb` will help you implement Dropout and explore its effects on model generalization.

### Q4: Convolutional Networks

In the IPython Notebook `ConvolutionalNetworks.ipynb` you will implement several new layers that are commonly used in convolutional networks.

### Q5: PyTorch / TensorFlow on CIFAR-10

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.

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.
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.

### Submitting your work

Expand Down
Binary file added assignments/2021/assignment2_colab.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<div class="materials-item">
<a href="assignments2021/assignment1/">Assignment #1: Image Classification, kNN, SVM, Softmax, Fully-Connected Neural Network</a>
</div>
<!-- <div class="materials-item">
<div class="materials-item">
<a href="assignments2021/assignment2/">Assignment #2: Fully-Connected and Convolutional Nets, Batch Normalization, Dropout</a>
</div> -->
</div>
</div>
<!--
<div class="materials-item">
Expand Down

0 comments on commit 0188274

Please sign in to comment.