Community Profile

photo

prabakaran jayaraman


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

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 ...

8 years ago | 0 answers | 0

0

answers

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.

9 years ago | 0 answers | 0

0

answers

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...

9 years ago | 1 answer | 1

1

answer

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...

9 years ago | 1 answer | 0

1

answer

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...

9 years ago | 2 answers | 0

2

answers

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

9 years ago | 0 answers | 0

0

answers

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...

9 years ago | 1 answer | 0

1

answer