cosinesimilarity
There are 18 repositories under cosinesimilarity topic.
cjymz886/sentence-similarity
对四种句子/文本相似度计算方法进行实验与比较
naiveHobo/TextRank
Implementation of TextRank with the option of using pre-trained Word2Vec embeddings as the similarity metric
vgratian/cosine
Measure performance in calculating cosine similarity: C, C++, Go, Python, Perl and Oberon2.
bumblebee26/TheSocialComment-Challenge
Posts/Feeds recommendation engine based on content based and collaborative filtering methods
soenneker/soenneker.utils.string.cosinesimilarity
A utility library for comparing strings via Cosine Similarity
winleexz/Question-and-Answer-Chatbot-with-Dialogflow
Question Answering Chatbot with DistilRoBERTa Sentence Embeddings, Dialogflow and Ngrok
anillava1999/Movie-Recommendation-System
Movie Recommendation System using Cosine Similarity
drleniaw/categories_with_pyhton
Word Grouping by List Category
saikumarsuvanam/MachineLearning
DataScience-Statistics,Machine Learning,AppliedAI
beyzayildizli/MovieRecommendation
A program that get recommendations according to the target user and movies. -made in 2023
coreydevinanderson/ESDA.js
Simple statistical functions that are useful for exploratory spatial data analysis (ESDA) on-the-fly in JavaScript
IntegratedMindHeart/ml_model
We have used the Countvectorizer to convert text into a vector, Cosine Similarity for the recommendation and for review sentiment analysis we have used the Logistic Regression algorithm.
kknani24/FLIX-HUB-An-Advanced-Movie-Recommendation-System-Leveraging-Netflix-Data
FLIX-HUB is a movie recommendation system utilizing the Netflix dataset. It features comprehensive data preprocessing and analysis, generating personalized movie and TV show suggestions based on TF-IDF vectorization and cosine similarity. The project includes interactive visualizations for insights into content trends and distributions.
mohanadtalat91/Information-Retrieval-Models
Implement Information Retrieval Models in JAVA
henryboisdequin/Movie-Recommendation-System
Built a Movie Recommendation System using cosine similarity.