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!

質問済み 2年前314ビュー
1回答
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

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ