https://github.com/skyguy126/forward_forward
pytorch implementation of the forward forward algorithm
https://github.com/skyguy126/forward_forward
Last synced: 11 months ago
JSON representation
pytorch implementation of the forward forward algorithm
- Host: GitHub
- URL: https://github.com/skyguy126/forward_forward
- Owner: skyguy126
- Created: 2024-12-31T17:53:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-13T09:46:04.000Z (over 1 year ago)
- Last Synced: 2025-01-13T10:38:15.786Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Forward Forward on MNIST
Clone of [this repo](https://github.com/mpezeshki/pytorch_forward_forward) heavily documented.
[Original Paper](https://arxiv.org/abs/2212.13345)
#### Output:
```
training layer 0 ...
training layer 1 ...
train error: 0.0675399899482727
test error: 0.06849998235702515
```