GitHub topics: cosine-similarity-scores
shaheerAlam1/Cosine-Similarity-Algorithm-with-python
Implementation of Cosine Simlarity algorithm without using any Machine Learning library
Language: Jupyter Notebook - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

emilyng-sz/singlife_fa_recommendation
Machine learning solution to recommend 10 out of 8000 agents to new clients with 33% success rate
Language: Jupyter Notebook - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

naiveHobo/TextRank
Implementation of TextRank with the option of using pre-trained Word2Vec embeddings as the similarity metric
Language: Python - Size: 11.7 KB - Last synced at: 27 days ago - Pushed at: over 6 years ago - Stars: 57 - Forks: 11

nivesayee/recipe-genie
Recipe Genie is a recipe recommendation system that recommends recipes to users based on the ingredients they have at home.
Language: Python - Size: 30.4 MB - Last synced at: 19 days ago - Pushed at: 10 months ago - Stars: 6 - Forks: 2

vickumar1981/stringdistance
A fuzzy matching string distance library for Scala and Java that includes Levenshtein distance, Jaro distance, Jaro-Winkler distance, Dice coefficient, N-Gram similarity, Cosine similarity, Jaccard similarity, Longest common subsequence, Hamming distance, and more..
Language: Scala - Size: 1.27 MB - Last synced at: about 19 hours ago - Pushed at: about 3 years ago - Stars: 78 - Forks: 14

KanishkNavale/Text-Mining-with-TF-IDF-and-Cosine-Similarity
A simple python repository for developing perceptron based text mining involving dataset linguistics preprocessing for text classification and extracting similar text for a given query.
Language: Jupyter Notebook - Size: 7.34 MB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

somjit101/Search-Engine-Stackoverflow-QnA
An application to store a collection of questions and answers data found on Stackoverflow in an index using Elastic and perform a text search on the stored Q&A's based on semantic meaning.
Language: Python - Size: 289 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

kayl26/TextRetrieval_SearchEngines
Assignments completed for CP423: Text Retrieval and Search Engines. Collaborated with Abigail Lee and Myisha Chaudhry
Language: Jupyter Notebook - Size: 9.93 MB - Last synced at: 8 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

bluntjudg/Book-Recommendation-System-
This project uses machine learning to create a personalized bookrecommendation system. By combining collaborative filtering and content-based filtering, it analyzes user preferences and book attributes to suggest tailored book recommendations. The system offers real-time updates and accurate predictions to enhance the user experience.
Language: Jupyter Notebook - Size: 841 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Samahussien7/WebCrawler
Language: Java - Size: 674 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

garg-priya-creator/Netflix-Recommendation-System
A web-app which can be used to get recommendations for a series/movie, the app recommends a list of media according to list of entered choices of movies/series in your preferred language using Python and Flask for backend and HTML, CSS and JavaScript for frontend.
Language: Jupyter Notebook - Size: 12.3 MB - Last synced at: 10 months ago - Pushed at: almost 3 years ago - Stars: 8 - Forks: 8

prdowluri/Text-Similarity-Analyzer
Build an algorithm/model that can quantify the degree of similarity between the two text-based on Semantic similarity. Semantic Textual Similarity (STS) assesses the degree to which two sentences are semantically equivalent to each other.
Language: Jupyter Notebook - Size: 5.68 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

suryamsj/Cosine-Similarity
Mencari Kecocokan Antara Aku dan Dia Menggunakan Metode Cosine Similarity
Language: PHP - Size: 281 KB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 2

Sanjeev-Kumar78/Book-Recommendation-System
This is a book recommendation system based on the book rating data from GoodReads_100k dataset. The dataset contains 100k book.
Language: Jupyter Notebook - Size: 46.5 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

Pbatch/Codenames
Codenames AI
Language: Python - Size: 16.4 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 11 - Forks: 0

waldekmaciejko/SpkVer_iVector
This is a speaker verification system uses Total Variability and Projection Matrix. Intersession variability was compensated by using backend procedures, such as linear discriminant analysis (LDA) and within-class covariance normalization (WCCN), followed by a scoring, the cosine similarity score. In literature this approach named i-vectors.
Language: C++ - Size: 405 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

EsratMaria/Improved-Movie-Recommendation-System-with-KNN-and-Cosine-Similarity
Movie recommendation system based on popularity and also using KNN and Cosine similarity. 🎥🍿
Language: Jupyter Notebook - Size: 940 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

sharmasapna/meeting_summariazation
Text Meeting Summarization
Language: Jupyter Notebook - Size: 2.5 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ByJuanDiego/db2-project-2
Full-Text Search Engine
Language: Python - Size: 584 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

issaoreilly/data_science_solutions
This repository hosts a number of short data science solution with code snippets ready to be used in various data science applications
Language: Jupyter Notebook - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

mortensi/face-recognition-python
Demos to test modelling and classification algorithms for face recognition
Size: 5.4 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

icharle/cosine-similarity
基于余弦相似度算法计算文本相似度分数
Language: C++ - Size: 162 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

geekquad/StandSum
A PyPI package that does extractive text summarizer using Cosine Methods in NLTK.
Language: Python - Size: 56.6 KB - Last synced at: 25 days ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 0

srhegdegadikai/Context_Vectors_and_Cosine_Similarity_Scores
The Programm tries to determine the cosine similarity scores for a set of words in question. Cosine similarity scores indicate the contextual similarity between words.
Language: R - Size: 8.48 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

ovanov/cosSim
CLI tool that compares files or directories with cosine similarity
Language: Python - Size: 53.7 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

SayamAlt/Text-Similarity-Quantifier
Successfully developed a machine learning model for computing the similarity score between two text paragraphs taken as input from a webpage.
Language: Jupyter Notebook - Size: 8.04 MB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

mohanadtalat91/Information-Retrieval-Models
Implement Information Retrieval Models in JAVA
Language: Java - Size: 889 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

ssvas1997/Movie-Recommendation-Engine
A movie recommendation engine
Language: Python - Size: 9.99 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

shsarv/UNPLUG-THE-PLAYER
This is the Repository for the Mini Project done using the flask and python libraries, required as a part of the course curriculum.
Language: Jupyter Notebook - Size: 22.2 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 3

sanjjayrj/Chatbot-NLTK
A Simple conversational chatbot built using NLU concepts. The project uses reddit comments taken from 2015, which has about 1.7 billiion interactions.
Language: Python - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

samujjwaal/uic-search-engine
Web search engine to retrieve most relevant web-pages for user search query from web-pages crawled on the UIC domain
Language: Jupyter Notebook - Size: 13.2 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

RheagalFire/Content_Based_Filtering
Movie Recommendation Engine
Language: Jupyter Notebook - Size: 8.99 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

devildances/NLP_WordTanslations
Language: Jupyter Notebook - Size: 9.23 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

rasti37/Most-similar-string-to-given-query
In this project I am using the tf - idf algorithm and cosine similarity to find the similarity of two strings.
Language: Java - Size: 97.7 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0
