21 skills found
idoshlomo / Online VectorizersExtension of scikit-learn TfidfVectorizer and CountVectorizer that allows for online learning / partial fit.
koushik-elite / Multi Label Text Classification Based On ReviewMulti label text classification based on Amazon Product Review, Find the topic/area which the review belogs to. Using TfidfVectorizer and LogisticRegression
RalphGradien / HomeWorkoutRecommendationsPython-based web application, Flask platform, utilizes a powerful Content-Based Filtering Algorithm to provide personalized recommendations excercises
ksdkamesh99 / Phony News ClassifierPhony News Classifier is a repository which contains analysis of a natural language processing application i.e fake news classifier with the help of various text preprocessing strategies like bag of words,tfidf vectorizer,lemmatization,Stemming with Naive bayes and other deep learning RNN (LSTM) and maintaining the detailed accuracy below
nano-bot01 / Movie Recommender Web ApplicationMovie Recommendation System based on machine learning concepts
SannketNikam / Intents Based ChatbotIntents-Based Chatbot with Streamlit
pemagrg1 / Magic Of TFIDFTFIDF being the most basic and simple topic in NLP, there's alot that can be done using TFIDF only! So, in this repo, I'll be adding the blog, TFIDF basics, wonders done using tfidf etc.
ozyverse / Detecting Fake NewsTfidfVectorizer & PassiveAggressiveClassifier
dandingbudanding / Tianchi News ClassificationXGB_5折_TfidfVectorizer_0.934baseline
bumblebee26 / TheSocialComment ChallengePosts/Feeds recommendation engine based on content based and collaborative filtering methods
Currie32 / Predicting Similar QuestionsUsed TfidfVectorizer, Doc2Vec, and deep learning to predict if pairs of questions have the same meaning.
abubakarsiddik31 / Resume Match NLPHire the Perfect candidate. HackerEarth Competitions solution.
phfaustini / TfidfVectorizerConvert raw documents to a matrix of TF-IDF features.
IndujaArunachalam / Book Recommendation ProjectBookMatch AI is a content-based recommendation system that finds your next read by analyzing thematic connections in literature. Logic: Implements Scikit-Learn's TfidfVectorizer to transform raw text into numerical features and cosine_similarity to measure plot relationships.
chiraag-kakar / FUNDAn NLP model to detect fake news and accurately classify a piece of news as REAL or FAKE trained on dataset provided by Kaggle.
ramarav / Fake News DetectionMachine learning approach for fake news detection using Scikitlearn
nano-bot01 / Fake News Prediction System Fake News Prediction System using logistic regression, stopwords, nltk
nano-bot01 / Bollywood Movie Recommendation SystemBollywood Movie Recommendation System based on cosine similarity and tfidfvectorizer
Chaitanyakaul97 / FAKE NEWS DETECTIONDetection of Fake news using Passive Agressive classifier and TfidfVectorizer. Accuracy achieved with this model is 92.98% .
mlimaye94 / Amazon Kindle Feedback Analysis Using NLPDesigned a classification model based on the text reviews with 91.28% accuracy to understand Kindle customer feedback. Extracted reviews from an Amazon database and used TfidfVectorizer, stemming and lemmatizing techniques to preprocess data