提纲:

1、功能介绍

2、相关论文

3、词向量

4、文本分类


一、功能介绍

Fasttext isan open-source,free,lightweightlibrary that allows users to learn text representations and text classifiers.Itwords on standard,generic hardware.Models canlater be reduced in size to even fit on mobile devices.

Fasttext是一个开源、免费、轻量级的工具库,它允许用户学习词向量和进行文本分类。它可以工作在标准、通用的硬件上。训练出的模型很小甚至可以在移动设备上运行。


二、相关论文

Efficient estimation of wordrepresentations in vector space 2013

Bag of Tricks for Efficient TextClassification 2016


三、词向量

1、词的表示

    one-hot representation

  Distributed representation

FastText笔记






    

相关文章:

  • 2021-05-02
  • 2022-12-23
  • 2022-12-23
  • 2021-08-13
  • 2021-05-03
  • 2021-08-09
  • 2021-04-08
猜你喜欢
  • 2022-12-23
  • 2021-12-10
  • 2021-11-25
  • 2021-10-17
  • 2021-09-12
  • 2021-04-16
  • 2021-08-17
相关资源
相似解决方案