neural-sentence-search
Advanced tools
Comparing version
{ | ||
"name": "neural-sentence-search", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Simple neural sentence search.", | ||
@@ -20,3 +20,8 @@ "main": "index.js", | ||
"knn", | ||
"embeddings" | ||
"embeddings", | ||
"chatbot", | ||
"intent", | ||
"classification", | ||
"ai", | ||
"machine learning" | ||
], | ||
@@ -23,0 +28,0 @@ "author": "John Loverich", |
@@ -7,2 +7,4 @@ # Neural Sentence Search | ||
The module can be used for simple search with small data sets, intent classification or the first step in a larger machine learning pipeline. My target application is chatbots that are easy to create with small data (and one shot learning) and can run entirely in the browser. If you are interested in big data, you could instead investigate gnes (Generic Neural Elastic Search) https://gnes.ai/. | ||
## Using | ||
@@ -9,0 +11,0 @@ |
6608
7.92%55
3.77%