简体   繁体   English

如何在神经网络中编写用于模式识别的matlab代码

[英]how to write a matlab code for a pattern recognition in neural network

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. 我想在matlab中训练我的神经网络来识别这种特殊的形状。 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' 因此,当我输入该特定对象的另一个不同的相似性向量时,神经网络能够区分并输出“1”或“0”

I am new to this neural network stuffs and I hope that someone could give me some valuable pointers. 我是这个神经网络的新手,我希望有人可以给我一些有价值的指示。

First of all have a look to this pdf explaining the Neural Network Toolbox. 首先看一下这个解释神经网络工具箱的pdf

Here you can download a tutorial on pattern recognition with neural networks with matlab. 在这里,您可以使用matlab下载神经网络模式识别教程

I hope this helps on your task. 我希望这对你的任务有所帮助。

要理解一般的机器学习概念和特别是神经网络,这个资源将是有用的www.ml-class.org

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM