photo

prabakaran jayaraman


2015년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


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

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 1 | 1

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변