【Tensorflow】文本自編碼器

使用文本序列的word2vec詞向量做爲seq2seq模型的輸入和輸出,訓練獲得中間層的文本特徵表示,可進一步進行分類任務等,encoder和decoder都使用LSTM。python import tensorflow as tf import numpy as np import re from gensim.models import Word2Vec import pandas as pd
相關文章
相關標籤/搜索