@@ -120,6 +120,7 @@ If you want to contribute to this list, please read [Contributing Guidelines](ht
120120- [ r4stats] ( http://r4stats.com/ ) - analyze the world of data science, and to help people learn to use R
121121- [ Variance Explained] ( http://varianceexplained.org/ ) - David Robinson's Blog
122122- [ AI Junkie] ( http://www.ai-junkie.com/ ) - a blog about Artificial Intellingence
123+ - [ Deep Learning Blog by Tim Dettmers] ( http://timdettmers.com/ ) - Making deep learning accessible
123124
124125<a name =" quora " />
125126##Resources on Quora
@@ -253,10 +254,7 @@ Performance Evaluation](http://www.jmlr.org/papers/volume11/cawley10a/cawley10a.
253254- [ Artificial Neural Networks Tutorials] ( http://stackoverflow.com/questions/478947/what-are-some-good-resources-for-learning-about-artificial-neural-networks )
254255- [ Neural Networks FAQs on Stack Overflow] ( http://stackoverflow.com/questions/tagged/neural-network?sort=votes&pageSize=50 )
255256- [ Deep Learning Tutorials on deeplearning.net] ( http://deeplearning.net/tutorial/index.html )
256- - [ Deep Learning Implementation Tutorials - Keras and Lasagne] ( http://github.com/vict0rsch/deep_learning/ )
257- - [ Deep Learning Blog by Tim Dettmers] ( http://timdettmers.com/ )
258- - [ Chris Olah's blog on Neural Networks] ( https://colah.github.io/ )
259- - [ Awesome introduction to Neural Networks, how they learn and how they are coded by M. Nielsen] ( http://neuralnetworksanddeeplearning.com/ )
257+ - [ Neural Networks and Deep Learning Online Book] ( http://neuralnetworksanddeeplearning.com/ )
260258
261259- Neural Machine Translation
262260 - [ Introduction to Neural Machine Translation with GPUs (part 1)] ( http://devblogs.nvidia.com/parallelforall/introduction-neural-machine-translation-with-gpus/ ) , [ Part 2] ( http://devblogs.nvidia.com/parallelforall/introduction-neural-machine-translation-gpus-part-2/ ) , [ Part 3] ( http://devblogs.nvidia.com/parallelforall/introduction-neural-machine-translation-gpus-part-3/ )
@@ -281,6 +279,7 @@ Performance Evaluation](http://www.jmlr.org/papers/volume11/cawley10a/cawley10a.
281279 - [ RBM using Theano] ( http://deeplearning.net/tutorial/rbm.html#rbm )
282280 - [ DBNs using Theano] ( http://deeplearning.net/tutorial/DBN.html#dbn )
283281 - [ All Codes] ( https://github.com/lisa-lab/DeepLearningTutorials )
282+ - [ Deep Learning Implementation Tutorials - Keras and Lasagne] ( http://github.com/vict0rsch/deep_learning/ )
284283
285284 - [ Torch] ( http://torch.ch/ )
286285 - [ Torch ML Tutorial] ( http://code.madbits.com/wiki/doku.php ) , [ Code] ( https://github.com/torch/tutorials )
0 commit comments