Skip to content

This project implements two popular logistic regression algorithms—Softmax Regression and One-vs-All Classification—applied to the MNIST dataset.

Notifications You must be signed in to change notification settings

uni-projects-bachelor/logistic-regression-mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logistic Regression on MNIST Dataset

Overview

This project implements two popular logistic regression algorithms—Softmax Regression and One-vs-All Classification—applied to the MNIST dataset. The MNIST dataset consists of handwritten digit images, commonly used for training various image processing systems.

Features

  • Softmax Regression: A generalization of logistic regression for multi-class classification problems.
  • One-vs-All Classification: An approach where multiple binary classifiers are trained to distinguish each class against all others.
  • Performance Analysis: Detailed evaluation of both algorithms on the MNIST dataset.

Documentation

For detailed analyses, results, and comparisons of the algorithms, refer to the Analysis.pdf file in the repository.

About

This project implements two popular logistic regression algorithms—Softmax Regression and One-vs-All Classification—applied to the MNIST dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages