Statistiques
5 Questions
0 Réponses
RANG
18 011
of 300 918
RÉPUTATION
2
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
60.0%
VOTES REÇUS
2
RANG
of 21 110
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 685
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
environ 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus de 9 ans il y a | 2 réponses | 1
2
réponsesQuestion
I have matlab version R2011b and I can't print help browser. I press the ctrl+p but nothing happen. please help.
:)
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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(...
plus de 9 ans il y a | 1 réponse | 1
1
réponseQuestion
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
plus de 9 ans il y a | 1 réponse | 0

