Community Profile

photo

computer bronze


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


whats this code all about?
hiddenLayerSize = 70; net = patternnet(hiddenLayerSize); net.trainFcn = 'traingdx'; net.trainParam.epochs = 100; ...

8 years ago | 1 answer | 0

1

answer

Question


draw diagram in nueral network
how can i create a diagram of my own neural network in image processing?

9 years ago | 0 answers | 0

0

answers

Question


how to use this code.
IW =net.IW{1,1} b1 = net.b{1} LW =net.LW{2,1} b2 = net.b{2} where do i put this code?

9 years ago | 1 answer | 0

1

answer

Question


Neural Network Weights and Bias?
I just want to ask on how to determine the Weights and Bias in Neural Network? I am using Image Processing with Neural Network. ...

9 years ago | 1 answer | 0

1

answer