updated test.prj

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@649 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-11-09 16:05:03 +00:00
parent 3c31f364af
commit f8de50847c
+2 -46
View File
@@ -17,7 +17,7 @@
"miniBatchSize" : 100, "miniBatchSize" : 100,
"momentum" : 0.5, "momentum" : 0.5,
"numEpochs" : 1000, "numEpochs" : 1000,
"numGibbs" : 10, "numGibbs" : 1,
"weightDecay" : 0 "weightDecay" : 0
} }
}, },
@@ -39,55 +39,11 @@
"miniBatchSize" : 100, "miniBatchSize" : 100,
"momentum" : 0.5, "momentum" : 0.5,
"numEpochs" : 5000, "numEpochs" : 5000,
"numGibbs" : 50, "numGibbs" : 1,
"weightDecay" : 0 "weightDecay" : 0
} }
}, },
"weights_file" : "Layer.1.weights.dat" "weights_file" : "Layer.1.weights.dat"
},
{
"id" : 2,
"name" : "Layer",
"numHidden" : 2,
"numVisibleX" : 4,
"numVisibleY" : 1,
"rbm" : {
"params" : {
"doRaoBlackwell" : 1,
"doSampleBatch" : 0,
"gibbsDoSampleHidden" : 1,
"gibbsDoSampleVisible" : 0,
"learningRate" : 0.025000000000000001,
"miniBatchSize" : 100,
"momentum" : 0.5,
"numEpochs" : 2500,
"numGibbs" : 101,
"weightDecay" : 0
}
},
"weights_file" : "Layer.2.weights.dat"
},
{
"id" : 3,
"name" : "Layer",
"numHidden" : 1,
"numVisibleX" : 2,
"numVisibleY" : 1,
"rbm" : {
"params" : {
"doRaoBlackwell" : 1,
"doSampleBatch" : 0,
"gibbsDoSampleHidden" : 1,
"gibbsDoSampleVisible" : 0,
"learningRate" : 0.012500000000000001,
"miniBatchSize" : 100,
"momentum" : 0.5,
"numEpochs" : 12500,
"numGibbs" : 20,
"weightDecay" : 0
}
},
"weights_file" : "Layer.3.weights.dat"
} }
], ],
"name" : "test" "name" : "test"