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

user1153308 picture user1153308 · Jan 31, 2012 · Viewed 14k times · Source

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.

Answer

Jav_Rock picture Jav_Rock · Feb 1, 2012

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.