Skip to content

A python library to read and create Ubyte files.

License

Notifications You must be signed in to change notification settings

QuietSwami/ubyte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubyte

A python library to read and create Ubyte files.

What is an UByte

A UByte file is a data file contaning unsigned bytes. It can be used to save and load datasets.

The UByte file structure was described and used by Yann LeCun, to create the MNIST dataset.

The magic of the files is the header. In the header of the file it is possible to differentiate image files from label files, the number of items in the file, the number of rows, and the number of columns.

How to use it

To be determined...

About

A python library to read and create Ubyte files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages