cosine-similarity topic

List cosine-similarity repositories

java-string-similarity

2.7k
Stars
400
Forks
Watchers

Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...

Question-Generation

470
Stars
113
Forks
Watchers

Generating multiple choice questions from text using Machine Learning.

sparse_dot_topn

384
Stars
86
Forks
Watchers

Python package to accelerate the sparse matrix multiplication and top-n similarity selection

fast-elasticsearch-vector-scoring

393
Stars
112
Forks
Watchers

Score documents using embedding-vectors dot-product or cosine-similarity with ES Lucene engine

Information-Retrieval

125
Stars
157
Forks
Watchers

Information Retrieval algorithms developed in python. To follow the blog posts, click on the link:

ml-classify-text-js

130
Stars
11
Forks
Watchers

Machine learning based text classification in JavaScript using n-grams and cosine similarity

GloVe-as-a-TensorFlow-Embedding-Layer

90
Stars
19
Forks
Watchers

Taking a pretrained GloVe model, and using it as a TensorFlow embedding weight layer **inside the GPU**. Therefore, you only need to send the index of the words through the GPU data transfer bus, redu...

AI-for-Trading

207
Stars
61
Forks
Watchers

📈This repo contains detailed notes and multiple projects implemented in Python related to AI and Finance. Follow the blog here: https://purvasingh.medium.com

tika-similarity

103
Stars
59
Forks
Watchers

Tika-Similarity uses the Tika-Python package (Python port of Apache Tika) to compute file similarity based on Metadata features.

Simple-Plagiarism-Checker

87
Stars
63
Forks
Watchers

Web Application for checking the similarity between query and document using the concept of Cosine Similarity.