amaas / stanford_dl_ex

Programming exercises for the Stanford Unsupervised Feature Learning and Deep Learning Tutorial
http://ufldl.stanford.edu/tutorial
MIT License
2.58k stars 1.6k forks source link

Little issue of grad_check.m #7

Open xuewei4d opened 9 years ago

xuewei4d commented 9 years ago

Line 22 of grad_check.m fprintf('% 5d % 6d % 15g % 15f % 15f % 15f\n', ... i,j,error,g(j),g_est,f); should be fprintf('% 5d % 6d % 15g % 15f % 15f % 15f\n', ... i,j,error,g_est,g(j),f);