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
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
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
thanks, i’ll read about EmbeddingIntentClassifier
first