CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2003
    Location
    bombay
    Posts
    1

    Question any neural n/w implementation in c ++

    hi friends,
    i have selected my final year project as "Handwritten character segmentation using neural n/w" So u guys if have any idea of neural n/w implementation in c++" i will be thankful to u.
    u can mail me at [email protected]

  2. #2
    Join Date
    Feb 2000
    Location
    Rennes, France
    Posts
    624
    I did work on something like this.
    The handwriting was stored as the picture of course, but also a list of parameters giving the number of backwards movements, upper movements (used for l, k, h, b, f ...), down movements (used for g, j, q ...), etc...

    I don't remember if we used neural networks there...

    Marina
    Please go vote for your country!

  3. #3
    Join Date
    Sep 2002
    Posts
    1,747
    Some resources I have seen for c++ are:

    Also, there are two good books I have read. Practical Neural Network Recipes in C++ by Timothy Masters and Object-Oriented Neural Networks in C++ by Joey Rogers. These are really useful references. However, I might add that much of current research on neural net algorithm at the academic level is done in Lisp, as it is a more natural language to express these data structures and their evolution.
    */*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/

    "It's hard to believe in something you don't understand." -- the sidhi X-files episode

    galathaea: prankster, fablist, magician, liar

  4. #4
    Join Date
    Apr 2000
    Location
    Frederick, Maryland
    Posts
    507

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured