from:https://www.cnblogs.com/peizhe123/p/5086128.html GBDT(Gradient Boosting Decision Tree) 又叫 MART(Multiple Additive Regression Tree),是一种迭代的决策树算法,该算法 ...
分类:
数据库 时间:
2019-05-23 16:38:11
阅读次数:
116
Liner regression 线性回归 The overall process of x x的整个过程 区分监督学习和无监督学习--看是否有“正确答案”和已知的预测值 Cost function代价函数 M--denote the number of training examples表示训练样 ...
分类:
其他好文 时间:
2019-05-20 15:07:34
阅读次数:
133
Regression https://www.merriam-webster.com/dictionary/regress Definition of regress (Entry 1 of 2) Definition of regress (Entry 1 of 2) Definition of ...
分类:
其他好文 时间:
2019-05-17 00:13:01
阅读次数:
173
Regression Shrinkage and Selection via the lasso 众所周知,Robert Tibshirani是统计领域的大佬,这篇文章在1996年提出了LASSO,之后风靡整个高维领域,并延伸出许多种模型。这篇文章截止2019.5.16已经获得了27991的引用量( ...
分类:
其他好文 时间:
2019-05-16 12:34:14
阅读次数:
133
本文简单介绍了线性回归、lasso回归和岭回归,主要说明为什么 lasso 更容易使部分权重变为 0 而 ridge 不行,或者说为什么 lasso 可以进行 feature selection,而 ridge 不行。 ...
分类:
其他好文 时间:
2019-05-11 21:12:13
阅读次数:
111
基本回归 回归(Regression):https://www.tensorflow.org/tutorials/keras/basic_regression 主要步骤:数据部分 模型部分 Auto MPG Data Set (汽车MPG数据集) mpg(miles per gallon, 每加仑行 ...
分类:
其他好文 时间:
2019-04-27 09:38:00
阅读次数:
188
Decision tree algorithm is a classic algorithm series in machine learning. It can be used as both a classification algorithm and a regression algorith ...
分类:
其他好文 时间:
2019-04-26 12:42:23
阅读次数:
96
REGRESSION MODELLING(STAT2008/STAT4038/STAT6014/STAT6038)Assignment 1 for Semester 1, 2019INSTRUCTIONS: This assignment is worth 15% of your overall m ...
分类:
其他好文 时间:
2019-04-05 19:36:50
阅读次数:
140
fa = finv(P,V1,V2) F inverse cumulative distribution function [beta,betaint,r,rint,st] = regress(Y,x) regress - Multiple linear regression runstest - ...
分类:
其他好文 时间:
2019-03-22 22:51:30
阅读次数:
143
由于分类问题的输出是0、1这样的离散值,因而回归问题中用到的线性回归模型就不再适用了。对于分类问题,我们建立逻辑回归模型。 针对逻辑回归模型,主要围绕以下几点来讨论。 Logistic Regression (逻辑回归) Sigmoid Function (逻辑函数) Decision Bounda ...
分类:
其他好文 时间:
2019-03-22 00:30:49
阅读次数:
132