RinKana commited on
Commit
8f11e5d
·
verified ·
1 Parent(s): 0996f58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ To adapt these biological learning rules to modern hardware without cheating by
43
  Despite lacking global error gradients and relying on raw un-smoothed SGD, the model successfully learns the geometric shapes of the MNIST dataset and can classify and reconstruct them purely through local feature extraction.
44
 
45
  * **Hardware:** Trained natively on NVIDIA GPUs utilizing Numba/CuPy.
46
- * **Performance:** **74.14% Accuracy** on the Validation Set (achieved over 50 total epochs).
47
  * **Generative Capability:** The Karl Decoder successfully hallucinates and reconstructs recognizable MNIST digits based solely on the latent representation passed from the Hinton Encoder.
48
 
49
  ## Notes for the future
 
43
  Despite lacking global error gradients and relying on raw un-smoothed SGD, the model successfully learns the geometric shapes of the MNIST dataset and can classify and reconstruct them purely through local feature extraction.
44
 
45
  * **Hardware:** Trained natively on NVIDIA GPUs utilizing Numba/CuPy.
46
+ * **Performance:** **87.90% Accuracy** on the Validation Set (achieved over 150 total epochs).
47
  * **Generative Capability:** The Karl Decoder successfully hallucinates and reconstructs recognizable MNIST digits based solely on the latent representation passed from the Hinton Encoder.
48
 
49
  ## Notes for the future