Feeds
提问
whats this code all about?
hiddenLayerSize = 70; net = patternnet(hiddenLayerSize); net.trainFcn = 'traingdx'; net.trainParam.epochs = 100; ...
10 years 前 | 1 个回答 | 0
1
个回答提问
draw diagram in nueral network
how can i create a diagram of my own neural network in image processing?
11 years 前 | 0 个回答 | 0
0
个回答提问
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?
11 years 前 | 1 个回答 | 0
1
个回答提问
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. ...
11 years 前 | 1 个回答 | 0
