Share Brilliantly
tensor flow
const meodel = tf.sequential(); model.add(tf.layers.lstm({ units:3, inputShape:[2,1] }));