Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 486 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 486 Bytes

Forward-Forward-Algorithm-JAX

Implementation of the paper "The Forward-Forward Algorithm: Some Preliminary Investigations" by Geoffrey Hinton using JAX

This repository includes the code for training and testing a simple linear model using the forward-forward technique on the MNIST dataset using JAX. The implementation also uses hard-negative mining over muti-episode training. The final model achieves 1.8% test accuracy error compared to the 1.36% reported in the original paper.