码迷,mamicode.com
首页 >  
搜索关键字:linear regression    ( 2874个结果
数据结构 - 线性表顺序存储结构
线性表 线性表是一种典型的线性结构。其基本特点是线性表中的数据元素是有序且是有限的。在这种结构中: ① 存在一个唯一的被称为“第一个”的数据元素; ② 存在一个唯一的被称为“最后一个”的数据元素; ③ 除第一个元素外,每个元素均有唯一一个直接前驱; ④ 除最后一个元素外,每个元素均有唯一一个直接后继。 线性表(Linear List) :是由n(n≧0)个数据元素(结点)a1,a2, …a...
分类:其他好文   时间:2015-04-28 18:28:51    阅读次数:127
transition-timing-function 属性css的过渡
语法:transition-timing-function: linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n);通过 cubic-bezier 来规定速度曲线lineareaseease-inease-outease-in-...
分类:Web程序   时间:2015-04-28 17:46:09    阅读次数:304
logistic regression评价方法
1.sensitivity,也叫recall,true positive rate,含义是预测为正向的case中对的(true positive)和所有事实为正向的case的比例。2.specificity,也叫,true negative rate,含义是预测为负向的case中对的(true ne...
分类:其他好文   时间:2015-04-28 11:25:02    阅读次数:216
近期计划
5.1之前完成Coursera 神经网络 和 支持向量机的编程项目Kaggle Titanic 用神经网络和VSM各做一次Logistic Regression补做完整ubuntu安装gcc,试编译c/c++/java/python,其中两项
分类:其他好文   时间:2015-04-27 21:42:33    阅读次数:180
【Single Num II】cpp
题目:Given an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a linear runtime c...
分类:其他好文   时间:2015-04-27 21:25:23    阅读次数:116
SingleNumber python实现
Single Number Given an array of integers, every element appears twice except for one. Find that single one. Note:Your algorithm should have a linear r...
分类:编程语言   时间:2015-04-27 21:21:04    阅读次数:131
Activity Recognition from Silhouettes using Linear Systems and Model (In)validation Techniques 利用线性系统对人体轮廓行为识别及其建模验证
Duanxx的论文阅读: Activity Recognition from Silhouettes using Linear Systems and Model (In)validation Techniques 利用线性系统 对人体轮廓行为识别 及其建模验证 ...
分类:其他好文   时间:2015-04-27 20:02:59    阅读次数:136
[LeetCode]Single Number
Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without using...
分类:其他好文   时间:2015-04-26 09:14:50    阅读次数:108
css3 Gradient
grandient 分为: linear-gradient 线性渐变,其共有三个参数,第一个参数表示线性渐变的方向,top是从上到下、left是从左到右,如果定义成left top,那就是从左上角到右下角。第二个和第三个参数分别是起点颜色和终点颜色。你还可以在它们之间插入更多的参数,表示多种颜色的....
分类:Web程序   时间:2015-04-25 22:31:18    阅读次数:145
sklearn 线性模型使用入门
LinearRegressionfits a linear model with coefficientsto minimize the residual sum of squares between the observed responses in the dataset, and the re...
分类:其他好文   时间:2015-04-25 10:40:58    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!