ZC:文字的 高度的测试在文章的后半部分 1、html5 svg 第八章 文字text - 2030的专栏 - CSDN博客.html(https://blog.csdn.net/lcy132100/article/details/9722543) 2、baseline-shift - SVG _ ...
分类:
其他好文 时间:
2018-11-06 14:36:13
阅读次数:
449
.swiper-animate { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 10; background: linear-gradient(to bottom, transparent, #3e... ...
分类:
Web程序 时间:
2018-11-03 15:28:38
阅读次数:
976
我原来已经安装了anaconda,在此基础上进入cmd进行pip install tensorflow和pip install gym就可以了. 在win10的pycharm做的。 policy_gradient.py play.py 启动训练: 会报一些警告,不用理会,训练到奖励大概有300分的时 ...
分类:
其他好文 时间:
2018-11-01 11:43:49
阅读次数:
222
Training a Neural Network Randomly initialize the weights Implement forward propagation to get hΘ?(x(i)) for any x(i) Implement the cost function Impl ...
分类:
其他好文 时间:
2018-10-29 22:59:35
阅读次数:
232
Week 2 Gradient Descent for Multiple Variables 【1】多变量线性模型 代价函数 Answer:AB 【2】Feature Scaling 特征缩放 Answer:D 【】 Answer: 【】 Answer: 【】 Answer: 【】 Answer: ...
分类:
其他好文 时间:
2018-10-28 19:34:11
阅读次数:
186
实时折线图 彩虹效果 中间带图片参数 双曲螺线 geo地图 玫瑰图 ...
分类:
其他好文 时间:
2018-10-25 14:09:58
阅读次数:
235
本文以二维线性拟合为例,介绍批量梯度下降法、随机梯度下降法、小批量梯度下降法三种方法,求解拟合的线性模型参数。 需要拟合的数据集是 $(X_1, y_1), (X_2, y_2)..., (X_n, y_n)$,其中$X^i=(x_1^i, x_2^i)$,表示2个特征,$y^j$是对应的回归值。 ...
分类:
其他好文 时间:
2018-10-25 00:15:11
阅读次数:
161
GBDT 全称 Gradient Boosting Decision Tree,梯度提升决策树。 梯度增强决策树的思想来源于两个地方,首先是增强算法(Boosting),然后是梯度增强(Gradient Boosting)的想法。 增强算法是一种试图用弱学习器提升为强学习器的算法。这种算法中比较成熟 ...
分类:
其他好文 时间:
2018-10-23 00:10:09
阅读次数:
165
之前讲过了一种求解LR(LinearRegression)的方法——范数方程(Normal Equation)。这个是西瓜书上讲的方法,其中在andrew Ng的公开课中还讲了很多其实还有另外一种求解参数方法:梯度下降(Gradient Descent),其中内容包括批梯度下降(Batch grad ...
分类:
其他好文 时间:
2018-10-22 13:07:58
阅读次数:
187
1.CSS渐变:http://gradient.awesomes.cn/ 2.CSS属性兼容:https://caniuse.com/ 3.在线图片:http://filter.awesomes.cn/ ...
分类:
Web程序 时间:
2018-10-21 22:58:20
阅读次数:
227