Changeset 150 for prdatasets/mnist.m


Ignore:
Timestamp:
01/09/20 21:17:34 (5 years ago)
Author:
bduin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • prdatasets/mnist.m

    r142 r150  
    88% The trainset has 60000 digits and the testset 1000.
    99%
    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>
    1111% PRTOOLS, DATASETS, SHOW
    1212
     
    1919if isempty(varargout{1})
    2020 
    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);
    2323  % Note that these are datafiles
    2424  user.desc = ['This is the trainset of MNIST.'];
Note: See TracChangeset for help on using the changeset viewer.