cosinesimilarity
There are 21 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
hasanfadhlillah/Spotify-Music-Recommendation-System
Music recommendation system that leverages the power of machine learning to provide personalized music suggestions based on user preferences. Using a hybrid approach combining K-Means Clustering and Cosine Similarity.
saikumarsuvanam/MachineLearning
DataScience-Statistics,Machine Learning,AppliedAI
seemueller-io/hyphalbase
Edge-based vector database with built-in search, powered by Cloudflare Durable Objects.
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
Hadj-messaoud-Mohamed-tahar/Chatbot_Assistant_M-canicien_pour_Fauteuil_Roulant
Ce projet a été réalisé lors d'un datathon et consiste en un chatbot intelligent jouant le rôle d'un assistant mécanicien pour fauteuils roulants. Il est capable de répondre aux questions des utilisateurs en s'appuyant sur une base de données de questions-réponses extraite de manuels et guides techniques.
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.