Skip to content
#

one-vs-rest

Here are 24 public repositories matching this topic...

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.

  • Updated Mar 27, 2024
  • 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