- 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:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user