Difference between revisions of "Resources"

From AI Matters Wiki
Jump to: navigation, search
m (Neural Network Learning: adding links)
m (Neural Network Learning: adding links)
Line 46: Line 46:
 
** [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 10:39, 30 August 2017

Starting Places

General

Machine Learning

Neural Network Learning