Rasa Algorithm?

I’m writing a undergraduate thesis about chatbot using Rasa. I would like to know what algorithm behind RASA. For example : chatterbot that uses Naive Bayes.

Thanks :slight_smile:

1 Like

Hi @setopaisen,

that depends on your chosen pipeline. If you say “algorithm”, I assume you mean the Intent-Classifier. If so, I suggest you read the linked documentation about Rasa pipelines, featurizers and classifiers. I think a good starting point would be the EmbeddingIntentClassifier.

Regards Julian

1 Like

thanks, i’ll read about EmbeddingIntentClassifier first :smiley: