Skip to content

Commit 111d470

Browse files
committed
add 2025 assignment 1
1 parent 2110676 commit 111d470

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

_config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ kramdown:
1919
syntax_highlighter: rouge
2020

2121
# links to homeworks
22-
hw_1_colab: https://cs231n.github.io/assignments/2024/assignment1_colab.zip
23-
hw_2_colab: https://cs231n.github.io/assignments/2024/assignment2_colab.zip
24-
hw_3_colab: https://cs231n.github.io/assignments/2024/assignment3_colab.zip
22+
hw_1_colab: https://cs231n.github.io/assignments/2025/assignment1_colab.zip
23+
hw_2_colab: https://cs231n.github.io/assignments/2025/assignment2_colab.zip
24+
hw_3_colab: https://cs231n.github.io/assignments/2025/assignment3_colab.zip

assignments/2025/assignment1.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ mathjax: true
55
permalink: /assignments2025/assignment1/
66
---
77

8-
<span style="color:red">This assignment is due on **Friday, April 19 2024** at 11:59pm PST.</span>
8+
<span style="color:red">This assignment is due on **Wednesday, April 23 2025** at 11:59pm Pacific Time.</span>
99

1010
Starter code containing Colab notebooks can be [downloaded here]({{site.hw_1_colab}}).
1111

1212
- [Setup](#setup)
1313
- [Goals](#goals)
1414
- [Q1: k-Nearest Neighbor classifier](#q1-k-nearest-neighbor-classifier)
15-
- [Q2: Training a Support Vector Machine](#q2-training-a-support-vector-machine)
15+
- [Q2: Training a fully connected network](#q2-training-a-fully-connected-network)
1616
- [Q3: Implement a Softmax classifier](#q3-implement-a-softmax-classifier)
1717
- [Q4: Two-Layer Neural Network](#q4-two-layer-neural-network)
1818
- [Q5: Higher Level Representations: Image Features](#q5-higher-level-representations-image-features)
@@ -46,9 +46,9 @@ In this assignment you will practice putting together a simple image classificat
4646

4747
The notebook **knn.ipynb** will walk you through implementing the kNN classifier.
4848

49-
### Q2: Training a Support Vector Machine
49+
### Q2: Training a fully connected network
5050

51-
The notebook **svm.ipynb** will walk you through implementing the SVM classifier.
51+
The notebook **FullyConnectedNets.ipynb** will walk you through implementing the fully connected network.
5252

5353
### Q3: Implement a Softmax classifier
5454

@@ -80,6 +80,6 @@ If your submission for this step was successful, you should see the following di
8080

8181
`### Done! Please submit a1_code_submission.zip and a1_inline_submission.pdf to Gradescope. ###`
8282

83-
**2.** Submit the PDF and the zip file to [Gradescope](https://www.gradescope.com/courses/527613).
83+
**2.** Submit the PDF and the zip file to [Gradescope](https://www.gradescope.com/courses/1012166).
8484

8585
Remember to download `a1_code_submission.zip` and `a1_inline_submission.pdf` locally before submitting to Gradescope.
64.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)