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
Copy file name to clipboardExpand all lines: assignments2016/assignment1.md
+3-8
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,7 @@ You can work on the assignment in one of two ways: locally on your own machine,
21
21
through [Terminal](https://www.terminal.com/).
22
22
23
23
### Working locally
24
-
**Get the code:**
25
-
COMING SOON
24
+
Get the code [here](http://vision.stanford.edu/teaching/cs231n/winter1516_assignment1.zip)
26
25
27
26
**[Optional] virtual environment:**
28
27
Once you have unzipped the starter code, you might want to create a
@@ -83,14 +82,10 @@ The IPython Notebook **softmax.ipynb** will walk you through implementing the So
83
82
### Q4: Two-Layer Neural Network (25 points)
84
83
The IPython Notebook **two\_layer\_net.ipynb** will walk you through the implementation of a two-layer neural network classifier.
85
84
86
-
### Q4: Higher Level Representations: Image Features (10 points)
85
+
### Q5: Higher Level Representations: Image Features (10 points)
87
86
88
87
The IPython Notebook **features.ipynb** will walk you through this exercise, in which you will examine the improvements gained by using higher-level representations as opposed to using raw pixel values.
89
88
90
-
### Q5: Bonus: Design your own features! (+10 points)
91
-
92
-
In this assignment we provide you with Color Histograms and HOG features. To claim these bonus points, implement your own additional features from scratch, and using only numpy or scipy (no external dependencies). You will have to research different feature types to get ideas for what you might want to implement. Your new feature should help you improve the performance beyond what you got in Q4 if you wish to get these bonus points. If you come up with nice features we'll feature them in the lecture.
93
-
94
89
### Q6: Cool Bonus: Do something extra! (+10 points)
95
90
96
-
Implement, investigate or analyze something extra surrounding the topics in this assignment, and using the code you developed. For example, is there some other interesting question we could have asked? Is there any insightful visualization you can plot? Or maybe you can experiment with a spin on the loss function? If you try out something cool we'll give you points and might feature your results in the lecture.
91
+
Implement, investigate or analyze something extra surrounding the topics in this assignment, and using the code you developed. For example, is there some other interesting question we could have asked? Is there any insightful visualization you can plot? Or anything fun to look at? Or maybe you can experiment with a spin on the loss function? If you try out something cool we'll give you up to 10 extra points and may feature your results in the lecture.
0 commit comments