Tex Classification
-
Updated
Dec 27, 2022 - Jupyter Notebook
Tex Classification
This project employs a deep neural network architecture for the classification of toxic comments, utilizing the Kaggle competition dataset from the Jigsaw Toxic Comment Classification Challenge.
The Movie Recommender System is an application that suggests personalized movie recommendations to users based on their preferences and viewing history. It uses a content-based filtering techniques to generate accurate and relevant movie recommendations.
Developed a Python-Django server integrated with a machine learning model to provide optimized product recommendations tailored to user preferences, enhances user experience through intelligent, data-driven suggestions.
This repository houses a comprehensive Machine Learning project aimed at classifying Yelp reviews using Multinomial Naive Bayes and Natural Language Processing (NLP) techniques.
This Repository provides the basic code snippets for all the most widely used ML Algorithms like Supervised, Unsupervised, and Recommender system algorithms.
A content based movie recommender system using cosine similarity
🧠 The project aims to predict the popularity of a movie based on it's overview text. It involves a thorough analysis of a movie dataset, exploring various aspects of data preprocessing, model building, training, and evaluation.
Implemented a machine learning model to detect fake news using Natural Language Processing techniques like TF-IDF and stemming. Trained multiple classifiers including Logistic Regression and PassiveAggressiveClassifier for accurate classification. This project showcases practical NLP skills for tackling misinformation in media.
The "Bag of Words" (BoW) is a basic and fundamental technique in Natural Language Processing (NLP) for representing text data as numerical features that can be used in machine learning models.
Content-based Movie Recommender System
This project focuses on building a machine learning model to detect fake news articles. The model is trained using a dataset of news articles and utilizes Logistic Regression for classification. The primary goal is to classify news articles as either "real" or "fake" based on their text features such as title and author.
Add a description, image, and links to the textvectorization topic page so that developers can more easily learn about it.
To associate your repository with the textvectorization topic, visit your repo's landing page and select "manage topics."