Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 278 Bytes

File metadata and controls

2 lines (2 loc) · 278 Bytes

Multi-class-logistic-regression-with-Python-from-scratch.

An object-oriented programming based multi-class logistic regression algorithm with python (Numpy) is developed and compared with Scikit learn implementation on MNIST dataset(Keras dataset) and Iris dataset (Sklearn).