#概要
plunkerでtensorflow.jsやってみた。
xorやってみた。
tf.modelで書いてみた。
weight、biasを取り出した。
#結果
Tensor
[[1.6774915, -1.8234038, 1.5142043, -2.1399791, -1.4323338, 2.0169325, 1.9337373, -1.9631947],
[1.1229163, -2.4232562, 2.2655489, 1.9153926 , 1.974736 , 1.6609967, 1.2869064, 2.275655 ]],
Tensor
[-2.1029015, 0.864454, -0.7386546, -1.0530509, 0.9525802, -0.6350285, -2.3191025, 1.2685804],
Tensor
[[-2.8080974],
[-1.6543933],
[1.9982215 ],
[2.2191041 ],
[-2.2365394],
[1.6570925 ],
[-2.055619 ],
[-2.0861378]],
Tensor
[-0.9456517]
#成果物
以上。