Forward Forward algorithm


Reading time: less than 1 minute

The forward-forward algorithm looked interesting to me. This page is going to be a summary of my notes about it if I ever get the chance to play with it.

You can find the paper by Geoffrey Hinton at https://www.cs.toronto.edu/~hinton/FFA13.pdf.

Instead of training a whole deep neural network all at once with backpropagation, the forward-forward algorithm trains each layer of the network one at a time.

Citation

If you find this work useful, please cite it as:
@article{yaltirakli,
  title   = "Forward Forward algorithm",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2024",
  url     = "https://www.gkbrk.com/forward-forward-algorithm"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "Forward Forward algorithm", October, 2024. [Online]. Available: https://www.gkbrk.com/forward-forward-algorithm. [Accessed Oct. 19, 2024].
APA Style
Yaltirakli, G. (2024, October 19). Forward Forward algorithm. https://www.gkbrk.com/forward-forward-algorithm
Bluebook Style
Gokberk Yaltirakli, Forward Forward algorithm, GKBRK.COM (Oct. 19, 2024), https://www.gkbrk.com/forward-forward-algorithm

Comments

© 2024 Gokberk Yaltirakli