Neural NetworksThe ‘one learning algorithm’ hypothesisNeuron-rewiring experimentsModel RepresentationDefineSigmoid(logistic) activation functionbias u... ...
分类:
Web程序 时间:
2019-06-02 19:26:43
阅读次数:
133
Regularizationfor Linear Regression and Logistic RegressionDefineunder-fitting 欠拟合(high bias)over-fitting 过拟合 (high variance):have too many features, ... ...
分类:
其他好文 时间:
2019-06-02 19:26:26
阅读次数:
110
h(x)\[\begin{align*}h_\theta(x) =\begin{bmatrix}\theta_0 \hspace{2em} \theta_1 \hspace{2em} ... \hspace{2em} \theta_n\end{bmatrix}\begin{bmatrix}x_0 \... ...
分类:
其他好文 时间:
2019-06-02 19:25:39
阅读次数:
126
Ordinal Regression with Multiple Output CNN https://blog.csdn.net/u013841196/article/details/81460498 ...
分类:
其他好文 时间:
2019-05-31 21:34:26
阅读次数:
94
Neural NetworksThe ‘one learning algorithm’ hypothesisNeuron-rewiring experimentsModel RepresentationDefineSigmoid(logistic) activation functionbias u... ...
分类:
Web程序 时间:
2019-05-31 19:53:24
阅读次数:
106
一 项目背景二 项目架构与环境2.1 项目架构2.2 项目环境三 项目实现3.1 数据模拟3.1.1 数据结构3.1.2 编写代码3.1.3 测试3.2 数据采集3.2.1 编写代码3.2.2 测试3.3 数据建模3.3.1 编写代码3.3.2 测试3.4 数据预测3.4.1 编写代码3.4.2 测 ...
分类:
其他好文 时间:
2019-05-29 14:48:27
阅读次数:
101
特征选择 (feature_selection) Filter 1. 移除低方差的特征 (Removing features with low variance) 2. 单变量特征选择 (Univariate feature selection) Wrapper 3. 递归特征消除 (Recursi ...
分类:
其他好文 时间:
2019-05-27 13:29:37
阅读次数:
92
在CVPR2019中,Generalized Intersection over Union: A Metric and A Loss for Bounding Box Regression介绍了一种新的评价指标GIoU 1. 为什么要提出GIoU? 对于1-IoU作为距离度量,有四个优点:满足非负 ...
分类:
其他好文 时间:
2019-05-25 16:52:59
阅读次数:
249
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