利用BiLSTM網絡實現文本分類

這裏數據的Preprocess過程不貼代碼了,訓練過程(train)也不貼了,只是記錄一下BiLSTM網絡實現代碼: 這裏隱層數爲2,詞向量爲100維。 import tensorflow as tf from tensorflow.contrib import rnn class Model(object): def __init__(self, num_layers, seq_length
相關文章
相關標籤/搜索