8000 GitHub - Mach-A/mlr_blr_svm_using_mnist_dataset: Implementing binary / multiple logistic regression models, for the well known mnist dataset while also creating the support vector machine(SVM) models
[go: up one dir, main page]

Skip to content

Implementing binary / multiple logistic regression models, for the well known mnist dataset while also creating the support vector machine(SVM) models

License

Notifications You must be signed in to change notification settings

Mach-A/mlr_blr_svm_using_mnist_dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Implementing multiple logistic regression and binary logistic regression for the well known mnist dataset

No other py libraries / functions / external tools was used for the regression models aside the below;

import numpy as np

from scipy.io import loadmat

from scipy.optimize import minimize

also creating the support vector machine(SVM) models with multiple radial basis function with multiple gamma settings

from sklearn import svm

from sklearn.svm import SVC

import matplotlib.pyplot as plt

About

Implementing binary / multiple logistic regression models, for the well known mnist dataset while also creating the support vector machine(SVM) models

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0