Skip to content

This Repository Contains a Machine Learning Model with sklearn Which is driven from HOML.

Notifications You must be signed in to change notification settings

PraddyumnYadav/Classification_MNIST

Repository files navigation

Classification on MNIST Dataset

  • This Repository Contains a Machine Learning Model with sklearn Which is driven from "Hands on Machine Learning"
  • In This Repository We Use Scikit-Learn, Jupyter Notebook, Numpy, Pandas and Matplotlib.
  • I Have Also Solved Exercise4 of HandsOnMachineLearning Book Chapter 3 Which You Can Get With Name Spam_Classifier on my Github Account.

How to Run This on Your Local Computer System.

  • Firstly Clone The Repository.
git clone [email protected]:PraddyumnYadav/Classification_MNIST.git
git clone https://github.com/PraddyumnYadav/Classification_MNIST.git
  • Create a Virtual Enviornment.
pip install virtualenv
virtualenv venv
  • Activate The Virtual Enviornment in Linux.
source ./venv/bin/activate
  • Install All the Dependencies.
pip install -r requirements.txt
  • Now You Are Ready for Running This Projet on Your Local Machine.

Thank You

About

This Repository Contains a Machine Learning Model with sklearn Which is driven from HOML.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published