2017/09/13
2017/09/11
Learn weights from data matrix X and label vector y.
Learn weights from data matrix X and label vector y.
actual: y = (0.1, 0.2, 0.1, 0.3) x + 0~0.3
result:
actual: y = (0.1, 0.2, 0.1, 0.3) x + 0~0.3
result:
2017/09/10
Learn weights from data matrix X and label vector y
Learn weights from data matrix X and label vector y.
actual: y = 0.2 * x0 + 0.3 + x1 + 0~0.5
result:
2017/09/09
Learn a weight and a bias from data vector x and label vector y
Learn a weight from data vector x and label vector y.
y = w * x + b
Subscribe to:
Posts (Atom)