An open API service indexing awesome lists of open source software.

https://github.com/admacpherson/multinomial-logistic-regression

Development space for multinomial logistic regression projects
https://github.com/admacpherson/multinomial-logistic-regression

Last synced: 8 months ago
JSON representation

Development space for multinomial logistic regression projects

Awesome Lists containing this project

README

          

# Multinomial-Logistic-Regression
The goal of this repository is to explore Multinomial Logistic Regression techniques (MLR) through various datasets. We begin with the famous MNIST computer vision set, a corpus of handwritten digits 0 - 9 available via import with use of `sklearn`.

## Acknowledgements
All code is based off of 1.2 MLR example through code - MNIST dataset from [Multinomial Logistic Regression for beginners](https://www.kaggle.com/code/saurabhbagchi/multinomial-logistic-regression-for-beginners).

Author: Arthur Mensch

arthur.mensch @m4x.org

License: BSD 3 clause