Bag of Tricks for Efficient Text Classification(FastText)閱讀筆記

文章目錄 FastText 模型結構 Hierarchical softmax N-gram features 實驗 任務1 Sentiment analysis 任務2 Tag prediction 總結 FastText fastText的核心思想:將整篇文檔的詞及n-gram向量疊加平均得到文檔向量,然後使用文檔向量做softmax多分類。這中間涉及到兩個技巧:字符級n-gram特徵的引入以
相關文章
相關標籤/搜索