首先最基本的在TensorFlow裡面,最重要的就是不同維度向量與矩陣資料結構的定義, ... const t1 =tf.tensor([[2,3],[1,3],[4,3]]); console.log(t1.shape); //[3, ...
確定! 回上一頁