one-vs-rest
There are 25 repositories under one-vs-rest topic.
PhVHoang/Activity-Recognition-CovMIJ
Skeleton-based method for activity recognition problem
serkanars/turkishtopicmodeling
Türkçe metinlerde konu modellemesi için tahminleme çalışması.
Ssharma91/Image-Classification-using--OpenCV-and-SVM
Image Processing and classification using Machine Learning : Image Classification using Open CV and SVM machine learning model
alami-oussama/Machine-learning-from-scratch
Machine learning and optimization algorithms from scratch + visualization
anmilleriii/multilabel-lsvm
Linear Support Vector Machine (LVSM) multilabel classifier to identify trends and deficiencies in utility equipment failure mitigation strategies
Ansu-John/ML-Classification
Build and evaluate classification model using PySpark 3.0.1 library.
antonio-f/Multilabel-Classification
Predict tags on StackOverflow with linear models - Week 1 assignment of Coursera's Natural Language Processing course from the Advanced Machine Learning Specialization.
DeepraMazumder/MRI-Based-Dementia-Progression-Prediction
A Machine Learning project predicting dementia progression from MRI data using SVM, One-vs-Rest and One-vs-One classifiers
michalinabijak/numpy_algorithms
Numpy from-scratch implementation of ML Algorithms: Kernel Perceptron, kNN, MLP, and more
saman-nia/MultiClass-Classification
Deep Learning VS. Machine learning
cedricsoares/openclassrooms-categoriser-automatiquement-des-questions
Projet de NLTP comparant des approches supervisées et non supervisées dans le cadre de la formation d'ingénieur machine learning dispensé par Openclassrooms
EniddeallA/DSLR
Solving a Logistic Regression For Multiclass Classification problem to save Hogwarts.
lidalei/youtube-8m
Algorithms and implementations to participate in Kaggle YouTube-8M Video Understanding Competition
MehdiShahbazi/Logistic-Regression-TensorFlow-OvR
This repository contains the implementation of the Logistic Regression algorithm for classifying the Iris dataset using the One-vs-Rest (OvR) approach, developed with Python 3.12 and TensorFlow v2.16.
nimom38/Emergency-Tweets-Classification-Multilabel
A system to predict the category of tweets during times of crisis (like - flood, cyclone, earthquake, wildfires, pandemic etc.) Multilabel classification was done. Here, we have used 24 categories(6 of which are actionable categories).
ousmal/Openclassrooms_P5_Categoriser_Questions
Projet de NLTP comparant des approches supervisées et non supervisées dans le cadre de la formation d'ingénieur machine Learning dispensé par Openclassrooms
OwenMastropietro/linear-perceptron-classifier
Identifying handwritten digits with a single layer perceptron based multi-class linear regression model.
somjit101/NLP-StackerOverflow-Tag-Prediction
A multi-class classification problem where the objective is to read a question posted on the popular reference website, StackOverflow and predict the primary topics it deals with, i.e. tags which the question will be associated with.
ahmadj1801/Stack-Overflow-Multi-Label-Classification
Training and Evaluation of two multi-label models. Applied on stack overflow question title to predict a set of tags
arrdel/resume-screening
This is a basic implementation of a resume screening model using machine learning techniques
PejperO/Multi-class_Classifier
This project demonstrates multiclass classification using Perceptron and Logistic Regression, implemented from scratch without using built-in libraries. It includes techniques like One-Versus-The-Rest and One-Versus-One for Perceptron, and Softmax for Logistic Regression, with a focus on understanding core ML concepts.
tej-88/USC-EE559-HW02
This repo is Homework-02 of EE-559(Machine Learning I: Supervised Methods) completed at USC.