- 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.
- Firstly Clone The Repository.
git clone git@github.com: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.