注释yusugomori的DA代码 --- dA.h (二)

2014-11-23 22:37:23 · 作者: · 浏览: 8
e* // the output reconstructed of visible nodes ); // train the model by a single sample void train ( int*, // the input sample from visiable node double, // the learning rate double // corruption_level is the probability of noise ); // reconstruct the input sample void reconstruct ( int*, // the input sample -- input double* // the reconstructed value -- output ); };