Research Article

Application of Game Theory to Neuronal Networks

Algorithm 1

Pseudocode for the game theory-based learning algorithm.
Algorithm Game Theory Neural Learning
Start with a randomly chosen angle ;
Let ;
While there exist misclassified objects by   do
Let be a misclassified object;
Update the angle to ;
Increment ;
end-While;