deepmat icon indicating copy to clipboard operation
deepmat copied to clipboard

Matlab Code for Restricted/Deep Boltzmann Machines and Autoencoders

Results 4 deepmat issues
Sort by recently updated
recently updated
newest added

when using adaptive_lrate, it runs the script candidate_lrates where the variable max_iter_up is not defined, so an error occurs

After a couple of hours running example_mnist_mlp.m, it outputs: Correctly classified test samples: 980/10000 It simply predicts class 1 for all test samples. I checked it twice and the results...

in line 45, the code should be subwindow_sum = fspecial('gaussian', C.lcn.neigh);