roc曲线是机器学习中十分重要的一种学习器评估准则,在sklearn中有完整的实现,api函数为sklearn.metrics.roc_curve(params)函数。 官方接口说明:http://scikit-learn.org/stable/modules/generated/sklearn.m ...
分类:
其他好文 时间:
2018-08-07 23:50:27
阅读次数:
2368
For modern equipment manufacturing industries, advanced manufacturing technologies have significant impact on the production quality and efficiency. S... ...
分类:
其他好文 时间:
2018-08-02 15:03:08
阅读次数:
210
一、基础理解 1)定义 ROC(Receiver Operation Characteristic Curve) 定义:描述 TPR 和 FPR 之间的关系; 功能:应用于比较两个模型的优劣; 召回率(Recall)和精度(Precise)是广泛用于信息检索和统计学分类领域的两个度量值,用来评价结果 ...
分类:
其他好文 时间:
2018-08-02 02:01:31
阅读次数:
243
advanceskeleton插件分身体和表情单独绑定的时候合并表情使用的代码以及合并步骤 1.身体单独绑定 2.表情单独绑定 3.合并步骤 ①原有adv表情文件删掉除了curve组以外所有东西 删除无用节点之后保存curve_ctrl ②原有adv表情文件curve组整个从父级到子级加个facia ...
分类:
其他好文 时间:
2018-08-01 01:04:37
阅读次数:
191
偏差方差分解 (误差分解) 先引入一个问题: Machine Learning 与 Curve Fitting 的区别是什么?[^curv fit] Curve Fitting 是使用所有的数据拟合一条曲线; 而 Machine Learning 是采用真实世界中采样的一小部分数据,并且我们希望我们 ...
分类:
其他好文 时间:
2018-07-22 23:41:15
阅读次数:
262
TraitsUI与Mayavi实例 一:创建一个简单的TraitsUI与Mayavi实例 二:基于交互控制的Mayavi窗口 (一)框架步骤 (二)程序框架 (三)代码实现 (1)定义窗口变量 (2)建立视图的布局 (3)更新视图绘制 (4)定义Curve生成数据 (四)全部代码 ...
分类:
其他好文 时间:
2018-07-14 21:33:07
阅读次数:
293
原文 Interpolation with Bezier Curves A very simple method of smoothing polygons Initially, there was a question in comp.graphic.algorithms how to inter ...
分类:
其他好文 时间:
2018-07-11 15:01:57
阅读次数:
751
原文 Interpolate 2D points, usign Bezier curves in WPF Interpolate 2D points, usign Bezier curves in WPF Interpolate 2D points, usign Bezier curves in W ...
原文 Draw a smooth curve through a set of 2D points with Cubic Spline I would like to provide you with the code to draw a smooth curve through a set of ...
分类:
其他好文 时间:
2018-07-11 14:39:29
阅读次数:
188
原文 Hermite Curve Interpolation Hermite Curve Interpolation Hamburg (Germany), the 30th March 1998. Written by Nils Pipenbrinck aka Submissive/Cubic & ...
分类:
其他好文 时间:
2018-07-11 14:38:24
阅读次数:
171