Regressor 回归 作者: Alice 编辑: Morvan 神经网络可以用来模拟回归问题 (regression),例如给下面一组数据,用一条线来对数据进行拟合,并可以预测新输入 x 的输出值。 用 Keras 构建回归神经网络的步骤: 导入模块并创建数据建立模…
一、Where does the error come from?[error due to bias and variance] 我们将寻找function看作是在打靶,靶的正中心为 f ^ \hat{f} f^,每次collect data训练出来的 f ∗ f^{*} f∗为打在靶上面的点 Variance取决于model的复杂程度和data的…
总结自:机器学习(李宏毅,台湾大学) 上一篇文章中,我们选用的model是 y b w ∙ x c p ybw \bullet x_{cp} ybw∙xcp,可以选用其它的model吗?我们选用的loss function是 L ( f ) ∑ ( ( y ^ …
Linear Regression & Logistic Regression
Keywords List
keywords you may encounter when exploring LR(Logistic Regression), or a bigger concept – ML(machine learining):
监督学习 损失函数 梯度下降 学习率 激活函数 神经网络
Let’s kick off wi…