Skip to content

Commit abc5cd9

Browse files
authored
Update README.md
1 parent 5995678 commit abc5cd9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# forward-forward-algorithm
2-
Implementation of the Forward-Forward Algorithm by Geoffrey Hinton using JAX
1+
# Forward-Forward-Algorithm-JAX
2+
Implementation of the paper "The Forward-Forward Algorithm: Some Preliminary Investigations" by Geoffrey Hinton using JAX
3+
4+
This repository includes the code for training and testing a simple linear model using the forward-forward technique on the MNIST dataset using JAX.
5+
The implementation also uses hard-negative mining over muti-episode training. The final model achieves 1.8% test accuracy error
6+
compared to the 1.36% reported in the original paper.

0 commit comments

Comments
 (0)