We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5995678 commit abc5cd9Copy full SHA for abc5cd9
README.md
@@ -1,2 +1,6 @@
1
-# forward-forward-algorithm
2
-Implementation of the Forward-Forward Algorithm by Geoffrey Hinton using JAX
+# Forward-Forward-Algorithm-JAX
+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