From: neuronz on

Greg Heath wrote:
> prashant Narvekar wrote:
> > Dear Sir,
> > thanks for the link.
> > i m novice to matlab and student of Artificial Intelligence.
> > i want to develop neural network system for ecg signal classification as part of artificial intelligence subject.
> > how do i start and where i will get the required infomation for this project to begin.
> > how do i program the matlab for that to start.
> > i told to use som for classification.
>
> Kohonen's SOM is an unsupervised learning algorithm that was meant for
> visualization.
> It was not meant for classification. Kohonen used SOM to initialize a
> sequence
> of supervised learning classification algorithms called LVQ1, LVQ2,
> LVQ3, etc.
>
> However, I don't recommend LVQ over other supervised learning
> algorithms like
> Levenberg-Marquardt or Conjugate Gradient which are contained in the
> Neural
> Net Toolbox.
>
> Hope this helps.
>
> Greg
>
> > how i will write matfile for that.
> > please help me.
> > regards
> > prashant.

The interactive book "Neural and Adaptive Systems: Fundamentals Through
Simulations (ISBN: 0471351679)" by Principe, Euliano, and Lefebvre
covers signal processing and may help with your project.

See:
http://www.neurosolutions.com/products/nsbook/

First  |  Prev  | 
Pages: 1 2
Prev: DENDROGRAM GUIDANCE
Next: Matlab code for kernel -pca