KOM6110 ANN - Machine - Learning Assignment 1 Spring 2017
KOM6110 ANN - Machine - Learning Assignment 1 Spring 2017
You can consider the classification result of sample good if the output is close enough to the target
value. If the desired value is = [1 1] and you have = [0.99 0.93] you may regard it still a good
classification
The weights are initialized randomly for each run you may have different results
You can do different experiments on a) number of hidden layer units, b) learning rate, c) momentum
You have to write .m files to train and test the MLP you created.
3- Create a doc file as the documentation about what you may obtain, and write.
Dr. Muharrem Mercimek