简体   繁体   中英

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. 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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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