Artificial neural networks | Machine learning algorithms

Quickprop

Quickprop is an iterative method for determining the minimum of the loss function of an artificial neural network, following an algorithm inspired by the Newton's method. Sometimes, the algorithm is classified to the group of the second order learning methods. It follows a quadratic approximation of the previous gradient step and the current gradient, which is expected to be close to the minimum of the loss function, under the assumption that the loss function is locally approximately square, trying to describe it by means of an upwardly open parabola. The minimum is sought in the vertex of the parabola. The procedure requires only local information of the artificial neuron to which it is applied.The -th approximation step is given by: Being the neuron weight of its input and is the loss function. The Quickprop algorithm is an implementation of the error backpropagation algorithm, but the network can behave chaotically during the learning phase due to large step sizes. (Wikipedia).

Video thumbnail

Intersection of a Plane and a Line

Quickstart for Desktop Version Example 5: Intersection of a Plane and a Line

From playlist Quickstart for Desktop

Video thumbnail

Intersection of a Plane and a Line

Quickstart for Web and Tablet App Example 5: Intersection of a Plane and a Line

From playlist Quickstart for Web and Tablet App

Video thumbnail

Parameter einer linearen Gleichung

Quickstart für Web und Tablet App Beispiel 2: Parameter einer linearen Gleichung

From playlist Quickstart für Web und Tablet App

Video thumbnail

Schnitt zweier Polynomfunktionen

Quickstart für Web und Tablet App Beispiel 3: Schnitt zweier Polynomfunktionen

From playlist Quickstart für Web und Tablet App

Video thumbnail

Schnitt zweier Polynomfunktionen

Quickstart für die Desktop Version Beispiel 3: Schnitt zweier Polynomfunktionen

From playlist Quickstart für die Desktop Version

Video thumbnail

Schnitt einer Ebene mit einer Geraden

Quickstart für Web und Tablet App Beispiel 5: Schnitt einer Ebene mit einer Geraden

From playlist Quickstart für Web und Tablet App

Video thumbnail

Schnitt einer Ebene mit einer Geraden

Quickstart für die Desktop Version Beispiel 5: Schnitt einer Ebene mit einer Geraden

From playlist Quickstart für die Desktop Version

Video thumbnail

Circumcircle of a Triangle

Quickstart for Desktop Version Example 1: Circumcircle of a Triangle

From playlist Quickstart for Desktop

Video thumbnail

Intersection of Polynomial Functions

Quickstart for Desktop Version Example 3: Intersection of Polynomial Functions

From playlist Quickstart for Desktop

Related pages

Loss function | Parabola | Artificial neuron | Backpropagation | Gradient | Newton's method | Artificial neural network