Skip to content

a version of MNIST dataset, which is shadowed by several percentages with randomly created masks.

Notifications You must be signed in to change notification settings

yuvalot/binary-shadowed-mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Shadowed MNIST

This repository is meant to provide a version of MNIST dataset, which is shadowed by some percentages with randomly created masks.

Creation

To recreate the dataset, run

python creation.py

You might need to install some dependencies (provided at requirements.txt).

Reading

To use the dataset, read it with the following python code (or any equivalent in another language):

import numpy as np

images = np.fromfile('./data/train/shadow=0.9/images.bin', dtype=np.bool)

About

a version of MNIST dataset, which is shadowed by several percentages with randomly created masks.

Topics

Resources

Stars

Watchers

Forks

Languages