Neural Networks ++++++++++++++++++++++++++++++++++ History =================================== Models ===================================== `Slides Neural Networks `_ Perceptron ------------------------------------------- Perceptron implementation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * implementation * `Using native python `_ * `Using numpy `_ Multilayer Perceptron -------------------------------------------- Adding more layers we can tackle the problems of XOR. Backpropagation -------------------------------------------- A paper publication was the idead how train neural networks, howevert this not is the unique way see :doc:`Genetic Algorithm <./evolve>` add somthing.