
RNN
永久的悔
基数转型学生一枚
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
关于tf.contrib.rnn.BasicLSTMCell中的c_state与m_state的理解
class BasicRNNCell(RNNCell): """The most basic RNN cell.""" def __init__(self, num_units, input_size=None, activation=tanh, reuse=None): if input_size is not None: logging.warn("%s: The...原创 2019-07-29 08:54:01 · 851 阅读 · 0 评论 -
tensorflow实战自学【六】
RNN(循环神经网络)初步之LSTM(长短期记忆) 所用部分函数解读原创 2019-08-06 15:04:34 · 610 阅读 · 0 评论