- improved norb_small

- improved prims_deep
This commit is contained in:
2024-03-04 08:58:48 +01:00
parent 32c3526ba7
commit 813d4e404c
12 changed files with 9361 additions and 9397 deletions
+14 -10
View File
@@ -7,21 +7,23 @@
"id" : 0,
"name" : "Layer",
"numContext" : 0,
"numHidden" : 64,
"numHidden" : 24,
"numVisibleX" : 9,
"numVisibleY" : 9,
"rbm" :
{
"params" :
{
"doGaussianHidden" : 0,
"doGaussianVisible" : 0,
"doRaoBlackwell" : 1,
"doSampleBatch" : 0,
"gibbsDoSampleHidden" : 0,
"gibbsDoSampleHidden" : 1,
"gibbsDoSampleVisible" : 0,
"learningRate" : 0.10000000000000001,
"miniBatchSize" : 100,
"momentum" : 0.5,
"numEpochs" : 10000,
"momentum" : 0.90000000000000002,
"numEpochs" : 1000,
"numGibbs" : 1,
"weightDecay" : 0.0
}
@@ -31,21 +33,23 @@
"id" : 1,
"name" : "Layer",
"numContext" : 0,
"numHidden" : 32,
"numVisibleX" : 64,
"numHidden" : 4,
"numVisibleX" : 24,
"numVisibleY" : 1,
"rbm" :
{
"params" :
{
"doRaoBlackwell" : 1,
"doGaussianHidden" : 1,
"doGaussianVisible" : 0,
"doRaoBlackwell" : 0,
"doSampleBatch" : 0,
"gibbsDoSampleHidden" : 0,
"gibbsDoSampleVisible" : 0,
"learningRate" : 0.10000000000000001,
"learningRate" : 0.0040000001899898052,
"miniBatchSize" : 100,
"momentum" : 0.5,
"numEpochs" : 1000,
"momentum" : 0.90000000000000002,
"numEpochs" : 10000,
"numGibbs" : 3,
"weightDecay" : 0.0
}