随笔分类 -  算法

如何避免梯度下降到局部最小值
摘要:http://ruder.io/optimizing-gradient-descent/index.html#momentum 阅读全文
posted @ 2018-04-24 11:40 未完代码 阅读(882) 评论(0) 推荐(0)
C++函数式编程实现牛顿法
摘要:In numerical analysis, Newton's method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding 阅读全文
posted @ 2018-03-27 11:01 未完代码 阅读(664) 评论(0) 推荐(0)