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: John W. Eaton
Subject: nnet: in octave-2.9.10 it doesn't work
Date: Fri, 11 May 2007 01:00:35 -0400

On 11-May-2007, address@hidden wrote:

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

If you think you have found a bug in Octave, please send a *complete*
bug report to the address@hidden list.

jwe


reply via email to

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