linear-svm
There are 55 repositories under linear-svm topic.
vzhou842/profanity-check
A fast, robust Python library to check for offensive language in strings.
RiteshPuvvada/Machine-Learning-Lab
A cluster of Machine Learning algorithms
bagheri365/ML-Models-for-Classification
Tour of Machine Learning Algorithms for Binary/Multiclass Classification
unnathi10/HateSpeechDetection
Detecting hate speech using the spoken content of videos using Machine Learning
AbhinavThukral97/LinearSVMClassification
Forest cover type classification/detection using linear support vector machine implemented with gradient descent (from scratch)
ferdouszislam/Android-Malware-Detection-ML
Android malware detection from static features with ML classification algorithms- Decision Tree, K-Nearest Neighbours, Linear SVM and Random Forest.
UnixJunkie/linwrap
Wrapper on top of liblinear-tools
nive927/Pothole-and-Plain-Road-Classification
Using deep learning and transfer learning techniques to differentiate plain roads and those with potholes using three different classifiers to obtain the best accuracy with the same convolutional base
yashkim77/AV_Twitter_Sentiment_Analysis
Twitter Sentiment Analysis (Ml hackathon)
Chan2k20/Genotype-Data-Predictive-Classifier-Model
Performed feature selection using F-score method to filter out the important features in order to optimize the performance of Linear SVM machine learning model. The accuracy achieved was above 63%.
chen0040/js-svm
Package provides javascript implementation of support vector machines
cwwdaniel/invoice-text-classification
Semantic Enrichment, Data Augmentation and Deep Learning for Boosting Invoice Text Classification Performance: A Novel Natural Language Processing Strategy
KavyaOS/Emotion_Recognition_Using_Facial_Landmarks
Face detection using Facial Landmark prediction and Comparision of standard emotion recognition algorithms
rtimbro185/syr_mads_ist736_text_mining
Syracuse University, Masters of Applied Data Science - IST 736 Text Mining
dgambone3/Diabetes_Machine_Learning_Model_Analysis
Prediction of diabetes health indicators for machine learning class final project
itsatefe/Pattern-Recognition
Statistical Pattern Recognition (classic machine learning)
Kunal-Attri/Iris-Species-Classification
Iris Species Classification usin various ML models.
akozlu/Linear-Machine-Learning-Algorithms
Implementation of Perceptron, Winnow and Adagrad-Perceptron, along with their averaged versions on synthetic and real world datasets
chaitanya-taru-18/BBC-News-Classification
Multi-class Classification for bbc news dataset
katlass/Cornell-Machine-Learning
Practice from My Machine Learning Certificate from Cornell
marcomarasca/SDCND-Vehicle-Detection
Vehicle detection using support vector classification and sliding windows
pathak-ashutosh/Detect-face-parts
Detect different parts of the face such as, eyes brows, nose, jaw, etc. individually
reinwzhang/NLP_Movie-Sentiment-Analysis
Bag of Words Meets Bags of Popcorn
sovit-123/Fast-and-Accurate-Human-Detection-with-HOG
This project used OpenCV HOG people detector to build an accurate and fast enough implementation to detect people in images and videos.
UnixJunkie/liblinear-ranksvm
mirror of https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/ranksvm/liblinear-ranksvm-2.11.zip
zargiteddy/Skripsi-UTDI
Analisis Sentimen Twitter terhadap Pernikahan di Usia Muda menggunakan Metode Support Vector Machine
panimesh14/user-relevance-scoring-model-improved
The project involves building models for scoring & segregating users acccording to certain threshold criteria based on features from LinkedIn on threshold criteria-refer ReadMe.
tekboart/Bigdata-duplicate_record_recognition
Finding duplicate records using Record Linkage Comparison and BigData through Apache Spark
ZahirAhmadChaudhry/Pulsar_dataset_Classification_using_SVM
This project focuses on classifying pulsar stars using the Support Vector Machine (SVM) algorithm, a powerful method in the realm of supervised learning. The goal is to automate the identification process of pulsar stars from candidates collected during surveys, based on predictive modeling.
DoniaGameel/Employee_Attrition_Prediction
Machine Learning project - CMP2024 - Computer Engineering - Cairo University
fardinafdideh/Text-analytics
Amazon product review sentiment analysis using Logistic Regression (LR), Support Vector Machine (SVM), and Naive Bayes (NB) multiclass as classifier models, Synthetic Minority Oversampling Technique (SMOTE) as feature oversampler, and TF-IDF vectorization as feature, Synthetic Minority Oversampling Technique (SMOTE) as oversampler, and k-fold CV.
ghfri-code/SVM
Support Vector Machine
SaadARazzaq/MNIST-Classification-Problem
Implemented using Linear SVM(SVC) and Non-Linear SVM(RBF). ML ASSIGNMENT 2 => Q2
sxaxmz/ML_Exercise_Cancer_Medical_Treatment
A repository that contains practice code for ML algorithms implementation on a cancer treatment medical dataset from Kaggle (Text Processing, Response Encoding, Feature Engineering, Classification).