Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrgloom/winterstudy
Winter Study of CVLAB@SNU in Preparation for ECCV 2016
https://github.com/mrgloom/winterstudy
Last synced: 22 days ago
JSON representation
Winter Study of CVLAB@SNU in Preparation for ECCV 2016
- Host: GitHub
- URL: https://github.com/mrgloom/winterstudy
- Owner: mrgloom
- Created: 2015-11-25T08:18:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T12:00:47.000Z (almost 9 years ago)
- Last Synced: 2023-06-06T22:55:28.648Z (over 1 year ago)
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# winterstudy
Winter Study of Computer Vision Lab at Seoul National University.Organizer: Myungsub Choi, Jiwon Kim
Members: Jiwon Kim, Myungsub Choi, Jung Kwon Lee, Janghoon Choi (Let Jiwon know if interested to join)
# Plan
## Conference track1. ICCV 2015 reading
2. NIPS 2015 reading
3. ICLR 2016 (submission) reading
4. CVPR 2016 (submission) reading
5. arXiv misc.## ML Study
TODO. What learning methods other than the standard supervised learning we need to know? Also, we need to collect the most recent ones such as universum, net2net, weakly supervised learning (vedaldi) and much more.## Lectures
1. Deep Learning Summer School Videos
2. CS231n, CS224d
3. David Silver RL lectures
4. Oxford Machine Learning Course## Code Practice
### Framework Study
1. Tensorflow
2. Torch
3. Theano
4. Programming practice - making examples (cf. simple cnn/rnn examples, spatial transformer, etc.)### Paper Implementation
TODO. What papers to implement?
### Code Survey (Collect Training Examples)
Collect open sources done with decent network training skills