码迷,mamicode.com
首页 >  
搜索关键字:linear regression    ( 2874个结果
css3 tween
/* * Tween.js * t: current time(当前时间) * b: beginning value(初始值) * c: change in value(变化量) * d: duration(持续时间) */ var Tween = { Linear: function(t, b,
分类:Web程序   时间:2016-01-27 21:12:49    阅读次数:151
MachineLear之Logistic regression classifiers 之 One-vs-all Classification
最近在看吴恩达的机器学习课程,当中讲到Logistic regression classifiers 之 One-vs-all Classification,下面是一些个人的总结:1.对于多分类问题,其实就是划出多条的decision boundary,在训练的时候,其实每一次只是选择一个类进行训练...
分类:系统相关   时间:2016-01-26 20:13:54    阅读次数:205
Handling skewed data---trading off precision and recall
preision与recall之间的权衡依然是cancer prediction的例子,预测为cancer时,y=1;一般来说做为logistic regression我们是当hθ(x)>=0.5时,y=1;当我们想要在预测cancer更确信时(因给病人说他们有cancer会给他们带来很重大的影响,...
分类:其他好文   时间:2016-01-26 15:12:31    阅读次数:221
UVA - 1476 Error Curves 三分
Error CurvesJosephina is a clever girl and addicted to Machine Learning recently. She pays much attention to amethod called Linear ...
分类:其他好文   时间:2016-01-25 01:23:49    阅读次数:219
Matlab自带的曲线拟合程序
这个函数的功能是能自动搜索参数的取值,从而使得方程的误差最小。效果如下代码如下%% Optimal Fit of a Non-linear Function% This is a demonstration of the optimal fitting of a non-linear functio...
分类:其他好文   时间:2016-01-23 12:44:38    阅读次数:198
css背景渐变
FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#f2f2f2);/*IE旧版本*/ background: -ms-linear-gradient...
分类:Web程序   时间:2016-01-20 18:45:24    阅读次数:121
Single Number leetcode
Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime complexity...
分类:其他好文   时间:2016-01-19 21:04:35    阅读次数:189
js运动框架tween
myAnimatetween.js //animation caculate /* Linear:uniform Quadratic:2 square Cubic:3 square Qua...
分类:Web程序   时间:2016-01-19 14:12:38    阅读次数:212
[傅里叶变换及其应用学习笔记] 二十四. 级联,脉冲响应
我们上节课学习了在离散有限维空间中,任何线性系统都是通过矩阵间的相乘得到的在连续无限维空间中,任何线性系统都是通过对核函数的积分得到的脉冲响应(impulse response)级联线性系统(Cascading linear system)如果$L$与$M$都是线性的,有$w=MLv$在连续无限维空...
分类:其他好文   时间:2016-01-18 01:42:19    阅读次数:222
CSS3旋转图片效果收集
火狐中文网图片效果:[http://i.firefoxchina.cn/?www.firefoxchina.cn].news-img-wrapper:hover img {transform:rotate(5deg) scale(1.2);transition:all 0.3s linear 300...
分类:Web程序   时间:2016-01-16 16:38:02    阅读次数:168
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!