This is a page at the LAPIX/INCoD dedicated to gather/offer interesting and useful material about Deep Learning/Convolutional Neural Networks
Contents
Tutorials (sites, books and white papers)
- Deep Learning Terms Explained in Simple English – http://bigdata.black/artificial-intelligence/neural-networks/deep-learning-terms-explained-simple-english/
- Stanford UFLDL – Deep Learning Tutorial – http://ufldl.stanford.edu/tutorial/
- Older version of the same: http://deeplearning.stanford.edu/wiki/index.php/UFLDL_Tutorial
- Applying deep learning to real-world problems – https://medium.com/merantix/applying-deep-learning-to-real-world-problems-ba2d86ac5837
- Good analysis of historical (2012 – today) material: The 10 Deep Learning Methods AI Practitioners Need to Apply
Video Tutorials
- Deep Learning with Neural Networks and TensorFlow Introduction from sentdex – https://www.youtube.com/watch?v=oYbVFhK_olY
Frameworks/APIs
Most Known:
TensorFlow – https://www.tensorflow.org/ – developed by researchers and engineers from the Google Brain team within Google’s AI organization, it comes with strong support for machine learning and deep learning and the flexible numerical computation core is used across many other scientific domains.
DLib – http://dlib.net/ – C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems.