- added new cool projects

This commit is contained in:
2024-03-04 09:00:16 +01:00
parent 813d4e404c
commit 2333e94915
54 changed files with 1638 additions and 0 deletions
+63
View File
@@ -0,0 +1,63 @@
{
"stack" :
{
"layers" :
[
{
"id" : 0,
"name" : "Layer",
"numContext" : 0,
"numHidden" : 24,
"numVisibleX" : 9,
"numVisibleY" : 9,
"rbm" :
{
"params" :
{
"doGaussianHidden" : 0,
"doGaussianVisible" : 0,
"doRaoBlackwell" : 1,
"doSampleBatch" : 0,
"gibbsDoSampleHidden" : 1,
"gibbsDoSampleVisible" : 0,
"learningRate" : 0.10000000000000001,
"miniBatchSize" : 100,
"momentum" : 0.90000000000000002,
"numEpochs" : 1000,
"numGibbs" : 1,
"weightDecay" : 0.0
}
}
},
{
"id" : 1,
"name" : "Layer",
"numContext" : 0,
"numHidden" : 4,
"numVisibleX" : 24,
"numVisibleY" : 1,
"rbm" :
{
"params" :
{
"doGaussianHidden" : 1,
"doGaussianVisible" : 0,
"doRaoBlackwell" : 0,
"doSampleBatch" : 0,
"gibbsDoSampleHidden" : 0,
"gibbsDoSampleVisible" : 0,
"learningRate" : 0.0010000000474974513,
"miniBatchSize" : 100,
"momentum" : 0.90000000000000002,
"numEpochs" : 10000,
"numGibbs" : 1,
"weightDecay" : 0.0
}
}
}
],
"name" : "prims_deep_24_4",
"type" : 1,
"type_string" : "Deep"
}
}