Neural Network Training Using Simplex Optimization

Neural Network Training Using Simplex Optimization

22 October 2014, 16:06
TipMyPip
1
443

Simplex optimization is one of the simplest algorithms available to train a neural network.

Understanding how simplex optimization works, and how it compares to the more commonly used back-propagation algorithm, can be a valuable addition to your machine learning skill set.

A neural network is basically a complex mathematical function that accepts numeric inputs and generates numeric outputs.

The values of the outputs are determined by the input values, the number of so-called hidden processing nodes, the hidden and output,...

(Source Code Included) -> Sources. 

Share it with friends: