- Software Framework for Topic Modelling with Large Corpora, Radim, 2010
- Gensim fastText Tutorial: https://github.com/RaRe-Technologies/gensim/blob/develop/docs/notebooks/FastText_Tutorial.ipynb
- P. Bojanowski, E. Grave, A. Joulin, T. Mikolov, Enriching Word Vectors with Subword Information, https://arxiv.org/abs/1607.04606
- http://proceedings.mlr.press/v37/kusnerb15.pdf
- Tomas Mikolov, Quoc V Le, Ilya Sutskever, 2013, (Exploiting Similarities among Languages for Machine Translation) (https://arxiv.org/pdf/1309.4168.pdf)
- Georgiana Dinu, Angelikie Lazaridou, and Marco Baroni. 2014, Improving zero-shot learning by mitigating the hubness problem (https://arxiv.org/pdf/1412.6568.pdf)
- The fastText normalization, https://www.kaggle.com/mschumacher/using-fasttext-models-for-robust-embeddings/notebook
- Luong, Minh-Thang and Socher, Richard and Manning, Christopher D. 2013, (Better...

fastText Quick Start Guide
By :

fastText Quick Start Guide
By:
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)
Preface
Introducing FastText
Creating Models Using FastText Command Line
The FastText Model
Word Representations in FastText
Sentence Classification in FastText
Using FastText in Your Own Models
FastText in Python
Machine Learning and Deep Learning Models
Deploying Models to Web and Mobile
Notes for the Readers
Other Books You May Enjoy
How would like to rate this book
Customer Reviews