Community Profile

photo

Devarshi Rai


Active since 2013

Statistics

Content Feed

View by

Question


my neural network is giving same output for all inputs...do you have any idea why?
net=network(8,3,[1;1;1],[1 1 1 1 1 1 1 1;0 0 0 0 0 0 0 0;0 0 0 0 0 0 0 0],[0 0 0;1 0 0;0 1 0],[0 0 1]); net.layers{1}.transferF...

10 years ago | 1 answer | 0

1

answer

Question


Subscript indices must either be real positive integers or logicals.? Error using ==> network.subsref at 83?
net=network(8,2,[1;1],[1 1 1 1 1 1 1 1;0 0 0 0 0 0 0 0],[0 0;1 0],[0 1]); net.initFcn='initlay'; net.layers{1}.transferFcn='...

10 years ago | 0 answers | 0

0

answers