From 44eb0562840f70ea27320e7bcea1f2bab97e79d9 Mon Sep 17 00:00:00 2001 From: Agung Santoso Date: Thu, 6 Apr 2017 08:22:10 +0700 Subject: [PATCH 1/2] Adding Practical RL to Machine Learning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c8bca72..38a8bbe 100644 --- a/README.md +++ b/README.md @@ -704,6 +704,8 @@ Topics covered include probability theory and Bayesian inference; univariate dis - Basic and advanced techniques for text-based information systems: efficient text indexing; Boolean and vector space retrieval models; evaluation and interface issues; Web search including crawling, link-based algorithms, and Web metadata; text/Web clustering, classification; text mining. - [Lecture notes](http://web.stanford.edu/class/cs276/index.html#syllabus) - [Readings](http://web.stanford.edu/class/cs276/index.html#books) +- [Practical_RL](https://github.com/yandexdataschool/Practical_RL) **Reinforcement Learning in the Wild** *Yandex SDA* Lecture Notes Readings + - A course on reinforcement learning in the wild. Taught on-campus in HSE and Yandex SDA (russian) and maintained to be friendly to online students (both english and russian). ------- From 003a69ba26d41bb65e8a029944bbf644650884fc Mon Sep 17 00:00:00 2001 From: Agung Santoso Date: Thu, 6 Apr 2017 08:26:06 +0700 Subject: [PATCH 2/2] Update icon and add syllabus --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38a8bbe..00e3625 100644 --- a/README.md +++ b/README.md @@ -704,8 +704,9 @@ Topics covered include probability theory and Bayesian inference; univariate dis - Basic and advanced techniques for text-based information systems: efficient text indexing; Boolean and vector space retrieval models; evaluation and interface issues; Web search including crawling, link-based algorithms, and Web metadata; text/Web clustering, classification; text mining. - [Lecture notes](http://web.stanford.edu/class/cs276/index.html#syllabus) - [Readings](http://web.stanford.edu/class/cs276/index.html#books) -- [Practical_RL](https://github.com/yandexdataschool/Practical_RL) **Reinforcement Learning in the Wild** *Yandex SDA* Lecture Notes Readings +- [Practical_RL](https://github.com/yandexdataschool/Practical_RL) **Reinforcement Learning in the Wild** *Yandex SDA* Lecture Videos Lecture Notes Assignments Readings - A course on reinforcement learning in the wild. Taught on-campus in HSE and Yandex SDA (russian) and maintained to be friendly to online students (both english and russian). + - [Syllabus](https://github.com/yandexdataschool/Practical_RL#syllabus) -------