Skip to content

Commit a70edba

Browse files
committed
taking out feature design, bleh
1 parent 2229956 commit a70edba

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

assignments2016/assignment1.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ The IPython Notebook **two\_layer\_net.ipynb** will walk you through the impleme
8686

8787
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.
8888

89-
### Q5: Bonus: Design your own features! (+10 points)
90-
91-
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.
92-
9389
### Q6: Cool Bonus: Do something extra! (+10 points)
9490

95-
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

Comments
 (0)