test neural network
I want construct to a ann with python and opencv for ocr. I create inputs samples and train ann. Now, I want to test my ann with a new sample for classify it in one of 25 class. how to? what is predicate?
Wonderful how google gives you the solution on how to proceed. Just look here and move on to part 3 if you have succeeded in training your ANN model.
@StevenPuttemans yes but this tutorial write in c++ . i write my program with python
Like I always tell people, if you don't mention such things, then how the hell do we have to know this ... as to python, most of the C++ functionality is wrapped in python so use the documentation to see which python equivalent functions are available.