Skip to content

Commit acc788d

Browse files
committed
add assignment link
1 parent 8f95829 commit acc788d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

assignments/2021/assignment1.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Starter code containing Colab notebooks can be [downloaded here]({{site.hw_1_col
1111

1212
- [Setup](#setup)
1313
- [Goals](#goals)
14-
- [Q1: k-Nearest Neighbor classifier (20 points)](#q1-k-nearest-neighbor-classifier-20-points)
15-
- [Q2: Training a Support Vector Machine (25 points)](#q2-training-a-support-vector-machine-25-points)
16-
- [Q3: Implement a Softmax classifier (20 points)](#q3-implement-a-softmax-classifier-20-points)
17-
- [Q4: Two-Layer Neural Network (25 points)](#q4-two-layer-neural-network-25-points)
18-
- [Q5: Higher Level Representations: Image Features (10 points)](#q5-higher-level-representations-image-features-10-points)
14+
- [Q1: k-Nearest Neighbor classifier](#q1-k-nearest-neighbor-classifier)
15+
- [Q2: Training a Support Vector Machine](#q2-training-a-support-vector-machine)
16+
- [Q3: Implement a Softmax classifier](#q3-implement-a-softmax-classifier)
17+
- [Q4: Two-Layer Neural Network](#q4-two-layer-neural-network)
18+
- [Q5: Higher Level Representations: Image Features](#q5-higher-level-representations-image-features)
1919
- [Submitting your work](#submitting-your-work)
2020

2121
### Setup
@@ -42,23 +42,23 @@ In this assignment you will practice putting together a simple image classificat
4242
- Understand the differences and tradeoffs between these classifiers.
4343
- Get a basic understanding of performance improvements from using **higher-level representations** as opposed to raw pixels, e.g. color histograms, Histogram of Gradient (HOG) features, etc.
4444

45-
### Q1: k-Nearest Neighbor classifier (20 points)
45+
### Q1: k-Nearest Neighbor classifier
4646

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

49-
### Q2: Training a Support Vector Machine (25 points)
49+
### Q2: Training a Support Vector Machine
5050

5151
The notebook **svm.ipynb** will walk you through implementing the SVM classifier.
5252

53-
### Q3: Implement a Softmax classifier (20 points)
53+
### Q3: Implement a Softmax classifier
5454

5555
The notebook **softmax.ipynb** will walk you through implementing the Softmax classifier.
5656

57-
### Q4: Two-Layer Neural Network (25 points)
57+
### Q4: Two-Layer Neural Network
5858

5959
The notebook **two\_layer\_net.ipynb** will walk you through the implementation of a two-layer neural network classifier.
6060

61-
### Q5: Higher Level Representations: Image Features (10 points)
61+
### Q5: Higher Level Representations: Image Features
6262

6363
The notebook **features.ipynb** will examine the improvements gained by using higher-level representations
6464
as opposed to using raw pixel values.
@@ -80,6 +80,6 @@ If your submission for this step was successful, you should see the following di
8080

8181
`### Done! Please submit a1.zip and the pdfs to Gradescope. ###`
8282

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

8585
Remember to download `a1.zip` and `assignment.pdf` locally before submitting to Gradescope.
50.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)