Tensorflow 之RNN

labels = tf.reshape(y, [-1]) 將矩陣變爲一行 output = np.reshape(aa, -1) output = np.reshape(aa, [-1,5]) -1表示一個佔位符,分爲5列。 RNNcell: 它是TensorFlow中實現RNN的基本單元,每個RNNCell都有一個call方法,使用方式是:(output, next_state) = call(
相關文章
相關標籤/搜索