- weightInit are construction time parameter

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@593 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-10-28 20:04:39 +00:00
parent 43dc764daa
commit 8a37ee6a69
5 changed files with 14 additions and 85 deletions
+3 -3
View File
@@ -18,9 +18,9 @@
"learningRate" : 0.10000000000000001,
"momentum" : 0.5,
"numGibbs" : 1,
"weightDecay" : 0,
"weightInit" : 0.01
}
"weightDecay" : 0
},
"weightInit" : 0.01
},
"weights_file" : "Layer.0.weights.dat"
}