No-Cold8421 t1_izxuc54 wrote on December 12, 2022 at 5:31 PM Reply to [R] The Forward-Forward Algorithm: Some Preliminary Investigations [Geoffrey Hinton] by shitboots Hi guys, I try to reimplement the Forward forward network with pure numpy. I tested it on a subset of the Iris dataset, it seems converged but is very sensitive to the hyper-parameters (lr, bs, num_hidden). Hope you can have fun with it! https://github.com/JacksonWuxs/Forward-Forward-Network Permalink 6
No-Cold8421 t1_izxuc54 wrote
Reply to [R] The Forward-Forward Algorithm: Some Preliminary Investigations [Geoffrey Hinton] by shitboots
Hi guys, I try to reimplement the Forward forward network with pure numpy.
I tested it on a subset of the Iris dataset, it seems converged but is very sensitive to the hyper-parameters (lr, bs, num_hidden).
Hope you can have fun with it!
https://github.com/JacksonWuxs/Forward-Forward-Network