Skip to content

lavroffrob13/MNIST-Supervised-Image-Learning-with-SVM-and-Logistic-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

MNIST Supervised Image Learning with SVM and Logisitc Regression

One .py file exists for logistic regression (log_reg.py) and another exists for SVM (SVM.py). Either can be run in PyCharm, or in a terminal using "python log_reg.py" and "python SVM.py). The programs can be run as-is, or after tuning some or all of the following hyperparameters:

num_epochs is the number of epochs

learn_rate is the step size for SGD

momentum is the momentum magnitude for SGD_Momentum

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages