Skip to content

PontusHovb/Logistic-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logistic Regression

In this project a maximum likelihood estimation for a multi-class logistic regression model is implemented, including gradient and stochastic gradient descent implemented from scratch. The model is trained on the MNIST dataset (Modified National Institute of Standards and Technology database). This was a part of an assigment in a course in Machine Learning at National University of Singapore (NUS).

Standard gradient descent

Loss for standard gradient descent

Stochastic gradient descent

Loss for stochastic gradient descent

Validation accuracy for stochastic gradient descent based on no. of iterations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages