Abstract 在DeepLearning日益发展的同时,模型压缩的关注度也越来越大。继BWN和TWN之后, 这篇论文在超低比特量化领域的一篇新思想文章,发表在AAAI2018上,作者是阿里的。 该文的主要思想是将超低bit quantization建模成一个离散约束优化问题(discretely ...
分类:
Web程序 时间:
2018-06-02 11:27:38
阅读次数:
367
机器学习已经火遍全球了,目前几乎所有科技公司都或多或少都在积极地响应AI的趋势,但是此时需要培养更多的人工智能和机器学习专家,然而优质的学习资源却相当匮乏。几大科技巨头和业界领军大神也相应提供了各自特色的在线课程,先收录一些好的课程在此,方便大家选择。 吴恩达 deeplearning.ai htt ...
分类:
其他好文 时间:
2018-05-26 21:50:39
阅读次数:
256
http://neuralnetworksanddeeplearning.com/chap1.html Theano http://deeplearning.net/software/theano/tutorial/python.html# Python https://www.liaoxuefen ...
分类:
其他好文 时间:
2018-05-25 19:25:10
阅读次数:
176
1. 基础模型 A. Sequence to sequence model:机器翻译、语音识别。(1. Sutskever et. al., 2014. Sequence to sequence learning with neural networks. 2. Cho et. al., 2014. ...
分类:
其他好文 时间:
2018-05-20 15:23:39
阅读次数:
233
【原创】Liu_LongPo 转载请注明出处 【CSDN】http://blog.csdn.net/llp1992 PCA算法前面在前面的博客中已经有介绍,这里简单在描述一下,更详细的PCA算法请参考我的博客: 机器学习实战ByMatlab(二)PCA算法 PCA 的主要计算步骤 1.数据预处理,使 ...
分类:
其他好文 时间:
2018-05-13 11:57:10
阅读次数:
185
背景知识:http://deeplearning.stanford.edu/wiki/index.php/Softmax%E5%9B%9E%E5%BD%92 假设softmax层的输入(softmax前一次的输出),或者理解为一般分类器的得分f(x)=</theta,x>中的/theta可以随便减一 ...
分类:
Web程序 时间:
2018-05-12 11:54:11
阅读次数:
693
http://deeplearning.cs.cmu.edu/recitations/rec8.attention.pdf https://github.com/cmudeeplearning11785/deep-learning-tutorials/blob/master/recitation-8 ...
分类:
其他好文 时间:
2018-04-29 14:25:50
阅读次数:
208
http://deeplearning.cs.cmu.edu/slides/lec11.recurrent.pdf I think the subscripts in this lecture is quite confusing, and even incorrect sometimes. Jac ...
分类:
其他好文 时间:
2018-04-21 23:37:19
阅读次数:
228
https://zhuanlan.zhihu.com/p/22810533 L2 -> Regression Problems KL -> Classification Problems http://deeplearning.cs.cmu.edu/slides/lec8.stochastic_gr ...
分类:
其他好文 时间:
2018-04-19 21:58:36
阅读次数:
222
十个选择题 1. 答案:A 2. 答案:ABD 3. 答案:ABD 4. 答案:F 5. 答案:C 6. 答案:F 7. 答案:F 8. 答案:AC 多层反馈RNN(Recurrent neural Network、循环神经网络)神经网络是一种节点定向连接成环的人工神经网络。这种网络的内部状态可以展 ...
分类:
其他好文 时间:
2018-04-07 16:14:57
阅读次数:
242