如何编写用于神经网络模式识别的 matlab 代码
我有一个对象的不同向量集。这些向量是不同的,并且是从特定形状中提取的。我想在 matlab 中训练我的神经网络来识别这个特定的形状。这样,当我输入该特定对象的另一个不同的相似向量时,神经网络就能够区分并输出“1”或“0”,
我对这个神经网络的东西很陌生,我希望有人能给我一些有价值的东西指针。
I have a different sets of vectors for an object. These vectors are different and are extracted from a particular shape. I want to train my Neural Network in matlab to recognize this particular shape. So that when I input another different vectors of similarity of that particular object, the neural network is able to differentiate and output either '1' or '0'
I am new to this neural network stuffs and I hope that someone could give me some valuable pointers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
首先看看这个 pdf 解释神经网络工具箱。
您可以在此处下载教程使用 matlab 进行神经网络模式识别。
我希望这对您的任务有所帮助。
First of all have a look to this pdf explaining the Neural Network Toolbox.
Here you can download a tutorial on pattern recognition with neural networks with matlab.
I hope this helps on your task.
要理解一般的机器学习概念,特别是神经网络,此资源将很有用 www.ml-class.org
To understand machine learning concepts in general and neural networks in particular, this resource will be usefull www.ml-class.org