Recent content by chamrik

  1. C

    Initializing Weight Matrices with [-0.1, 0.1] - Lipontseng

    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...
Back
Top