mnist-classification-logistic

There are 3 repositories under mnist-classification-logistic topic.

  • OSSpk/Handwritten-Digits-Classification-Using-KNN-Multiclass_Perceptron-SVM

    🏆 A Comparative Study on Handwritten Digits Recognition using Classifiers like K-Nearest Neighbours (K-NN), Multiclass Perceptron/Artificial Neural Network (ANN) and Support Vector Machine (SVM) discussing the pros and cons of each algorithm and providing the comparison results in terms of accuracy and efficiecy of each algorithm.

    Language:Python624017
  • ibodumas/logistic_regression

    This project involves the implementation of efficient and effective Logistic Regression (FROM SCRATCH) classifiers on MNIST data set. The MNIST data comprises of digital images of several digits ranging from 0 to 9. Each image is 28 x 28 pixels. Thus, the data set has 10 levels of classes.

    Language:Jupyter Notebook2102