Click here to Skip to main content
Sign Up to vote bad
good
See more: C++JavaGimmeCode
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,
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 17 Dec '12 - 5:07
Edited 17 Dec '12 - 5:12


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.
  Permalink  
Comments
nv3 - 17 Dec '12 - 11:41
I like that one :-)
ridoy - 17 Dec '12 - 14:54
nice answer for that type of question!..:)..+5
HashamAhmad - 17 Dec '12 - 15:44
thumbsup OriginalGriff :)

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

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 355
1 Sergey Alexandrovich Kryukov 338
2 Arun Vasu 315
3 Maciej Los 208
4 Aarti Meswania 180
0 Sergey Alexandrovich Kryukov 9,755
1 OriginalGriff 7,549
2 CPallini 4,018
3 Rohan Leuva 3,362
4 Maciej Los 2,951


Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 17 Dec 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid