What classifier is used in SageMakers BlazingText algorithm?

0

I would like to use the BlazingText algorithm in SageMaker for text classification: As I understand it we first represent the text with a word2vec algorithm to get the word embeddings, and then use these embeddings as input to a classifier. But is it known what classifier is being used and is it possible to modify it?

Thanks!

1 Answer
0

The BlazingText algorithm uses fasttext classifiers under the file model.bin and thus I believe by modifying/replacing that file with your own fasttext classifier you should be able to modify the classifier used by BlazingText.

Regards NN

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions