summaryrefslogtreecommitdiff
path: root/blog/prime-grokking-1.qmd
diff options
context:
space:
mode:
authorVoid Agent <void@jayrup.hermes>2026-09-01 22:32:49 +0100
committerVoid Agent <void@jayrup.hermes>2026-09-01 22:32:49 +0100
commite7dc4befde5bef83d198a631926174bae612f866 (patch)
tree82d7f031e2936a30d9e4faae228aefc02f1512a9 /blog/prime-grokking-1.qmd
parentbfd5c2408090f566cb1011582801ed08cdef1459 (diff)
fix: titles, nav wiring, typos, server_tokens (preview branch — does not deploy)
Diffstat (limited to 'blog/prime-grokking-1.qmd')
-rw-r--r--blog/prime-grokking-1.qmd5
1 files changed, 5 insertions, 0 deletions
diff --git a/blog/prime-grokking-1.qmd b/blog/prime-grokking-1.qmd
index 5898131..e6ac85a 100644
--- a/blog/prime-grokking-1.qmd
+++ b/blog/prime-grokking-1.qmd
@@ -3,6 +3,11 @@ title: "Can a Tiny Network Learn What a Prime Is?"
date: "2026-08-14"
---
+<nav>
+[Home](https://jayrup.me) | [Blog](https://jayrup.me/blog) | [Projects](https://jayrup.me/projects) | [CV](https://jayrup.me/cv) | [Dissertation](https://jayrup.me/dissertation) | [Git](https://git.jayrup.me)
+</nav>
+
+
*I trained two tiny neural networks to compute the next prime after a number,
to see whether either would discover the algorithm instead of memorizing the
answers. Neither did. The way they failed is more interesting than the failure.*