Feeds
질문
How to make 'trainlm' command to use my initial values for weight optimization of a ANN?
Actually i want to pretrain the ANN with a different algorithm and then continue the training with 'trainlm', so i want to use t...
대략 9년 전 | 답변 수: 0 | 0
0
답변질문
i want to optimize a neural network parameters by genetic algorithm and i get below code from matlab support, but the result is very poor even for a very simple function. how can i improve the result and is there any better code for my porpuse?
function mse_calc = mse_test(x, net, inputs, targets) % 'x' contains the weights and biases vector % in row ...
9년 초과 전 | 답변 수: 2 | 1
2
답변질문
I have matlab version R2011b and I can't print help browser. I press the ctrl+p but nothing happen. please help.
:)
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
what does this command: "@(x) Function" means in matlab?
function mse_calc = mse_test(x, net, inputs, targets) net = setwb(net, x'); y = net(inputs); mse_calc = sum(...
9년 초과 전 | 답변 수: 1 | 1
1
답변질문
I have MATLAB version R2011b and I cant run a simple function like y=x^2 because of error "Error using test (line 2) Not enough input arguments."
function y = test(x) y = x.^2; end
9년 초과 전 | 답변 수: 1 | 0

