Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!g7g2000vbi.googlegroups.com!not-for-mail
From: Greg Heath <heath@alumni.brown.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: radial-basis network
Date: Sat, 7 Nov 2009 12:07:07 -0800 (PST)
Organization: http://groups.google.com
Lines: 16
Message-ID: <6e74a4a0-bb98-4fee-a01c-113ad8dff9ca@g7g2000vbi.googlegroups.com>
References: <536595197.31112.1257613841380.JavaMail.root@gallium.mathforum.org>
NNTP-Posting-Host: 69.141.163.135
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1257624428 24388 127.0.0.1 (7 Nov 2009 20:07:08 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sat, 7 Nov 2009 20:07:08 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: g7g2000vbi.googlegroups.com; posting-host=69.141.163.135; 
	posting-account=mUealwkAAACvQrLWvunjg50tRAnsNtJR
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 
	2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:583258


On Nov 7, 12:10 pm, banakil <bana...@list.ru> wrote:
> Does the implementation of a radial-basis network using linear equations in matlab?

 The hidden layer weights are  training vectors
that generated the worst errors during training.
One weight is added each epoch.

The output layer weights are obtained by solving a
linear system between the hidden nodes and the
output nodes. They are recalculated after each
new hidden node is added.

Hope this helps.

Greg.