diff --git a/assets/cs7641-notes-rl.pdf b/assets/cs7641-notes-rl.pdf new file mode 100644 index 0000000..c1fb1c5 Binary files /dev/null and b/assets/cs7641-notes-rl.pdf differ diff --git a/assets/cs7641-notes-sl.pdf b/assets/cs7641-notes-sl.pdf new file mode 100644 index 0000000..1bc6663 Binary files /dev/null and b/assets/cs7641-notes-sl.pdf differ diff --git a/assets/cs7641-notes-ul.pdf b/assets/cs7641-notes-ul.pdf new file mode 100644 index 0000000..45ddb50 Binary files /dev/null and b/assets/cs7641-notes-ul.pdf differ diff --git a/pages/links.md b/pages/links.md index 6c87326..ded9137 100644 --- a/pages/links.md +++ b/pages/links.md @@ -4,13 +4,21 @@ 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: Coming soon. Somehow I forgot to scan them. + - 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)