From 56b5f138346ae3b29a61fe0e6f0509b7d63077b9 Mon Sep 17 00:00:00 2001 From: Jack R Date: Wed, 2 Sep 2026 13:04:42 -0400 Subject: [PATCH] Update image in README with dkppcn proof --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7234cb..c2ec44a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ predictions = net.predict_with_projection(X_batch, steps=20) Working examples live in [`examples/`](examples/), including full MNIST training, XOR, and comparisons against feed-forward and PyTorch baselines.
-Results training mnist +Results training mnist
---