Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
fastText Quick Start Guide

You're reading from  fastText Quick Start Guide

Product type Book
Published in Jul 2018
Publisher Packt
ISBN-13 9781789130997
Pages 194 pages
Edition 1st Edition
Languages
Author (1):
Joydeep Bhattacharjee Joydeep Bhattacharjee
Profile icon Joydeep Bhattacharjee

The fastText command line

Following is the list of parameters that you can use with fastText command line:

$ ./fasttext
usage: fasttext <command> <args>

The commands supported by fasttext are:

supervised train a supervised classifier
quantize quantize a model to reduce the memory usage
test evaluate a supervised classifier
predict predict most likely labels
predict-prob predict most likely labels with probabilities
skipgram train a skipgram model
cbow train a cbow model
print-word-vectors print word vectors given a trained model
print-sentence-vectors print sentence vectors given a trained model
print-ngrams print ngrams given a trained model and word
nn query for nearest neighbors
analogies query for analogies
dump dump arguments,dictionary,input/output vectors

The supervised, skipgram, and cbow commands are for training a model. predict, predict-prob are...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}