码迷,mamicode.com
首页 >  
搜索关键字:gradient descent    ( 1191个结果
线性渐变
1 background: -webkit-gradient(linear,left bottom,left top,color-stop(0,white),color-stop(0.5,#eee));2 background: -webkit-linear-gradient(center bott...
分类:其他好文   时间:2014-07-22 23:06:13    阅读次数:364
很漂亮的按钮css样式(没有用到图片,可直接拷贝代码使用)转载
Demo: CSS3 ButtonsCSS3 Gradient Buttonsby Web Designer Wall Rectangle or Rounded Can be Medium or Small Button Tag Span Div P Tag H3 Gray Ro...
分类:Web程序   时间:2014-05-26 14:55:43    阅读次数:381
css渐变
常这样去定义一个渐变的div:渐变1:(双色)background: -moz-linear-gradient(top, #456d6c 0%, #32b66a 100%); /*适合 FF3.6+*/ background: -webkit-gradient(linear, left top, l...
分类:Web程序   时间:2014-05-24 06:37:38    阅读次数:438
WARNING: Calls to any function that may require a gradient calculation inside a conditional block may return undefined results
GLES2.0:Some device will give a warning on compling shaders(yet the compling will succeed), and the rendering result is incorrect with blink & artifac...
分类:其他好文   时间:2014-05-19 19:49:50    阅读次数:328
CSS3实现边框锯齿效果
通过CSS3的linear-gradient实现的.bg{width:300px;height:50px;background:#caca8c;background-image:-webkit-gradient(linear,50%0,0100%,from(transparent),color-st...
分类:Web程序   时间:2014-05-09 12:28:39    阅读次数:4486
CSS3 Gradient 渐变
CSS3 Gradient分为linear-gradient(线性渐变)和radial-gradient(径向渐变)。详情看这里
分类:Web程序   时间:2014-05-08 15:34:12    阅读次数:312
Android中的Shape使用总结
在Android程序开发中,我们经常会去用到Shape这个东西去定义各种各样的形状,首先我们了解一下Shape下面有哪些标签,都代表什么意思: solid:填充 android:color指定填充的颜色 gradient:渐变 android:startColor和android:endColor分别为起始和结束颜色, android:angle是渐变角度,必须为45的整数倍...
分类:移动开发   时间:2014-05-08 10:44:26    阅读次数:354
梯度下降算法(Gradient Descent)
最近在搞论文,需要用梯度下降算法求解,所以重新整理分享在这里。主要包括梯度介绍、公式求导、学习速率选择、代码实现。 梯度下降的性质: 1.求得的解和选取的初始点有关 2.可以保证找到局部最优解,因为梯度最终会减小为0,即步长会自动越来越小。 梯度简介 一个多元函数的在某点的梯度方向是函数值在该点增长最快的方向,即方向导数取最大值的方向。 问题描述公式求导学习率选择 假...
分类:其他好文   时间:2014-05-07 07:05:49    阅读次数:287
MATLAB-octave中平面向量场图的可视化
quiver,平面向量场图[x, y, z] = peaks(20);[u, v] = gradient(z);contour(x, y, z, 10);hold on, quiver(x,y,u,v); hold offaxis image %令x与y的长度相等在octave-3.6.4-gcc4...
分类:其他好文   时间:2014-05-04 19:16:38    阅读次数:2238
GBDT(Gradient Boosting Decision Tree) 只有实现只有原理
阿弥陀佛,好久没写文章,实在是受不了了,特来填坑,最近实习了(ting)解(shuo)到(le)很多工业界常用的算法,诸如GBDT,CRF,topic model的一些算法等,也看了不少东西,有时间可以详细写一下,而至于实现那真的是没时间没心情再做了,等回学校了再说吧。今天我们要说的就是GBDT(Gradient Boosting Decision Tree)...
分类:其他好文   时间:2014-05-03 16:14:46    阅读次数:904
1191条   上一页 1 ... 117 118 119 120 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!