由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - Neural Networks 求助
相关主题
计算智能 computational intelligence 算是cs的一种研究方向马?[转载] Re: 有人搞P2P里的DHT吗?
C++(非VC++) 删除链表时如何对指针操作? 在线等回复!谢谢!****老板想买wireless sensor node,请问在那里有的卖?
问个C++小问题Napster query?
问一个C++的binary search tree类实现问题 (转载)Re: 请教一个 graph connectivity 的问题
包子求解c++ 程序mind execise
求教一个算法题.帮忙看看这个问题有现成算法么?
问:关于调用节点和cpu数目的关系,谢谢 (转载)有没有更快一些的计算transitive closure的算法
有人set up过 多个node的Cassandra 么?怎样随机建立线性graph的adjacency matrix?
相关话题的讨论汇总
话题: networks话题: neural话题: nodes话题: mlp话题: patterns
进入CS版参与讨论
1 (共1页)
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++源程序参考? 请指点. 再次表示感谢!

1 (共1页)
进入CS版参与讨论
相关主题
怎样随机建立线性graph的adjacency matrix?包子求解c++ 程序
This Woman is really cute求教一个算法题.
关于A* 和BFS问:关于调用节点和cpu数目的关系,谢谢 (转载)
请教一个搜索问题有人set up过 多个node的Cassandra 么?
计算智能 computational intelligence 算是cs的一种研究方向马?[转载] Re: 有人搞P2P里的DHT吗?
C++(非VC++) 删除链表时如何对指针操作? 在线等回复!谢谢!****老板想买wireless sensor node,请问在那里有的卖?
问个C++小问题Napster query?
问一个C++的binary search tree类实现问题 (转载)Re: 请教一个 graph connectivity 的问题
相关话题的讨论汇总
话题: networks话题: neural话题: nodes话题: mlp话题: patterns