FastText sentiment analysis for tweets: A straightforward guide

The essential about fastText architecture, cleaning, upsampling and sentiments for tweets

Charles Malafosse
Towards Data Science
10 min readFeb 24, 2019

--

A robot learning sentiments

In this post, we present fastText library, how it achieves faster speed and similar accuracy than some deep neural networks for text classification. Next, we show how to train a sentiment analysis model…

--

--