Skip to Main Content Skip to Search
Login
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Thread Subject: Neural N/W IP's

Subject: Neural N/W IP's

From: hozefa Patrawala

Date: 20 May, 2008 18:45:06

Message: 1 of 4

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 ??

Subject: Re: Neural N/W IP's

From: Greg Heath

Date: 21 May, 2008 08:19:28

Message: 2 of 4

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

Subject: Re: Neural N/W IP's

From: hozefa Patrawala

Date: 23 May, 2008 20:13:01

Message: 3 of 4

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 ??

Subject: Re: Neural N/W IP's

From: roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson)

Date: 23 May, 2008 20:36:17

Message: 4 of 4

In article <g178gd$a$1@fred.mathworks.com>,
hozefa Patrawala <hozefa_pat@hotmail.com> wrote:

>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 ??

Well, I suppose you could do that, but it doesn't sound like a
useful application of neural networks to me. Neural networks are
supposed to allow the neurons to affect each other, to allow
feedback corelations can develop between the neurons, so that the
network as a whole detects a pattern. You are asking for each
neuron to be independant. Instead of using a neural net matrix,
of however many elements, N by M, you might as well just use
(N * M) independant neural networks each with a single input
and output.

--
  "Let me live in my house by the side of the road --
   It's here the race of men go by.
   They are good, they are bad, they are weak, they are strong
   Wise, foolish -- so am I;" -- Sam Walter Foss

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread

envelope graphic E-mail this page to a colleague

Public Submission Policy
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.
Related Topics