test neural network

asked 2014-08-26 00:18:54 -0600

mohagheghiyan gravatar image

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?

edit retag flag offensive close merge delete

Comments

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 gravatar imageStevenPuttemans ( 2014-08-26 07:40:49 -0600 )edit

@StevenPuttemans yes but this tutorial write in c++ . i write my program with python

mohagheghiyan gravatar imagemohagheghiyan ( 2014-08-26 23:23:10 -0600 )edit

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.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-08-27 03:20:18 -0600 )edit