码迷,mamicode.com
首页 >  
搜索关键字:linear regression    ( 2874个结果
Deep Learning v0.1 documentation
LICENSE Deep Learning Tutorials Getting Started Datasets Notation A Primer on Supervised Optimization for Deep Learning Theano/Python Tips Classifying MNIST digits using Logistic Regression...
分类:其他好文   时间:2014-06-05 03:05:05    阅读次数:210
动画渐变兼容各个浏览器
.destination1 .current{ display:block; animation:danru 2s linear infinite; -webkit-animation:danru 2s linear alternate ; -moz-animatio...
分类:其他好文   时间:2014-06-04 20:53:25    阅读次数:332
Logistic Regression in R
1.模型简介:说起统计中最常用的模型,非回归莫属。在挖掘中,也只有回归能很好的解决因变量为连续型变量的预测问题,这篇文章主要对回归中一种特殊的形式:Logistic回归。Logistic回归解决的是分类问题,特别在二项分布中,Logistic是最重要的模型(没有之一)。Logistic回归根据因变量...
分类:其他好文   时间:2014-06-03 14:03:00    阅读次数:338
局部权重线性回归(Locally weighted linear regression)
在线性回归中,由于对参数个数选择的问题是在问题求解之前已经确定好的,因此参数的个数不能很好的确定,如果参数个数过少可能拟合度不好,产生欠拟合(underfitting)问题,或者参数过多,使得函数过于复杂产生过拟合问题(overfitting)。因此本节介绍的局部线性回归(LWR)可以减少这样的风险。 欠拟合与过拟合 首先看下面的图  对于图中的一系列样本点,当我们采用y...
分类:其他好文   时间:2014-06-02 23:50:41    阅读次数:430
Logistic回归
Logistic回归为概率型非线性回归模型,是研究二分类观察结果与一些影响因素之间关系的一种多变 量分析方法。通常的问题是,研究某些因素条件下某个结果是否发生,比如医学中根据病人的一些症状来判断它是否患 有某种病。   在讲解Logistic回归理论之前,我们先从LR分类器说起。LR分类器,即Logistic Regression Classifier。 在分类情形下,经过学习后的LR分...
分类:其他好文   时间:2014-05-31 17:59:42    阅读次数:279
Single Number
Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime complexity...
分类:其他好文   时间:2014-05-30 16:16:29    阅读次数:190
Single Number II
Given an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a linear runtime comp...
分类:其他好文   时间:2014-05-30 15:15:53    阅读次数:225
css3 ------ gradient
使用gradient的地方有:background-imageborder-imagelist-style-imagecontent propertylinear-gradient:语法:Formal grammar: linear-gradient( [ | to ,]? [, ]+ ) ...
分类:Web程序   时间:2014-05-30 02:56:32    阅读次数:283
数据结构C#版笔记--顺序表(SeqList)
线性结构(Linear Stucture)是数据结构(Data Structure)中最基本的结构,其特征用图形表示如下:即:每个元素前面有且只有一个元素(称为“前驱”),同样后面有且只有一个元素(称为"后继")--注:起始元素的前驱认为是空,末尾元素的后继认为也是空,这样在概念上就不冲突了。线性表...
分类:其他好文   时间:2014-05-30 01:24:47    阅读次数:403
【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 ...
分类:其他好文   时间:2014-05-25 21:30:02    阅读次数:276
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!