Skip to content
#

one-vs-rest

Here are 27 public repositories matching this topic...

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.

  • Updated Jul 19, 2021
  • Jupyter Notebook

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.

  • Updated Aug 3, 2024
  • Python

Improve this page

Add a description, image, and links to the one-vs-rest topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the one-vs-rest topic, visit your repo's landing page and select "manage topics."

Learn more