Difference between revisions of "Resources"

From AI Matters Wiki
Jump to: navigation, search
m (Neural Network Learning: adding links)
m (Machine Learning: adding kdnuggets link)
(One intermediate revision by the same user not shown)
Line 22: Line 22:
 
*** [https://sites.ualberta.ca/~szepesva/RLBook.html Csaba Szepesvári. Algorithms for Reinforcement Learning]
 
*** [https://sites.ualberta.ca/~szepesva/RLBook.html Csaba Szepesvári. Algorithms for Reinforcement Learning]
 
*** [http://dl.acm.org/citation.cfm?id=2670001 Marco Wiering and Martijn van Otterlo. Reinforcement Learning: State-of-the-Art]
 
*** [http://dl.acm.org/citation.cfm?id=2670001 Marco Wiering and Martijn van Otterlo. Reinforcement Learning: State-of-the-Art]
 +
** [http://www.kdnuggets.com/2017/04/10-free-must-read-books-machine-learning-data-science.html KDNuggets "10 Free Must-Read Books for Machine Learning and Data Science"]
 
* Online resources:
 
* Online resources:
 
** [https://www.coursera.org/learn/machine-learning Andrew Ng's free online Coursera Machine Learning course]
 
** [https://www.coursera.org/learn/machine-learning Andrew Ng's free online Coursera Machine Learning course]
Line 46: Line 47:
 
** [http://playground.tensorflow.org/ TensorFlow Playground]
 
** [http://playground.tensorflow.org/ TensorFlow Playground]
 
** [https://distill.pub/2017/momentum/ Why Momentum Really Works]
 
** [https://distill.pub/2017/momentum/ Why Momentum Really Works]
 +
** [http://lamda.nju.edu.cn/weixs/project/CNNTricks/CNNTricks.html Xiu-Shen Wei's Must Know Tips/Tricks in Deep Neural Networks]
 +
** [https://medium.com/towards-data-science/secret-sauce-behind-the-beauty-of-deep-learning-beginners-guide-to-activation-functions-a8e23a57d046 Medium.com guide: Understanding Activation Functions]
 +
** [https://github.com/williamFalcon/DeepRLHacks John Schulman's Deep RL Hacks (summarized by William Falcon)]
 
*Online Courses
 
*Online Courses
 
** [https://www.coursera.org/learn/machine-learning Andrew Ng's Machine Learning course] and [https://www.coursera.org/specializations/deep-learning Coursera Deep Learning specialization]
 
** [https://www.coursera.org/learn/machine-learning Andrew Ng's Machine Learning course] and [https://www.coursera.org/specializations/deep-learning Coursera Deep Learning specialization]

Revision as of 11:45, 13 September 2017

Starting Places

General

Machine Learning

Neural Network Learning