M**A 发帖数: 78 | 1 各位朋友,
Neural Networks 问题紧急求助, 万分感谢.
Problem:
Implement a MLP (the multilayer perceptron) with 64 input nodes, arbitrary
number of hidden nodes and
5 output nodes. Train the MLP to recognize characters 1,2,3,4 and 5 of
different shapes and forms, represented as 8*8 bitmap patterns illustrated
the above character patterns in the presence of noise and distortion using
the test cases shown.(see the picture)
link for the picture
http://cn.briefcase.yahoo.com/skype12342005 | l******e 发帖数: 153 | 2 So, what is the problem? This seems like a course project, matlab toolbox
should be ok for this.
【在 M**A 的大作中提到】 : 各位朋友, : Neural Networks 问题紧急求助, 万分感谢. : Problem: : Implement a MLP (the multilayer perceptron) with 64 input nodes, arbitrary : number of hidden nodes and : 5 output nodes. Train the MLP to recognize characters 1,2,3,4 and 5 of : different shapes and forms, represented as 8*8 bitmap patterns illustrated : the above character patterns in the presence of noise and distortion using : the test cases shown.(see the picture) : link for the picture
| M**A 发帖数: 78 | 3
非常感谢!
很不幸, 课程老师只允许用除MATLAB以外的语言编程.
有没有类似的website可提供C或C++源程序参考? 请指点. 再次表示感谢!
【在 l******e 的大作中提到】 : So, what is the problem? This seems like a course project, matlab toolbox : should be ok for this.
| h*******u 发帖数: 15326 | 4 google,nn的源码网上一大拓
【在 M**A 的大作中提到】 : : 非常感谢! : 很不幸, 课程老师只允许用除MATLAB以外的语言编程. : 有没有类似的website可提供C或C++源程序参考? 请指点. 再次表示感谢!
|
|