2017-05-31 Lu Huang
I got a good things on GitHub, and share it here. There are some classical papers about deep learning. Survey Review Deep learning (2015), Y. LeCun, Y. Bengio and G. Hinton [pdf] :sparkles: Deep learning in neural networks: An overview (2015), J. Schmidhuber [pdf] :sparkles: Representation learning: A review and new 继续阅读 »
2018-05-15 石头人m
Machine Learning Yearning,Technical Strategy for AI Engineers,In the Era of Deep Learning. Andrew NG. Machine Learning Yearning is a deeplearning.ai project. 继续阅读 »
2016-06-12 MoreFreeze
Last month I have study a course on Coursera, it is called Learning how to learn. It is a course that teach you how to learn efficiently. I made some notes about it and share here. (I just list each view point which I think is important, but I think I can figure out better way to show next time) 继续阅读 »
2017-05-31 Lu Huang
There is a book about Deep Learning, http://www.deeplearningbook.org/, which is wrote by Ian Goodfellow, Yoshua Bengio and Aaron Courville. 继续阅读 »
2015-07-21 Jason Liao
click here! I rewrite all the demos with ES6, some note here, source code here 继续阅读 »
2016-01-04 Jason Liao
Glad you back @Drake React.Component or React.createClass 刚刚学习 React 的时候,有很多教程创建一个 React 组件的时候,都是使用 React.createClass,那是 ES6 还没有广泛使用的时候的语法,后来在 React v0.13 的时候,就可以使用 ES6 的 class 来创建 React 组件,也就是继承 React.Component。 继续阅读 »
2018-03-08 Xie Jingyi
论文地址:https://arxiv.org/pdf/1612.00137 more 现有的 Pose Estimation 解决方案 Single Person Pose Estimation (SPPE) 只尝试估计一个人的姿势。早期曾使用诸如随机森林等机器学习方法,近几年采用深度学习方案,大致有如下几种: 基于 DNN 的 基于 CNN 的(如 RMPE 使用的 Hourglass) 其他架构,如 DeepPose 局限: 要求人能被精准定位,对人的位置十分敏感。 Multi Person Pose Estimation (MPPE) 可以估计多人的姿势,不同架构的框架对噪音(如 人的重叠、人的鲜有姿态)有不同的 继续阅读 »
2015-10-17 jude
菜鸟成长的路上,总盼着能遇上一位又一位大神。可是大神如传说般的存在,岂是想遇上就能遇上的呢? 况且自身级数上不去,就算遇到大神给你指点指点也不一定能消化得来。 还是乖乖地在下层练级打怪吧。 不过 github 的出现无疑是给各路神仙立下一座座供小菜瞻仰的丰碑,上面详细记载着他们的英雄事迹,从雏形发展壮大到鼎盛然后衰亡。 继续阅读 »
2017-04-02 jude
最近跟小牛队老板一样在看《Building Machine Learning Systems with Python, 2nd Edition》。 除却某些代码(特别是第 5 章的)有错,书写得很好。没怎么学过 Python ,数学也不太行的我,也能跟着一步步走进机器学习的大门。 继续阅读 »
2018-03-15 Alex Sun
1. LeNet-5 论文参考Gradient-Based Learning Applied to Document Recognition。 继续阅读 »