Recurrent Neural Networks Tutorial, Part 1 – Introduction to RNNsRecurrent Neural Networks (RNNs) are popular models that have shown great promise in ...
分类:
Web程序 时间:
2015-09-18 20:22:11
阅读次数:
260
AutoencoderFrom WikipediaAn autoencoder, autoassociator or Diabolo network[1]:19 is an artificial neural network used for learning efficient codings.[...
分类:
Web程序 时间:
2015-09-13 18:29:05
阅读次数:
275
近期,Google Deep Mind团队提出了一个机器学习模型,并起了一个特别高大上的名字:神经网络图灵机,我为大家翻译了这篇文章,翻译得不是特别好,有些语句没读明白,欢迎大家批评指正原论文出处:http://arxiv.org/pdf/1410.5401v1.pdf。版权所有,禁止转载。神经网络...
分类:
系统相关 时间:
2015-09-10 13:00:46
阅读次数:
277
原文:http://blog.csdn.net/u012162613/article/details/44261657本文是《Neural networks and deep learning》概览中第三章的一部分,讲机器学习/深度学习算法中常用的正则化方法。(本文会不断补充)正则化方法:防止过拟合...
分类:
其他好文 时间:
2015-09-07 00:19:30
阅读次数:
256
Training Neural Networks: Q&A with Ian Goodfellow, GoogleNeural networks require considerable time and computational firepower to train. Previously, r...
分类:
Web程序 时间:
2015-09-05 19:10:08
阅读次数:
187
此文是斯坦福大学,机器学习界 superstar — Andrew Ng 所开设的 Coursera 课程:Machine Learning 的课程笔记。力求简洁,仅代表本人观点,不足之处希望大家探讨。
课程网址:https://www.coursera.org/learn/machine-learning/home/welcome...
分类:
Web程序 时间:
2015-09-01 10:50:51
阅读次数:
224
Understanding LSTM NetworksRecurrent Neural NetworksHumans don’t start their thinking from scratch every second. As you read this essay, you understan...
分类:
Web程序 时间:
2015-08-29 11:08:48
阅读次数:
306
answer: It's stay the same. (结果不变)原因:交换parameters matrix 1的两行使得其与matrix a1运算得到matrix a2时交换了 a2中的第一个元素和第二个元素,即a2 subscript1 and a2 subscipt2。 正好与其对应...
分类:
Web程序 时间:
2015-08-27 18:37:25
阅读次数:
176
Image Scaling using Deep Convolutional Neural NetworksThis past summer I interned at Flipboard in Palo Alto, California. I worked on machine learning ...
分类:
Web程序 时间:
2015-08-21 15:33:38
阅读次数:
473