@@ -5,14 +5,14 @@ mathjax: true
5
5
permalink : /assignments2025/assignment1/
6
6
---
7
7
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 >
9
9
10
10
Starter code containing Colab notebooks can be [ downloaded here] ( {{site.hw_1_colab}} ) .
11
11
12
12
- [ Setup] ( #setup )
13
13
- [ Goals] ( #goals )
14
14
- [ 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 )
16
16
- [ Q3: Implement a Softmax classifier] ( #q3-implement-a-softmax-classifier )
17
17
- [ Q4: Two-Layer Neural Network] ( #q4-two-layer-neural-network )
18
18
- [ 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
46
46
47
47
The notebook ** knn.ipynb** will walk you through implementing the kNN classifier.
48
48
49
- ### Q2: Training a Support Vector Machine
49
+ ### Q2: Training a fully connected network
50
50
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 .
52
52
53
53
### Q3: Implement a Softmax classifier
54
54
@@ -80,6 +80,6 @@ If your submission for this step was successful, you should see the following di
80
80
81
81
` ### Done! Please submit a1_code_submission.zip and a1_inline_submission.pdf to Gradescope. ### `
82
82
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 ) .
84
84
85
85
Remember to download ` a1_code_submission.zip ` and ` a1_inline_submission.pdf ` locally before submitting to Gradescope.
0 commit comments