Book Image

fastText Quick Start Guide

By : Joydeep Bhattacharjee
Book Image

fastText Quick Start Guide

By: Joydeep Bhattacharjee

Overview of this book

Facebook's fastText library handles text representation and classification, used for Natural Language Processing (NLP). Most organizations have to deal with enormous amounts of text data on a daily basis, and gaining efficient data insights requires powerful NLP tools such as fastText.  This book is your ideal introduction to fastText. You will learn how to create fastText models from the command line, without the need for complicated code. You will explore the algorithms that fastText is built on and how to use them for word representation and text classification.  Next, you will use fastText in conjunction with other popular libraries and frameworks such as Keras, TensorFlow, and PyTorch.  Finally, you will deploy fastText models to mobile devices. By the end of this book, you will have all the required knowledge to use fastText in your own applications at work or in projects.
Table of Contents (14 chapters)
Free Chapter
1
First Steps
4
The FastText Model
7
Using FastText in Your Own Models

Chapter 4

  • Vladimir Zolotov and David Kung 2017, Analysis and Optimization of fastText Linear Text Classifier, http://arxiv.org/abs/1702.05531
  • Text classification of linear models, http://www.cs.umd.edu/class/fall2017/cmsc723/slides/slides_03.pdf
  • What is text classification, Stanford, https://nlp.stanford.edu/IR-book/html/htmledition/the-text-classification-problem-1.html#sec:classificationproblem
  • https://nlp.stanford.edu/IR-book/html/htmledition/text-classification-and-naive-bayes-1.html
  • https://research.fb.com/fasttext/
  • Bag of tricks for efficient classification, arXiv:1607.01759v3 [cs.CL] 9 Aug 2016
  • https://github.com/poliglot/fasttext
  • Joseph Turian, Lev Ratinov, and Yoshua Bengio, 2010, Word representations: A simple and general method for semi-supervised learning, In Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics (ACL '10), Association...