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特征的引入以
相关文章
相关标签/搜索