[context33] - replace armadillo data with 20-char sentence, moby encoding

Remove context33.training.dat loading (and read_armadillo import).
Training data is now a hardcoded 20-character sentence encoded with the
same 40-char vocabulary as moby_rnn.ipynb (space .!? A-Z 0-9).

  SENTENCE = "MOBY DICK IS A WHALE"

Results: 95% reconstruction, 95% next-step prediction (one miss each
on the first character where context is zero).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 15:35:59 +02:00
co-authored by Claude Sonnet 4.6
parent 5506fef0fa
commit 0beb7a5c1b
+115 -139
View File
File diff suppressed because one or more lines are too long