An open API service indexing awesome lists of open source software.

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

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
```