How use a perceptron in Matlab2009 or Matlab 2012?
Show older comments
I am use the tutorial matlab2012
net = newp([-2 2;-2 2],1)
and have
Error using feval Undefined function 'initlay' for input arguments of type 'struct'.
and matlab2009 have
"initFcn" cannot be set to non-existing function "initlay".
Answers (0)
Categories
Find more on Define Shallow Neural Network Architectures in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!