Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I need to full program code in Java
The program must Receives 1000 Photos
Then find the character inside the image by the probabilities
by using Neural Network to find out the character
The program must know all the characters within these images by dividing the image into Pixels
And the pixel that contains line ​​are give him probability, for example 0.1
and through a specific function it will identify this character in the picture
Through For loop, for example,
C++
for(int i=0 ; i < number of pixels ; i++)
  for(int j=0; j < number of pixels ; j++)
    if( X [i] [j])
      X [i] [j]=0.1;

and by specific function that find the character from the probabilities of all pixels by input to it all the pixel that contain the line to know what is the character
Posted
Updated 17-Dec-12 5:12am
v3

1 solution

Strangely enough, it doesn't work like that.
You try to do it, you get stuck, you ask for help. We try to assist.

If you want code, you have to ask elsewhere, and pay for the privilege. Try vWorker (used to rentacoder) but be aware that you get what you pay for: pay peanuts, get monkeys.
 
Share this answer
 
Comments
nv3 17-Dec-12 11:41am    
I like that one :-)
ridoy 17-Dec-12 14:54pm    
nice answer for that type of question!..:)..+5
[no name] 17-Dec-12 15:44pm    
thumbsup OriginalGriff :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900