/MNIST-DIGIT-RECOGNITION

This machine learning model classifies data using Logistic Regression using MNIST Data Set.

Primary LanguageJupyter Notebook

MNIST-DIGIT-RECOGNITION

This machine learning model classifies data using Logistic Regression using MNIST Data Set.

Skleran ,Numpy ,Pandas

Sklearn is a Python library for dealing with Data Science concepts .

Installation

Use the package manager pip to install Sklearn.

pip install sklearn numpy pandas

Usage

from sklearn.datasets import fetch_openml
import matplotlib.pyplot as plt
import numpy as np
from sklearn.linear_model import LogisticRegression

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.