pannyvan

导航

随笔分类 -  WILDML

NN&ML
Backpropagation反向传播算法(BP算法)
摘要:1.Summary: Apply the chain rule to compute the gradient of the loss function with respect to the inputs. cs231n 2.what problems to slove? 2.1introduct 阅读全文

posted @ 2017-01-03 22:34 pannyvan 阅读(1655) 评论(0) 推荐(0)

实现一个simple 3层的神经网络
摘要:1.基本概念 1.1softmax softmax函数:一句话概括:是logistic 函数的扩展,将一个p维的数值向量映射成为一个k维的概率值,且这k个值的和为1. 公式: 解释: 1.2 cross-entry loss http://blog.csdn.net/u012494820/artic 阅读全文

posted @ 2016-12-30 13:15 pannyvan 阅读(211) 评论(0) 推荐(0)

写在分类之首-----to do list!
摘要:1.增强学习 http://www.wildml.com/2016/10/learning-reinforcement-learning/ 2.RNN 别人的博客目录: 1.学些增强学习(通过代码,练习和问题的解决方案) 2.TensorFlow中的RNN,实践指南,没有被记录的特性 TensorF 阅读全文

posted @ 2016-12-28 19:57 pannyvan 阅读(149) 评论(0) 推荐(0)