cosine-similarity topic
java-string-similarity
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
Generating multiple choice questions from text using Machine Learning.
sparse_dot_topn
Python package to accelerate the sparse matrix multiplication and top-n similarity selection
fast-elasticsearch-vector-scoring
Score documents using embedding-vectors dot-product or cosine-similarity with ES Lucene engine
Information-Retrieval
Information Retrieval algorithms developed in python. To follow the blog posts, click on the link:
ml-classify-text-js
Machine learning based text classification in JavaScript using n-grams and cosine similarity
GloVe-as-a-TensorFlow-Embedding-Layer
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
📈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
Tika-Similarity uses the Tika-Python package (Python port of Apache Tika) to compute file similarity based on Metadata features.
Simple-Plagiarism-Checker
Web Application for checking the similarity between query and document using the concept of Cosine Similarity.