paper-with-me

Papers

A New Backpropagation Algorithm without Gradient Descent

2018-01-25 · Varun Ranganathan, S. Natarajan

The backpropagation algorithm, which had been originally introduced in the 1970s, is the workhorse of learning in neural networks. This backpropagation algorithm makes use of the famous machine learning algorithm known as Gradient Descent, which is a first-order iterative optimization algorithm for finding the minimum of a function. To find a local minimum of a function using gradient descent, one takes steps proportional to the negative of the gradient (or of the approximate gradient) of the function at the current point. In this paper, we develop an alternative to the backpropagation without the use of the Gradient Descent Algorithm, but instead we are going to devise a new algorithm to find the error in the weights and biases of an artificial neuron using Moore-Penrose Pseudo Inverse. The numerical studies and the experiments performed on various datasets are used to verify the working of this alternative algorithm.

📄 PDF Abstract BibTeX arXiv:1802.00027

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ZORB: A Derivative-Free Backpropagation Algorithm for Neural Networks

2020-11-17 · Varun Ranganathan, Alex Lewandowski

Gradient descent and backpropagation have enabled neural networks to achieve remarkable results in many real-world applications. Despite ongoing success, training a neural network with gradient descent can be a slow and …

Gradients without Backpropagation

2022-02-17 · Atılım Güneş Baydin, Barak A. Pearlmutter, Don Syme, Frank Wood 외

Using backpropagation to compute gradients of objective functions for optimization has remained a mainstay of machine learning. Backpropagation, or reverse-mode differentiation, is a special case within the general famil…

Training neural networks without backpropagation using particles

2024-12-07 · Deepak Kumar

Neural networks are a group of neurons stacked together in multiple layers to mimic the biological neurons in a human brain. Neural networks have been trained using the backpropagation algorithm based on gradient descent…

Proximal Backpropagation

2017-06-14 · ICLR 2018 1 · Thomas Frerix, Thomas Möllenhoff, Michael Moeller, Daniel Cremers

We propose proximal backpropagation (ProxProp) as a novel algorithm that takes implicit instead of explicit gradient steps to update the network parameters during neural network training. Our algorithm is motivated by th…

Multiplexed gradient descent: Fast online training of modern datasets on hardware neural networks without backpropagation

2023-03-05 · Adam N. McCaughan, Bakhrom G. Oripov, Natesh Ganesh, Sae Woo Nam 외

We present multiplexed gradient descent (MGD), a gradient descent framework designed to easily train analog or digital neural networks in hardware. MGD utilizes zero-order optimization techniques for online training of h…

GPU