84、循環神經網絡實現語言模型

''' Created on 2017年5月13日 @author: weizhen ''' import numpy as np import tensorflow as tf import ptb_iterator as reader from tensorflow.contrib import rnn DATA_PATH = "/path/to/ptb/data" # 數據存放的路徑
相關文章
相關標籤/搜索