- 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:
@@ -4,6 +4,7 @@
|
||||
{
|
||||
"id" : 0,
|
||||
"name" : "Layer",
|
||||
"numContext" : 0,
|
||||
"numHidden" : 8,
|
||||
"numVisibleX" : 16,
|
||||
"numVisibleY" : 16,
|
||||
@@ -18,7 +19,7 @@
|
||||
"momentum" : 0.5,
|
||||
"numEpochs" : 1000,
|
||||
"numGibbs" : 1,
|
||||
"weightDecay" : 0
|
||||
"weightDecay" : 0.0
|
||||
}
|
||||
},
|
||||
"weights_file" : "Layer.0.weights.dat"
|
||||
@@ -26,6 +27,7 @@
|
||||
{
|
||||
"id" : 1,
|
||||
"name" : "Layer",
|
||||
"numContext" : 0,
|
||||
"numHidden" : 4,
|
||||
"numVisibleX" : 8,
|
||||
"numVisibleY" : 1,
|
||||
@@ -40,7 +42,7 @@
|
||||
"momentum" : 0.5,
|
||||
"numEpochs" : 5000,
|
||||
"numGibbs" : 1,
|
||||
"weightDecay" : 0
|
||||
"weightDecay" : 0.0
|
||||
}
|
||||
},
|
||||
"weights_file" : "Layer.1.weights.dat"
|
||||
|
||||
Reference in New Issue
Block a user