- updated char_embedd.prj

This commit is contained in:
2024-02-03 09:06:13 +01:00
parent 75463d7b60
commit 6f7e100b27
4 changed files with 48 additions and 46 deletions
+7 -5
View File
@@ -7,22 +7,24 @@
"id" : 0,
"name" : "Layer",
"numContext" : 0,
"numHidden" : 64,
"numHidden" : 18,
"numVisibleX" : 37,
"numVisibleY" : 1,
"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" : 1000,
"numGibbs" : 3,
"momentum" : 0.89999997615814209,
"numEpochs" : 100,
"numGibbs" : 1,
"weightDecay" : 0.0
}
}