linearsvc-model
Here are 13 public repositories matching this topic...
Recognizes the subject of websites
-
Updated
Oct 1, 2025 - Python
Data consists of tweets scrapped using Twitter API. Objective is sentiment labelling using a lexicon approach, performing text pre-processing (such as language detection, tokenisation, normalisation, vectorisation), building pipelines for text classification models for sentiment analysis, followed by explainability of the final classifier
-
Updated
Apr 3, 2022 - Jupyter Notebook
Develop Machine Learning models to predict sentiments on COVID-19 tweets.
-
Updated
Feb 16, 2021 - Jupyter Notebook
Project Credible is a dual-engine fake news detection system that combats misinformation through a hybrid AI approach. It utilizes a custom machine learning ensemble (achieving 96.78% accuracy) for instant text classification, coupled with an automated fallback to Groq AI (Llama 3.3 70B) for real-time, web-based fact-checking of low-confidence.
-
Updated
Jul 7, 2026 - Python
This Jupyter Notebook serves as a comprehensive guide to performing support vector machine (LinearSVC) classification and calculating accuracy scores for machine learning tasks. It provides step-by-step instructions and code examples for building, training, and evaluating a LinearSVC classifier
-
Updated
Oct 12, 2023 - Jupyter Notebook
Conducting sentiment analysis on custom dataset more than 90000 statements mapped to 11 different emotions. Comparing the accuracy between LinearSVC, RandomForestClassifier and LSTM based models. Implementing the results in a chatbot powered by Gemini API.
-
Updated
Dec 14, 2024 - Jupyter Notebook
Crime Classifier is a machine learning project designed to classify crime incidents into different categories based on input data. The project demonstrates data preprocessing, feature engineering, model training, and predictive analytics using Python and popular ML libraries.
-
Updated
Jun 3, 2026 - JavaScript
Harmonizing Hearts: A Music-Based Compatibility Analysis
-
Updated
Jan 29, 2024 - Jupyter Notebook
Proyecto con Flask, MySQL y Machine Learning para clasificar títulos de reseñas de Amazon en español en cinco niveles de sentimiento usando un pipeline entrenado con TF-IDF y LinearSVC.
-
Updated
Apr 1, 2026 - Jupyter Notebook
Repo for the exam of the course 'Introduction to ML for NLP'
-
Updated
Jun 9, 2022 - Jupyter Notebook
Using Collaborative Filtering predicting Movie Rating and K-nearest Neighbours & SVM algorithms for Number ClassificationNumber Classification
-
Updated
Jan 2, 2024 - Python
This project refactored code to build an SMS spam detection model using a linear SVC pipeline with TF-IDF vectorization. The model was integrated into a Gradio interface, enabling real-time user predictions of whether a text message is spam or not, demonstrating the practical application of language models in text classification tasks.
-
Updated
Oct 19, 2024 - Jupyter Notebook
Improve this page
Add a description, image, and links to the linearsvc-model topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linearsvc-model topic, visit your repo's landing page and select "manage topics."