From 0e1568f91501b98dc50bc1cd4b7487594377d3f5 Mon Sep 17 00:00:00 2001 From: "Rachel P.Y. Liao" Date: Tue, 24 Oct 2017 03:43:40 -0500 Subject: [PATCH] Add UvA Deep Learning course --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 946409f..6e87667 100644 --- a/README.md +++ b/README.md @@ -713,6 +713,11 @@ Topics covered include probability theory and Bayesian inference; univariate dis - [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) +- [UvA DEEP LEARNING](http://uvadlc.github.io/) **UvA Deep Learning Course** *University of Amsterdam* Lecture Videos Lecture Notes Assignments Readings + - This course is taught in the MSc program in Artificial Intelligence of the University of Amsterdam. In this course we study the theory of deep learning, namely of modern, multi-layered neural networks trained on big data. The course focuses particularly on computer vision and language modelling, which are perhaps two of the most recognizable and impressive applications of the deep learning theory. + - [Lecture Videos & Notes](http://uvadlc.github.io/#lecture) + - [Practicals](http://uvadlc.github.io/#practicals) + - [Readings](http://uvadlc.github.io/#other-links) -------