- added 1-hot projects

This commit is contained in:
2024-01-21 14:11:25 +01:00
parent 1600058f3b
commit 5a963d805f
16 changed files with 207 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
{
"stack" :
{
"layers" :
[
{
"id" : 0,
"name" : "Layer",
"numContext" : 0,
"numHidden" : 4,
"numVisibleX" : 8,
"numVisibleY" : 1,
"rbm" :
{
"params" :
{
"doRaoBlackwell" : 1,
"doSampleBatch" : 0,
"gibbsDoSampleHidden" : 1,
"gibbsDoSampleVisible" : 0,
"learningRate" : 0.10000000000000001,
"miniBatchSize" : 100,
"momentum" : 0.5,
"numEpochs" : 1000,
"numGibbs" : 1,
"weightDecay" : 0.0
}
}
}
],
"name" : "1-hot",
"type" : 1,
"type_string" : "Deep"
}
}