Feeds
提问
how can I apply Relu activation function in Levenberg_Marquardt algorithm for training neural network?
x = input'; t = target'; trainFcn = 'trainlm'; hiddenLayerSize = 10; net = feedforwardnet(hiddenLayerSize,trainFcn); net.di...
3 years 前 | 1 个回答 | 0