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(
相关文章
相关标签/搜索