Skip to content

Commit 6377f1a

Browse files
committed
Update the link to 2022 a1
1 parent ea14e0f commit 6377f1a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

assignments/2022/assignment1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In this assignment you will practice putting together a simple image classificat
4040
- Implement and apply a **Softmax** classifier.
4141
- Implement and apply a **Two layer neural network** classifier.
4242
- Understand the differences and tradeoffs between these classifiers.
43-
- 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.
43+
- Get a basic understanding of performance improvements from using **higher-level representations** as opposed to raw pixels, e.g. color histograms, Histogram of Oriented Gradient (HOG) features, etc.
4444

4545
### Q1: k-Nearest Neighbor classifier
4646

4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)