Moved all 40 existing projects' .prj/.dat files (Layer weights, training batches, legacy .weights.dat/.test.dat artifacts) from the flat repo root into their own prj/<name>/ folder via git mv, matching the new path convention from the previous commit. Filenames are unchanged, only the directory. Non-project files at root (CLAUDE.md, Makefile, batch/moby text corpora, the stray Layer.0.training.mat) were left in place. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016K8Gu7Qejd11JbdiHZqYAs
37 lines
650 B
Plaintext
37 lines
650 B
Plaintext
{
|
|
"stack" :
|
|
{
|
|
"layers" :
|
|
[
|
|
{
|
|
"id" : 0,
|
|
"name" : "Layer",
|
|
"numContext" : 0,
|
|
"numHidden" : 16,
|
|
"numVisibleX" : 3,
|
|
"numVisibleY" : 4,
|
|
"rbm" :
|
|
{
|
|
"params" :
|
|
{
|
|
"doGaussianHidden" : 0,
|
|
"doGaussianVisible" : 1,
|
|
"doRaoBlackwell" : 1,
|
|
"doSampleBatch" : 0,
|
|
"gibbsDoSampleHidden" : 0,
|
|
"gibbsDoSampleVisible" : 0,
|
|
"learningRate" : 0.10000000000000001,
|
|
"miniBatchSize" : 100,
|
|
"momentum" : 0.5,
|
|
"numEpochs" : 10000,
|
|
"numGibbs" : 3,
|
|
"weightDecay" : 0.0
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"name" : "label",
|
|
"type" : 1,
|
|
"type_string" : "Deep"
|
|
}
|
|
} |