Skip to content

Shubbair/Forward-Forward-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forward-Forward-Algorithm

the algorithm was produced by hinton in 2022 , using two forward passes to minic the learning in the cortex at sleeping (hinton statement).

Forward Forward Algorithm Paper

architecture

use contrastive learning , positive and negative pass including label of image correctly in positive and wrong label in negative images.

data
  • use 2 layer (512) network with softplus function (smoother than ReLU)
softplus

Result :

loss of testset 0.67% and accuracy 93.27%

loss



Arabic Summarization of the paper : here

Read More :

Releases

No releases published

Packages

No packages published