- RBM-Training has own thread

- realtime update of Weights and reconstruction during training
- realtime update of reconstruction on relevant parameters
- added progress bar


git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@26 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2014-10-14 23:06:34 +00:00
parent 7f4438d698
commit 005342e829
4 changed files with 36 additions and 11 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ public:
m += th.probs();
}
m /= i;
m.array() = m_sparsity - m.array();
m.array() -= m_sparsity;
th.states() = m;
hiddenBiasUpdate(th, -mu);
}