Changeset 150 for prdatasets/mnist.m
- Timestamp:
- 01/09/20 21:17:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/mnist.m
r142 r150 8 8 % The trainset has 60000 digits and the testset 1000. 9 9 % 10 % SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://yann.lecun.com/exdb/mnist/">Original Website</a>10 % SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://yann.lecun.com/exdb/mnist/">Original Website</a> 11 11 % PRTOOLS, DATASETS, SHOW 12 12 … … 19 19 if isempty(varargout{1}) 20 20 21 a = pr_getdata(['http:// 37steps.com/data/prdatafiles/MNIST_train.zip'],42,'mnist_train','',1);22 b = pr_getdata(['http:// 37steps.com/data/prdatafiles/MNIST_test.zip'],[],'mnist_test','',0);21 a = pr_getdata(['http://prtools.tudelft.nl/prdatafiles/MNIST_train.zip'],42,'mnist_train','',1); 22 b = pr_getdata(['http://prtools.tudelft.nl/prdatafiles/MNIST_test.zip'],[],'mnist_test','',0); 23 23 % Note that these are datafiles 24 24 user.desc = ['This is the trainset of MNIST.'];
Note: See TracChangeset
for help on using the changeset viewer.