Where can we find a simple example of ANN_MLP [closed]
In OpenCV tutorial> Machine Learning, http://docs.opencv.org/3.0.0/d1/d73/tutorial_introduction_to_svm.html give an example of SVM. It is very interesting for me as a beginner of OpenCV.
Can some one tell me where to find similar small/tiny example of ANN_MLP?
By the way I am working with OpenCV 3.0.
Many thanks.
this sample might be a start
berak, wonderful! After slight modification the code can DO classfying for three classes also. Thanks a lot.
By the way, I don't how to flag this question is resolved.