- converted prj and data files to new format

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@778 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-01-10 15:50:31 +00:00
parent 03a6624017
commit 408af988cb
10 changed files with 1080 additions and 814290 deletions
+4 -3
View File
@@ -4,21 +4,22 @@
{
"id" : 0,
"name" : "Layer",
"numContext" : 0,
"numHidden" : 8,
"numVisibleX" : 16,
"numVisibleY" : 16,
"rbm" : {
"numHidden" : 8,
"numVisible" : 256,
"params" : {
"doRaoBlackwell" : 1,
"doSampleBatch" : 0,
"gibbsDoSampleHidden" : 1,
"gibbsDoSampleVisible" : 0,
"learningRate" : 0.10000000000000001,
"miniBatchSize" : 100,
"momentum" : 0.5,
"numEpochs" : 1000,
"numGibbs" : 1,
"weightDecay" : 0
"weightDecay" : 0.0
}
},
"weights_file" : "Layer.0.weights.dat"