Multi-layered perceptrons trained with backpropagation algorithm is a very successful paradigm used in machine learning. This app demonstrates the training of an MLP with backpropagation algorithm. The user can change the logic functions to train, select the number of hidden layer neurons and select activity functions. The maximum number of hidden layer neurons is 100.
Show More