Migrate all project files from repo root into prj/<name>/

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
This commit is contained in:
2026-07-27 14:44:08 +02:00
co-authored by Claude Sonnet 5
parent ca27e1e705
commit 60da2f0b04
386 changed files with 0 additions and 0 deletions
@@ -0,0 +1,3 @@
ARMA_MAT_TXT_FN008
1 8
-8.5205296413090284e-02 -3.1991635123479317e-01 1.0950113097360783e-04 -5.0908511503551905e-02 1.9517754429461409e-01 6.0117224364742865e-02 2.0087933861367660e-02 4.0139338139081666e-02
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
+37
View File
@@ -0,0 +1,37 @@
{
"stack" :
{
"layers" :
[
{
"id" : 0,
"name" : "Layer",
"numContext" : 0,
"numHidden" : 8,
"numVisibleX" : 96,
"numVisibleY" : 96,
"rbm" :
{
"params" :
{
"doGaussianHidden" : 0,
"doGaussianVisible" : 1,
"doRaoBlackwell" : 1,
"doSampleBatch" : 0,
"gibbsDoSampleHidden" : 0,
"gibbsDoSampleVisible" : 0,
"learningRate" : 0.10000000000000001,
"miniBatchSize" : 100,
"momentum" : 0.5,
"numEpochs" : 1000,
"numGibbs" : 3,
"weightDecay" : 0.0
}
}
}
],
"name" : "norb_smaller",
"type" : 1,
"type_string" : "Deep"
}
}
File diff suppressed because one or more lines are too long