1. ufldl教程√ Andrew Ng的教程,matlab代码. 2. Neural Network and Deep Learning√: 一本未写完的书,非常细致,对基础的概念比如cross entropy cost function, backpropagation有十分详细的介绍,python实现,但是是针对多层神经网络的,没有cnn. 3. Deep Learning: Bengio大神的书. 4.Learning Deep Architectures for AI 还是Y…
feature study within neural network 在regression问题中,根据房子的size, #bedrooms原始特征可能演算出family size(可住家庭大小), zip code可能演算出walkable(可休闲去处),富人比例和zip code也可能决定了学区质量,这些个可住家庭大小,可休闲性,学区质量实际上对于房价预测有着至关重要的影响,但是他们都无法直接从原始数据输入获取,而是进过hidden layer学习抽象得出的特征. loss functio…
Deep Learning for Natural Language Processing (without Magic) http://nlp.stanford.edu/courses/NAACL2013/ http://nlp.stanford.edu/projects/DeepLearningInNaturalLanguageProcessing.shtml Deep Learning in NLP (一)词向量和语言模型 http://licstar.net/archives/328…
by Jason Brownlee on December 20, 2017 in Better Deep Learning Transfer learning is a machine learning method where a model developed for a task is reused as the starting point for a model on a second task. It is a popular approach in deep learning w…