- #1
chamrik
- 4
- 0
hi everyone,
can you guys pls help out.
I want to initialise my weight matrices based on the following:
I have 357*8324 inputs
net = newff(minmax(x),[2,3],{'logsig','purelin'},'traingd');
I want to initialise the weight matrices with numbers between
[-0.1,0.1]. how do I go about it?
thanks
Lipontseng
can you guys pls help out.
I want to initialise my weight matrices based on the following:
I have 357*8324 inputs
net = newff(minmax(x),[2,3],{'logsig','purelin'},'traingd');
I want to initialise the weight matrices with numbers between
[-0.1,0.1]. how do I go about it?
thanks
Lipontseng