From: Claudia H Hofemann on
Hi,
I am working with a simple feed-forward network with the aim to compare the information content of four different datasets.
Unfortunately is the output of the neural networks varying which makes it kind of hard to compare the different sets.

My input data is divided by divideblock, so the reason can't be the random data division.

I really hope that one of you out there has a good idea to solve this problem!!
Thanks a lot in advance,
Claudia

From: Greg Heath on
On Apr 14, 3:48 am, "Claudia H Hofemann" <claudia.hofem...(a)tudelft.nl>
wrote:
> Hi,
> I am working with a simple feed-forward network with the aim to compare the information content of four different datasets.
> Unfortunately is the output of the neural networks varying which makes it kind of hard to compare the different sets.
>
> My input data is divided by divideblock, so the reason can't be the random data division.
>
> I really hope that one of you out there has a good idea to solve this problem!!
> Thanks a lot in advance,
> Claudia

Try explicitly initializing the random number generators that you are
using.

Hope this helps.

Greg
From: Kadi on

You might want to look at the following link. A similar issue was discussed here

http://www.dsprelated.com/groups/matlab/show/4200.php

Hope this helps
Kadambari

"Claudia H " <c.hofemann(a)tudelft.nl> wrote in message <hqmrdp$h91$1(a)fred.mathworks.com>...
> Hi Greg,
> thanks a lot for you tip, I wasn't even aware of the fact that I am generating random number ...
> Could you give me one more hint - how do I control those generators \ where do I find them ?
>
> thanks a lot in advance ...
> Claudia
From: Greg Heath on
On Apr 21, 8:35 am, "Claudia H " <c.hofem...(a)tudelft.nl> wrote:
> Hi Greg,
> thanks a lot for you tip, I wasn't even aware of the fact that I am generating random number ...
> Could you give me one more hint - how do I control those generators \ where do I find them ?

doc rand
help rand
doc randn
help randn

Hope this helps.

Greg

From: Claudia H on
Hi Greg,
thanks a lot for you tip, I wasn't even aware of the fact that I am generating random number ...
Could you give me one more hint - how do I control those generators \ where do I find them ?

thanks a lot in advance ...
Claudia