DeepLearning icon indicating copy to clipboard operation
DeepLearning copied to clipboard

the statement in line 78 should be repalced

Open shifengren opened this issue 8 years ago • 1 comments

"hbias[i] += lr * (ph_mean[i] - nh_means[i]) / N" is my modification.

shifengren avatar Oct 04 '15 03:10 shifengren

Why you put dataes such as "int N; int n_in; int n_out; double **W; double *b;" in public,why not in protected or private?

Futuroscope avatar Oct 08 '16 15:10 Futuroscope