diff --git a/mnist.prj b/mnist.prj new file mode 100644 index 0000000..ea062cc --- /dev/null +++ b/mnist.prj @@ -0,0 +1,29 @@ +{ + "stack" : { + "layers" : [ + { + "id" : 0, + "name" : "Layer", + "numHidden" : 256, + "numVisibleX" : 28, + "numVisibleY" : 28, + "rbm" : { + "numHidden" : 256, + "numVisible" : 784, + "params" : { + "doRaoBlackwell" : 1, + "doSampleBatch" : 0, + "gibbsDoSampleHidden" : 1, + "gibbsDoSampleVisible" : 0, + "learningRate" : 0.10000000000000001, + "momentum" : 0.5, + "numGibbs" : 1, + "weightDecay" : 0 + } + }, + "weights_file" : "Layer.0.weights.dat" + } + ], + "name" : "mnist" + } +}