Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "MultiLayerPerceptron" page has been changed by YexiJiang: http://wiki.apache.org/hama/MultiLayerPerceptron?action=diff&rev1=7&rev2=8 == What is Multilayer Perceptron? == A [[http://en.wikipedia.org/wiki/Multilayer_perceptron|multilayer perceptron]] is a feed forward [[http://en.wikipedia.org/wiki/Artificial_neural_network|artificial neural network]], a mathematic model inspired by the biological neural network. + The multilayer perceptron can be used for various machine learning tasks such as classification and regression. + == How Multilayer Perceptron works? == + To be added... + + + + + == How Multilayer Perceptron is trained in Hama? == + To be added... + + + == How to use Multilayer Perceptron in Hama? == + To be added... + + === Two class learning problem === + To be added... + + ==== Example: XOR problem ==== + To be added... + + + === Multi class learning problem === + To be added... + + ==== Example: ==== + To be added... + + + === Regression problem === + To be added... + + ==== Example: Predict the sunspot activity ==== + To be added... + + + + + + + == Advanced Topics == + To be added... + + === Parameter setting === + To be added... +
