码迷,mamicode.com
首页 >  
搜索关键字:gradient    ( 1157个结果
梯度下降优化算法综述
梯度下降优化算法综述?? 该文翻译自An overview of gradient descent optimization algorithms。?? 总所周知,梯度下降算法是机器学习中使用非常广泛...
分类:编程语言   时间:2016-09-09 08:52:38    阅读次数:416
CSS3教程链接
下面列出本站关于CSS3的相关链接,以方便大家阅读: 第一节:《CSS3 Gradient》 第二节:《CSS3 RGBA》 第三节:《CSS3 Border-radius》 第四节:《CSS3 Text-shadow》 第五节:《CSS3 Box-shadow》 第六节:《CSS3 Transfo ...
分类:Web程序   时间:2016-09-07 20:41:48    阅读次数:248
(转) An overview of gradient descent optimization algorithms
An overview of gradient descent optimization algorithms Table of contents: Gradient descent variantsChallenges Batch gradient descent Stochastic gradi ...
分类:其他好文   时间:2016-09-07 01:28:29    阅读次数:261
Proximal Gradient Descent-近端梯度下降
Proximity Gradient Descent 用来解决 $L_1$ 正则中 0 点不可导的问题,先引入一个 proximity operator : \[prox _{h}(x) = \arg \min_u (h(u) + \frac{1}{2}||u - x||_2^2)\] \[prox... ...
分类:其他好文   时间:2016-09-04 17:42:26    阅读次数:714
随机梯度下降(Stochastic gradient descent)和 批量梯度下降(Batch gradient descent )的公式对比、实现对比
http://blog.csdn.net/lilyth_lilyth/article/details/8973972 版权声明:本文为博主原创文章,未经博主允许不得转载。 版权声明:本文为博主原创文章,未经博主允许不得转载。 梯度下降(GD)是最小化风险函数、损失函数的一种常用方法,随机梯度下降和批 ...
分类:其他好文   时间:2016-09-04 17:35:38    阅读次数:177
background的水平条纹和斜向条纹
水平条纹: <div id="div1"> </div> linear-gradient属性 #div1{ width: 100px; height: 100px;background:linear-gradient(yellow 25%,red 25%);background:linear-gra ...
分类:其他好文   时间:2016-09-04 11:26:07    阅读次数:155
css3学习笔记一
首先界面是二维的但也可以有三维的效果。先了解浏览器兼容性问题,火狐加前缀(-moz-)IE加(-MF-)谷歌加(-webkit),简单介绍css3的几个属性。 对于背景来说如果是单纯着一种颜色可以会单调,css3支持对html元素进行梯度着色(gradient)包括线性(linear)的和环状(ra ...
分类:Web程序   时间:2016-09-01 22:50:54    阅读次数:202
android:shape
android:shape=["rectangle" | "oval" | "line" | "ring"] shape的形状,默认为矩形,可以设置为矩形(rectangle)、椭圆形(oval)、线性形状(line)、环形(ring) 标签 corners 圆角gradient 渐变padding ...
分类:移动开发   时间:2016-08-26 10:29:58    阅读次数:167
1157条   上一页 1 ... 67 68 69 70 71 ... 116 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!