You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,23 +42,23 @@ In this assignment you will practice putting together a simple image classificat
42
42
- Understand the differences and tradeoffs between these classifiers.
43
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.
44
44
45
-
### Q1: k-Nearest Neighbor classifier (20 points)
45
+
### Q1: k-Nearest Neighbor classifier
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 (25 points)
49
+
### Q2: Training a Support Vector Machine
50
50
51
51
The notebook **svm.ipynb** will walk you through implementing the SVM classifier.
52
52
53
-
### Q3: Implement a Softmax classifier (20 points)
53
+
### Q3: Implement a Softmax classifier
54
54
55
55
The notebook **softmax.ipynb** will walk you through implementing the Softmax classifier.
56
56
57
-
### Q4: Two-Layer Neural Network (25 points)
57
+
### Q4: Two-Layer Neural Network
58
58
59
59
The notebook **two\_layer\_net.ipynb** will walk you through the implementation of a two-layer neural network classifier.
60
60
61
-
### Q5: Higher Level Representations: Image Features (10 points)
61
+
### Q5: Higher Level Representations: Image Features
62
62
63
63
The notebook **features.ipynb** will examine the improvements gained by using higher-level representations
64
64
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
80
80
81
81
`### Done! Please submit a1.zip and the pdfs to Gradescope. ###`
82
82
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).
84
84
85
85
Remember to download `a1.zip` and `assignment.pdf` locally before submitting to Gradescope.
0 commit comments