37 lines
1.7 KiB
Markdown
37 lines
1.7 KiB
Markdown
---
|
|
title: Links
|
|
---
|
|
|
|
# Notes & Projects from Georgia Tech OMSCS
|
|
|
|
I've done my best to follow the Academic Honor Code here, and keep
|
|
assignments or project material to what was explicitly allowed to be
|
|
public (e.g. the final project for CS6475, or the code itself for
|
|
CS7641 and not the report). Please let me know if I missed anything.
|
|
|
|
- [CS6476 (Computer Vision)][cs6476]
|
|
- [Scanned notes](../assets/cs6476-notes.pdf)
|
|
- [CS6475 (Computational Photography)][cs6475]
|
|
- [Scanned notes](../assets/cs6475-notes.pdf)
|
|
- [Final project](https://github.com/Hodapp87/cs6475_neural_style)
|
|
- [CS7641 (Machine Learning)][cs7641]
|
|
- Scanned notes from three mini-courses:
|
|
- [SL: Supervised Learning](../assets/cs7641-notes-sl.pdf)
|
|
- [UL: Unsupervised Learning & Randomized Optimization](../assets/cs7641-notes-ul.pdf)
|
|
- [RL: Reinforcement Learning & Decision Making](../assets/cs7641-notes-rl.pdf)
|
|
- [Assigment 2 code](https://github.com/Hodapp87/cs7641_assignment2)
|
|
- [Assigment 3 code](https://github.com/Hodapp87/cs7641_assignment3)
|
|
- [Assigment 4 code](https://github.com/Hodapp87/cs7641_assignment4)
|
|
- [CS8803-O03 (Reinforcement Learning & Decision Making)][cs8803o03]
|
|
- [Scanned notes](../assets/cs8803-rldm-notes.pdf)
|
|
|
|
# Papers
|
|
|
|
- [Unsupervised Learning for Computational Phenotyping](https://arxiv.org/abs/1612.08425) and
|
|
the associated code at <https://github.com/Hodapp87/mimic3_phenotyping>
|
|
|
|
[cs6476]: https://www.omscs.gatech.edu/cs-4495-computer-vision
|
|
[cs6475]: https://www.omscs.gatech.edu/cs-6475-computational-photography
|
|
[cs7641]: https://www.omscs.gatech.edu/cs-7641-machine-learning
|
|
[cs8803o03]: http://www.omscs.gatech.edu/cs-8803-special-topics-reinforcement-learning
|