Skip to content

aftabsikander/Machine-Learning-scikitlearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning-scikitlearn

Various example and experiment playground for scikit learn using python. We would be using Mnist Dataset

Understanding Yann LeCun's MNIST IDX file format

File format: Each file has 1000 training examples. Each training example is of size 28x28 pixels. The pixels are stored as unsigned chars (1 byte) and take values from 0 to 255. The first 28x28 bytes of the file correspond to the first training example, the next 28x28 bytes correspond to the next example and so on. For more detail

Helper Utility Script

Following are few helper scripts which can be used to convert mnist dataset into viewable images, or create our very own mnist formatted dataset using custom images.

About

Various example and experiment playground for scikit learn using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages