Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ TF-IDF, W2V, BERT algorithms are considered inside. For cleaning and preparing d
|
|
| 24 |
Chart below shows that length of sentences in data not exceeds 60 words.
|
| 25 |

|
| 26 |
Chatbot with TF-IDF convert "question" to vector, find equivalent or most relevant vector in database and for this vector extract answer which sends to user.
|
| 27 |
-
Experiments shows that TF-IDF gives good results from the
|
| 28 |
|
| 29 |
Second algorithm is W2V. Experiments shows that better to use pretrained vectors instead of trained on small amount of data.
|
| 30 |
This is why "glove-twitter-25" is used. Chatbot with W2V shows, probably, similar results as TF-IDF, but spends less time on processing.
|
|
|
|
| 24 |
Chart below shows that length of sentences in data not exceeds 60 words.
|
| 25 |

|
| 26 |
Chatbot with TF-IDF convert "question" to vector, find equivalent or most relevant vector in database and for this vector extract answer which sends to user.
|
| 27 |
+
Experiments shows that TF-IDF gives good results from the box. ChatBot with TF-IDF works perfect if we have all possible questions and answers.
|
| 28 |
|
| 29 |
Second algorithm is W2V. Experiments shows that better to use pretrained vectors instead of trained on small amount of data.
|
| 30 |
This is why "glove-twitter-25" is used. Chatbot with W2V shows, probably, similar results as TF-IDF, but spends less time on processing.
|