Displaying 1 result from an estimated 1 matches for "noncer".
Did you mean:
nonce
2006 Feb 02
0
problem with nnet
...net output(given
above) and testdata is the chipdata of remainder chips.
6>I run the nnet part for 100 runs using the same significant genes in
all runs.
The problem is that the pred in each run gives same values for both the
classes.
Example:
[1] "pred----->"
cer noncer
[1,] 0.4990032 0.5009930
[2,] 0.4990032 0.5009930
[3,] 0.4990030 0.5009933
[4,] 0.4989994 0.5009968
[5,] 0.4990030 0.5009932
[6,] 0.4990032 0.5009930
[7,] 0.4990032 0.5009930
This is really weird result.
I have checked the data and code several times but couldn't figure out
the problem.
I am...