|
-
March 18th, 2003, 09:20 AM
#1
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]
-
March 18th, 2003, 10:06 AM
#2
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!
-
March 18th, 2003, 05:50 PM
#3
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
-
March 19th, 2003, 12:59 AM
#4
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|