- improved poet

- fixed time reversal in Rnn train and forward

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@834 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-01-18 17:56:43 +00:00
parent a061a94099
commit 0544e7721b
6 changed files with 224 additions and 245 deletions
+16 -16
View File
@@ -16,12 +16,12 @@
{
"doRaoBlackwell" : 1,
"doSampleBatch" : 0,
"gibbsDoSampleHidden" : 1,
"gibbsDoSampleHidden" : 0,
"gibbsDoSampleVisible" : 0,
"learningRate" : 0.10000000149011612,
"miniBatchSize" : 100,
"learningRate" : 0.050000000000000003,
"miniBatchSize" : 1000,
"momentum" : 0.5,
"numEpochs" : 2000,
"numEpochs" : 10000,
"numGibbs" : 1,
"weightDecay" : 0.0
}
@@ -40,12 +40,12 @@
{
"doRaoBlackwell" : 1,
"doSampleBatch" : 0,
"gibbsDoSampleHidden" : 1,
"gibbsDoSampleHidden" : 0,
"gibbsDoSampleVisible" : 0,
"learningRate" : 0.10000000149011612,
"miniBatchSize" : 100,
"learningRate" : 0.050000000000000003,
"miniBatchSize" : 1000,
"momentum" : 0.5,
"numEpochs" : 2000,
"numEpochs" : 10000,
"numGibbs" : 1,
"weightDecay" : 0.0
}
@@ -64,12 +64,12 @@
{
"doRaoBlackwell" : 1,
"doSampleBatch" : 0,
"gibbsDoSampleHidden" : 1,
"gibbsDoSampleHidden" : 0,
"gibbsDoSampleVisible" : 0,
"learningRate" : 0.10000000149011612,
"miniBatchSize" : 100,
"learningRate" : 0.050000000000000003,
"miniBatchSize" : 1000,
"momentum" : 0.5,
"numEpochs" : 2000,
"numEpochs" : 10000,
"numGibbs" : 1,
"weightDecay" : 0.0
}
@@ -88,12 +88,12 @@
{
"doRaoBlackwell" : 1,
"doSampleBatch" : 0,
"gibbsDoSampleHidden" : 1,
"gibbsDoSampleHidden" : 0,
"gibbsDoSampleVisible" : 0,
"learningRate" : 0.10000000149011612,
"miniBatchSize" : 100,
"learningRate" : 0.050000000000000003,
"miniBatchSize" : 1000,
"momentum" : 0.5,
"numEpochs" : 2000,
"numEpochs" : 10000,
"numGibbs" : 1,
"weightDecay" : 0.0
}