2017/09/13

Learn sin curve


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:

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

Learn a weight from a data x and a label y

Learn a weight from a data x and a label y.
y = w * x