SVHN is a real-world image dataset for developing machine learning and object recognition algorithms with minimal requirement on data preprocessing and formatting. It can be seen as similar in flavor to MNIST (e.g., the images are of small cropped digits), but incorporates an order of magnitude more labeled data (over 600,000 digit images) and comes from a significantly harder, unsolved, real world problem (recognizing digits and numbers in natural scene images). SVHN is obtained from house numbers in Google Street View images. Official Dataset website
Description of the Dataset:
- 10 classes, 1 for each digit. Digit '1' has label 1, '9' has label 9
and '0' has label 10.
- 73257 digits for training, 26032 digits for testing, and 531131
additional, somewhat less difficult samples, to use as extra training
data
I want to upload this dataset into the WolframData Repository and work on it in the same way the wolfram team had done with the MNIST dataset ,I dont know how to do it, please help me?