随机梯度下降 mini batch 批梯度下降算法 牛顿法 考虑这样一个问题,找到函数值为0的点,对于方程,目标是找到一个,使得,这里是一个实数,牛顿法是按照如下方式进行的: 一维情况下,牛顿方法可以简单理解为:随机选取一个点,然后求出f在该点处的切线L,该切线L的斜率即f在该点处倒数,该切线与x轴 ...
分类:
其他好文 时间:
2016-04-09 16:40:07
阅读次数:
186
https://github.com/mspnp/azure-guidance https://github.com/mspnp/performance-optimization https://github.com/mspnp/data-pipeline Cloud Design Patterns ...
分类:
移动开发 时间:
2016-04-05 00:04:01
阅读次数:
195
Android Procedural Animation: : XML, Concepts and Optimization Procedural Animation Concepts: Tweens and Interpolators Interpolator:http://developer.a ...
分类:
移动开发 时间:
2016-04-01 20:30:08
阅读次数:
162
课程主页:http://cs231n.stanford.edu/Introduction to neural networks-Training Neural Network_______________________________________________________________... ...
分类:
Web程序 时间:
2016-03-31 21:39:29
阅读次数:
307
Alec Radford has created some great animations comparing optimization algorithms SGD, Momentum, NAG, Adagrad, Adadelta,RMSprop (unfortunately no Adam) ...
分类:
编程语言 时间:
2016-03-28 13:28:40
阅读次数:
448
SEO(Search Engine Optimization)搜索引擎优化 搜索引擎的任务: 1、为用户寻找所需要的信息,所以必须提供一种高相关性、快速、及时更新的搜索体验 2、广告赚钱 所有主流搜索引擎都有一个专门团队来在搜索结果中寻找和踢出垃圾,SEO必须小心,不能让搜索引擎认为所使用的战术是垃
分类:
其他好文 时间:
2016-03-21 23:03:21
阅读次数:
460
Book Report on “Fuzzy random minimum spanning tree problems through possibilistic programming and the expectation optimization model” Part1: Theoretic
分类:
其他好文 时间:
2016-03-16 07:03:22
阅读次数:
182
remature optimization is the root of all evil. — Donald Knuth 对于程序优化,我一直采取保守的态度,除非万不得已。但是随着业务的不断发展,程序越来越复杂,代码越写越多,优化似乎是终有一天会到来的事情。 那么对于一个典型的后台服务接口,我们可
分类:
其他好文 时间:
2016-03-13 22:32:30
阅读次数:
252
类似于linear regression,K-means算法也optimization objective或者是试图使cost function求最小值。 了解K-means算法的optimization objective有助于我们(1)调试算法时,看算法是否运行正确(在本节中可以看到)(2)使算
分类:
其他好文 时间:
2016-03-02 23:27:21
阅读次数:
595
How To Use HAProxy to Set Up MySQL Load Balancing Dec 2, 2013 MySQL, Scaling, Server Optimization Ubuntu, Debian Prelude HAProxy is an open source sof
分类:
数据库 时间:
2016-02-24 17:21:26
阅读次数:
361