The proposed algorithm applies the concept of forward-forward network to CNNs, avoiding away traditional back-propagation and its limitations
Conventionally, deep neural networks (DNNs), including convolutional neural networks (CNNs), are trained using backpropagation—a standard algorithm in AI learning. However, backpropagation suffers from several limitations, such as high computational cost and overfitting. Researchers h...









