PRML / PRMLT

Matlab code of machine learning algorithms in book PRML
http://prml.github.io/
MIT License
6.03k stars 2.16k forks source link

chapter05: MLP #19

Closed sth4nth closed 8 years ago

sth4nth commented 8 years ago

added ch05/mlp.m for multilayer perceptron training with backpropagation.