photo

prabakaran jayaraman


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


using gensim(net) command , how to get multiple output in ANN
I have developed ann model with two outputs. when i use gensim(net), it gives the value(simulink) for first output. i could not ...

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


how can can i fix ( i am having values for weights) the input weight,output weight to train a network?
after training i am having IW,LW,Bias values. i want to use the same weights for another training. what should i do.

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


after knowing the optimum weights, how to fix these input weight and bias as constant for remaining training?
i am using the RNG(0)(thanks to greg) before net command to fix the weight.but it may not be optimal weights.. so i want to tr...

environ 9 ans il y a | 1 réponse | 1

1

réponse

Question


how to multiply the input vector and weight matrix (X*iw+b)
Mr greg suggested output = repmat(b2,1,N) + LW*tanh(repmat(b1,1,N)+ IW*input). in this equation i am having 3 input and iw mat...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


how to calculate the output of neural network manually using input data and weights.
i am having ann program with 3 inputs and one output. i am using back propagation and feed forward network. the activation fun...

environ 9 ans il y a | 2 réponses | 0

2

réponses

Question


how to link neural network and genetic algorithm? any sample programe availbale
how to link neural network and genetic algorithm? any sample programe availbale

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


How to give the fitness function for GA from ann model already developed?
i am having neural network program with 3 input and one output. i want to optimize the output using genetic algorithm. how to g...

environ 9 ans il y a | 1 réponse | 0

1

réponse