From: ahmedmakki on
On 21 Apr, 14:27, "Steven Lord" <sl...(a)mathworks.com> wrote:
> "ahmedmakki" <ahmedma...(a)gmail.com> wrote in message
>
> news:124329f2-ec53-4b85-be9c-7016aff5b34e(a)u31g2000yqb.googlegroups.com...
>
> > Hi,
> > is there any possibility to achive theLVQon matlab without using the
> > Neural Network Toolbox? i just have the image processing and
> > statistics toolbox installed.
>
> Certainly you should be able to implement functions to create and train a
> learning vector quantization network on your own using functions from MATLAB
> itself, assuming you know how those networks work.  It may take you a little
> while, but it's possible. [And before you ask no, I do not have any examples
> of how to do this.  You would need to implement these functions on your
> own.]
>
> --
> Steve Lord
> sl...(a)mathworks.com
> comp.soft-sys.matlab (CSSM) FAQ:http://matlabwiki.mathworks.com/MATLAB_FAQ


Thanks for your replay... having few examples handy would of course
assist the process of implementation, but i'll try it with my own :-)

Regards,
A.