Prev: setting background of edit text to 'transparent'
Next: Curve handle - motor speed measurement with Matlab
From: Claudia H Hofemann on 14 Apr 2010 03:48 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 15 Apr 2010 06:00 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 22 Apr 2010 12:24 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 22 Apr 2010 15:10 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 21 Apr 2010 08:35
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 |