From: ahmedmakki on 21 Apr 2010 07:13 Hi, is there any possibility to achive the LVQ on matlab without using the Neural Network Toolbox? i just have the image processing and statistics toolbox installed. your help/tutorial will be much appreciated Thanks Ahmed
From: Steven Lord on 21 Apr 2010 09:27 "ahmedmakki" <ahmedmakki(a)gmail.com> wrote in message news:124329f2-ec53-4b85-be9c-7016aff5b34e(a)u31g2000yqb.googlegroups.com... > Hi, > is there any possibility to achive the LVQ on 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 slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
Pages: 1 Prev: How to get power from RS-232 port? Next: Terminate/Quit Process |