help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nnet: in octave-2.9.10 it doesn't work


From: address@hidden
Subject: nnet: in octave-2.9.10 it doesn't work
Date: Fri, 11 May 2007 04:39:34 +0000 (GMT)

Hi all

I tried the nnet code of the octave-forge page. This code is the 
same I used in octave-2.9.9. So for me it
was surprising as I get some errors in __newnetwork.m.

I initialize a "zero" network with:

...
...
...
net.inputs = cell(0,1); # empty cell array till the inputs will be 
defined
...
...

some rows later I will define the inputs ...

net.inputs{1}.range = [0 0];  ==> this will cause the error !!!!
===========================================

now I have written:
net.inputs = cell(1,1);

and everything is working again.

was this change wilfully?

Michael







reply via email to

[Prev in Thread] Current Thread [Next in Thread]