From 0afe5afbab54fe5d7f868828729c308f9fc8707b Mon Sep 17 00:00:00 2001 From: Rian Adam Date: Fri, 4 Nov 2016 04:55:57 +0700 Subject: [PATCH] Add deep learning courses (#2122) * Add deep learning courses * fix accidental change * remove trailing slash * Added NVIDIA's Deep Learning Course --- free-courses-en.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/free-courses-en.md b/free-courses-en.md index f2efddbe..2d17878c 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -12,6 +12,7 @@ * [Compilers](#compilers) * [CUDA](#cuda) * [Databases](#databases) +* [Deep Learning](#deep-learning) * [Git](#git) * [Go](#go) * [Haskell](#haskell) @@ -109,6 +110,15 @@ * [Introduction to Databases](https://lagunita.stanford.edu/courses/Engineering/db/2014_1/about) (Stanford University) +### Deep Learning + +* [Convolutional Neural Networks for Visual Recognition](http://cs231n.github.io) +* [Deep Learning for Natural Language Processing](http://cs224d.stanford.edu) +* [Self-Paced Courses for Deep Learning ](https://developer.nvidia.com/deep-learning-courses) +* [Unsupervised Feature Learning and Deep Learning](http://deeplearning.stanford.edu/tutorial) +* [What is Deep Learning](https://www.udacity.com/course/deep-learning--ud730) + + ### Git * [Git and Gitlab Live Workshop](https://courses.platzi.com/courses/git-gitlab/) -- GitLab