Deepity: A C++ library showing Predictive Coding Networks can match Backprop (97.73% on MNIST in 60s) [P]
Summary
The Deepity C++ library implements optimized Predictive Coding Networks to achieve near-backpropagation performance on MNIST, with 97.73% accuracy in 59.5 seconds.
Similar Articles
@InnocFrancesco: Interested in local learning algorithms? In work accepted at #ICML2026 , we show that predictive coding computes the sa…
This paper shows that predictive coding networks compute the same gradients as backpropagation in the limit of width much larger than depth, bridging biological learning and standard neural network training.
Deep Label-Wise Attentive Temporal Convolutional Networks Improve Medical Coding
Proposes a deep neural model combining multi-layer temporal convolutional networks with label-wise attention for medical coding, achieving significant improvements in F1 and recall scores over previous state-of-the-art.
Accelerating Hierarchical Sparse Predictive Coding with Hybrid Amortized Inference
This paper presents a hybrid amortized inference method that accelerates hierarchical sparse predictive coding by combining a fast initial estimate with corrective refinement steps, achieving better efficiency than pure iterative or amortized approaches.
MNIS Fasion : 17.6 sec for 92.32% test accuracy on the official 10k set (trained on the full 60k) on an AMD Ryzen 7 PRO 8700G (8C/16T)
A developer reports achieving 92.32% accuracy on the MNIST dataset in 17.6 seconds using a binary XNOR ensemble model on an AMD Ryzen CPU, demonstrating significant speed improvements over traditional floating-point CNNs.
DeepCode: Open Agentic Coding
DeepCode is a fully autonomous framework for document-to-codebase synthesis that uses principled information-flow management to convert scientific papers into production-grade code, achieving state-of-the-art results on PaperBench and surpassing PhD-level human experts.