- RBM fixed progress indication
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@569 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+2
-2
@@ -25,12 +25,12 @@ public:
|
||||
{
|
||||
Params()
|
||||
: m_weightInit(0.01)
|
||||
, m_weightDecay(0.0)
|
||||
, m_weightDecay(0.001)
|
||||
, m_learningRate(0.1)
|
||||
, m_momentum(0.5)
|
||||
, m_doRaoBlackwell(true)
|
||||
, m_gibbsDoSampleVisible(false)
|
||||
, m_gibbsDoSampleHidden(false)
|
||||
, m_gibbsDoSampleHidden(true)
|
||||
, m_doSampleBatch(false)
|
||||
, m_numGibbs(1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user