Statistica
5 Domande
0 Risposte
RANK
18.028
of 300.799
REPUTAZIONE
2
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
60.0%
VOTI RICEVUTI
2
RANK
of 171.134
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 9 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
oltre 9 anni fa | 2 risposte | 1
2
risposteDomanda
I have matlab version R2011b and I can't print help browser. I press the ctrl+p but nothing happen. please help.
:)
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
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(...
oltre 9 anni fa | 1 risposta | 1
1
rispostaDomanda
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
oltre 9 anni fa | 1 risposta | 0

