- no weight decay per default
git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@602 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ public:
|
|||||||
struct Params
|
struct Params
|
||||||
{
|
{
|
||||||
Params()
|
Params()
|
||||||
: m_weightDecay(0.01)
|
: m_weightDecay(0.0)
|
||||||
, m_learningRate(0.1)
|
, m_learningRate(0.1)
|
||||||
, m_momentum(0.5)
|
, m_momentum(0.5)
|
||||||
, m_doRaoBlackwell(true)
|
, m_doRaoBlackwell(true)
|
||||||
|
|||||||
Reference in New Issue
Block a user