- use normalize per training batch

git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@556 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-10-18 06:23:11 +00:00
parent ea6a1ee6ed
commit 1d02f08242
+1 -1
View File
@@ -86,7 +86,7 @@ RowVectorXd Rbm::probsLogistic(RowVectorXd const &src)
MatrixXd Rbm::normalizeData(MatrixXd const &src)
{
#if 0
#if 1
double mean = src.array().mean();
cout << "mean" << ": " << endl << mean << endl;