深度学习概述:从感知机到深度网络
原文:https://www.toptal.com/machine-learning/an-introduction-to-deep-learning-from-perceptrons-to-deep-networks
译文:http://www.cnblogs.com/xiaowanyer/p/3701944.html
the data science blog 上介绍卷积神经网络相关的文章
《An Intuitive Explanation of Convolutional Neural Networks》
原文地址: https://ujjwalkarn.me/2016/08/11/intuitive-explanation-convnets/
《A Quick Introduction to Neural Networks》
原文地址:https://ujjwalkarn.me/2016/08/09/quick-intro-neural-networks/
可视化CNN
3D visualization of a Convolutional Neutal Network http://scs.ryerson.ca/~aharley/vis/conv/
Caffe:开源的深度学习框架
《Caffe: Convolutional Architecture for Fast Feature Embedding》
Yangqing Jia, 2014
paper 地址:https://arxiv.org/pdf/1408.5093.pdf
《Caffe环境配置》
博客:hjimce
http://blog.youkuaiyun.com/hjimce/article/details/48781693
《caffe简易上手指南(一)—— 运行cifar例子》
博客:Alex Cai
http://www.cnblogs.com/alexcai/p/5468164.html