上一页 1 ··· 252 253 254 255 256 257 258 259 260 ··· 426 下一页
摘要: 1. pairwisefrom sklearm.metrics.pairwise import pairwise_distance计算一个样本集内部样本之间的距离:D = np.array([np.linalg.norm(r1-r2) for r1 in X] for... 阅读全文
posted @ 2016-10-26 16:56 未雨愁眸 阅读(1011) 评论(0) 推荐(0)
摘要: 1. 梯度消失与梯度爆炸gradient clipping 梯度爆炸:min(grad_max,grad) grad_max:梯度上限梯度消失:max(grad_min, grad) grad_min:梯度下限; 阅读全文
posted @ 2016-10-26 16:52 未雨愁眸 阅读(402) 评论(0) 推荐(0)
摘要: 1. 梯度消失与梯度爆炸gradient clipping 梯度爆炸:min(grad_max,grad) grad_max:梯度上限梯度消失:max(grad_min, grad) grad_min:梯度下限; 阅读全文
posted @ 2016-10-26 16:52 未雨愁眸 阅读(141) 评论(0) 推荐(0)
摘要: χ(\chi),Ξ(\Xi),ξ(\xi)0. 加颜色x2+y2=z2({\color{Red} {x^2+y^2=z^2}}) Magenta, Cyan, Emerald(宝石绿)1. 斜杠/:$\big /$/:$\Big /$/:$\bigg /$/:$\Bi... 阅读全文
posted @ 2016-10-26 16:13 未雨愁眸 阅读(120) 评论(0) 推荐(0)
摘要: χ(\chi),Ξ(\Xi),ξ(\xi)0. 加颜色x2+y2=z2({\color{Red} {x^2+y^2=z^2}}) Magenta, Cyan, Emerald(宝石绿)1. 斜杠/:$\big /$/:$\Big /$/:$\bigg /$/:$\Bi... 阅读全文
posted @ 2016-10-26 16:13 未雨愁眸 阅读(149) 评论(0) 推荐(0)
摘要: 一鸣作文评分(高中版)1. 国家统计局2015年统计用区划代码和城乡划分代码(截止2015年09月30日)2. 各省各地区的统计年鉴统计年鉴:statistical yearbook比如通过北京市统计年鉴获取房屋价格信息;3. 国外Better Life Index ... 阅读全文
posted @ 2016-10-26 15:40 未雨愁眸 阅读(190) 评论(0) 推荐(0)
摘要: 一鸣作文评分(高中版)1. 国家统计局2015年统计用区划代码和城乡划分代码(截止2015年09月30日)2. 各省各地区的统计年鉴统计年鉴:statistical yearbook比如通过北京市统计年鉴获取房屋价格信息;3. 国外Better Life Index ... 阅读全文
posted @ 2016-10-26 15:40 未雨愁眸 阅读(144) 评论(0) 推荐(0)
摘要: matplotlib.pyplot.text(x, y, s, fontdict=None, withdash=False, **kwargs)x, y:表示坐标;s:字符串文本;fontdict:字典,可选;kw: fontsize=12,horizontalali... 阅读全文
posted @ 2016-10-26 14:56 未雨愁眸 阅读(5298) 评论(0) 推荐(0)
摘要: matplotlib.pyplot.text(x, y, s, fontdict=None, withdash=False, **kwargs)x, y:表示坐标;s:字符串文本;fontdict:字典,可选;kw: fontsize=12,horizontalali... 阅读全文
posted @ 2016-10-26 14:56 未雨愁眸 阅读(265) 评论(0) 推荐(0)
摘要: import matplotlib.pyplot as plt, matplotlib.patheffects as path_effects1. normalfig = plt.figure(figsize=(5, 1.5))text = fig.text(.5, ... 阅读全文
posted @ 2016-10-26 13:27 未雨愁眸 阅读(587) 评论(0) 推荐(0)
上一页 1 ··· 252 253 254 255 256 257 258 259 260 ··· 426 下一页