paper-with-me

Papers

The Forward-Forward Algorithm: Some Preliminary Investigations

2022-12-27 · NA 2022 12 · Geoffrey Hinton

The aim of this paper is to introduce a new learning procedure for neural networks and to demonstrate that it works well enough on a few small problems to be worth further investigation. The Forward-Forward algorithm replaces the forward and backward passes of backpropagation by two forward passes, one with positive (i.e. real) data and the other with negative data which could be generated by the network itself. Each layer has its own objective function which is simply to have high goodness for positive data and low goodness for negative data. The sum of the squared activities in a layer can be used as the goodness but there are many other possibilities, including minus the sum of the squared activities. If the positive and negative passes could be separated in time, the negative passes could be done offline, which would make the learning much simpler in the positive pass and allow video to be pipelined through the network without ever storing activities or stopping to propagate derivatives.

📄 PDF Abstract BibTeX arXiv:2212.13345

Code (19)

2023-MindSpore-4/Code12/tree/main/d2l/chapter_02_preliminaries mindspore
EscVM/EscVM_YT/blob/master/Notebooks/2%20-%20PT1.X%20DeepAI-Quickie/pt_1_forward_forward_alg.ipynb pytorch
IsmailKonak/FF-Algorithm-Pytorch-Implementation pytorch
JacksonWuxs/Forward-Forward-Network pytorch
MindCode-4/code-11/tree/main/FFperceptron mindspore
ads-cmu/forwardforward pytorch
ahmed-alllam/Forward-Forward-Algorithm pytorch
alimpk/ffx-pytorch pytorch
dah33/explore_forward_forward pytorch
dslisleedh/FF-jax jax
ghadialhajj/FF_unsupervised pytorch
keitaroskmt/e2e-info pytorch
keras-team/keras-io/blob/master/examples/vision/forwardforward.py tf
kfkarlsson/ffperceptron pytorch
loewex/forward-forward pytorch
mohammadpz/pytorch_forward_forward pytorch
pytorch/examples/tree/main/mnist_forward_forward pytorch
tdooms/trifecta pytorch
venkateshtantravahi/ForwardForwardAlgorithm pytorch

Similar Papers 제목 키워드 기반

Further properties of the forward-backward envelope with applications to difference-of-convex programming

2016-05-01 · Tianxiang Liu, Ting Kei Pong

In this paper, we further study the forward-backward envelope first introduced in [28] and [30] for problems whose objective is the sum of a proper closed convex function and a twice continuously differentiable possibly …

ASPeRiX, a First Order Forward Chaining Approach for Answer Set Computing

2015-03-26 · Claire Lefèvre, Christopher Béatrix, Igor Stéphan, Laurent Garcia

The natural way to use Answer Set Programming (ASP) to represent knowledge in Artificial Intelligence or to solve a combinatorial problem is to elaborate a first order logic program with default negation. In a preliminar…

Negation

Function regression using the forward forward training and inferring paradigm

2025-10-08 · Shivam Padmani, Akshay Joshi arxiv

Function regression/approximation is a fundamental application of machine learning. Neural networks (NNs) can be easily trained for function regression using a sufficient number of neurons and epochs. The forward-forward…

Forward-Forward Algorithm for Hyperspectral Image Classification: A Preliminary Study

2023-07-01 · Sidike Paheding, Abel A. Reyes-Angulo

The back-propagation algorithm has long been the de-facto standard in optimizing weights and biases in neural networks, particularly in cutting-edge deep learning models. Its widespread adoption in fields like natural la…

Hyperspectral Image Classificationimage-classificationImage Classification

Backwards State-space Reduction for Planning in Dynamic Knowledge Bases

2014-07-30 · Valerio Senni, Michele Stawowy

In this paper we address the problem of planning in rich domains, where knowledge representation is a key aspect for managing the complexity and size of the planning domain. We follow the approach of Description Logic (D…