赞
踩
可以做什么?
步骤
Step1 : Model
就是建立一个函数: y = b + W * X (W and b are prameters which can be any
value)
like a Linear model :
y
=
b
+
∑
W
i
∗
X
i
y = b + \sum W_{i}*X_{i}
y=b+∑Wi∗Xi
(Xi : an attribute if input X feature Wi : weight b: bias )
Step2 : Goodness of Function

Step 3 : Best Function


结果
Overfitting


Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。