Skip to content

Commit

Permalink
Update completed items in the TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
hnarayanan committed Aug 9, 2016
1 parent 3414ef2 commit f74a18a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ There is nothing to see here.
- [x] **Lecture 1:** Intro to computer vision, historical context
- [x] [Video](https://youtu.be/NfnWJUyUJYU)
- [x] [Slides](slides/lecture1.pdf)
- [ ] **Lecture 2:** Image classification and the data-driven
- [x] **Lecture 2:** Image classification and the data-driven
approach; k-nearest neighbors; Linear classification I
- [x] [Video](https://youtu.be/8inugqHkfvE)
- [x] [Slides](slides/lecture2.pdf)
- [x] [Python/NumPy tutorial](notes/python-numpy-tutorial.pdf)
- [x] [Image classification notes](notes/image-classification.pdf)
- [ ] [Linear classification notes](notes/linear-classification.pdf)
- [x] [Linear classification notes](notes/linear-classification.pdf)
- [ ] **Lecture 3:** Linear classification II; Higher-level
representations, image features; Optimization, stochastic
gradient descent
- [x] [Video](https://youtu.be/qlLChbHhbg4)
- [ ] [Slides](slides/lecture3.pdf)
- [ ] [Linear classification notes](notes/linear-classification.pdf)
- [x] [Linear classification notes](notes/linear-classification.pdf)
- [ ] [Optimization notes](notes/optimization.pdf)
- [ ] **Lecture 4:** Backpropagation; Introduction to neural networks
- [x] [Video](https://youtu.be/i94OvYb6noo)
Expand Down

0 comments on commit f74a18a

Please sign in to comment.