A New Backpropagation Algorithm without Gradient Descent

01/25/2018
by   Varun Ranganathan, et al.
0

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.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/20/2020

Blind Descent: A Prequel to Gradient Descent

We describe an alternative to gradient descent for backpropogation throu...
research
07/29/2013

A new approach in dynamic traveling salesman problem: a hybrid of ant colony optimization and descending gradient

Nowadays swarm intelligence-based algorithms are being used widely to op...
research
02/04/2022

Backpropagation Neural Tree

We propose a novel algorithm called Backpropagation Neural Tree (BNeural...
research
07/03/2020

Mathematical Perspective of Machine Learning

We take a closer look at some theoretical challenges of Machine Learning...
research
10/04/2020

New Insights on Learning Rules for Hopfield Networks: Memory and Objective Function Minimisation

Hopfield neural networks are a possible basis for modelling associative ...
research
10/01/2021

Update in Unit Gradient

In Machine Learning, optimization mostly has been done by using a gradie...
research
05/15/2021

Gradient Descent in Materio

Deep learning, a multi-layered neural network approach inspired by the b...

Please sign up or login with your details

Forgot password? Click here to reset