2021/05/11

Greek Letter

2021/04/30

webgl cube


https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Tutorial/Creating_3D_objects_using_WebGL
https://catonif.github.io/cube/
http://www.moj.go.jp/isa/consultation/report/index.html

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