Tensorflow

This commit is contained in:
plane000
2018-09-09 07:06:16 +01:00
parent 9ed69a60eb
commit a29377f2c6
10 changed files with 447 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
const tf = require('@tensorflow/tfjs');
require('@tensorflow/tfjs-node');
const tensor = tf.tensor([[1,2],[3,4]]);
tensor.print();