A
A
Arei2013-04-17 18:06:37
.NET
Arei, 2013-04-17 18:06:37

Ways to self-learn chat bots

Hello, tell me what are the ways to implement self-learning chat bots? Thanks in advance.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
sirko_el, 2013-04-18
@sirko_el

Try to implement the Bayes or Fisher algorithm. They are based on statistical data and have a non-cumbersome implementation. If you want something more complicated, but more interesting, then pay attention to neural networks based on the Rosenblatt perceptron.

S
sirko_el, 2013-04-18
@sirko_el

So why are statistical algorithms not suitable?

S
sirko_el, 2013-04-18
@sirko_el

Here is a well-written example of classification based on Bayes' theorem. In this example, the email is classified as "spam" or "not spam" in your case, it should go through the possible answers and classify the answer as "suitable" or "not suitable".

A
Arei, 2013-04-18
@Arei

With neural networks they said it is very difficult to do, without experience with them. Thanks for the advice, I will wait for more possible answers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question