Path: news.mathworks.com!not-for-mail
From: "hozefa Patrawala" <hozefa_pat@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Neural N/W IP's
Date: Fri, 23 May 2008 20:13:01 +0000 (UTC)
Organization: UNT
Lines: 32
Message-ID: <g178gd$a$1@fred.mathworks.com>
References: <g0v67i$mql$1@fred.mathworks.com> <9ac58a2e-707c-477d-b13f-8afc83538c3c@59g2000hsb.googlegroups.com>
Reply-To: "hozefa Patrawala" <hozefa_pat@hotmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1211573581 10 172.30.248.37 (23 May 2008 20:13:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 23 May 2008 20:13:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1392363
Xref: news.mathworks.com comp.soft-sys.matlab:470101


Greg Heath <heath@alumni.brown.edu> wrote in message
<9ac58a2e-707c-477d-b13f-8afc83538c3c@59g2000hsb.googlegroups.com>...
> On May 20, 2:45 pm, "hozefa Patrawala"
<hozefa_...@hotmail.com> wrote:
> > I have two matrix, Which i need to give to neurons and based
> > on the threshold, it should be on or off.
> > Each value of matrix is given to one neuron and i am
> > planning to use sigmoid function for threshold.
> > How should i start ??
> 
> 1.Read the documentation
> 
> doc newff
> 
> 2. Read my post on training advice
> 
> 3. Reply with a more detailed statement of your problem
> and an indication of whay you do and do not understand.
> 
> Hope this helps.
> 
> Greg


What I want is a neural network, in which each neuron
responds to a value of my matrix 

i.e say first element of my matrix is given to first neuron
and second element of the matrix given to second neuron and
so on and neuron should be on or off depending on the threshold.

How can i implement tht ??