Displaying 1 result from an estimated 1 matches for "sigmoid_h".
Did you mean:
sigmoid
2012 Apr 26
0
nnet formular for reproduce the expect output
...train,size=4,linout=FALSE,decay=0.025,maxit=800)
It works well and give me ROC 0.85. However, when I want to reproduce the
result in java, I cannot get the same prediction as nnet output.
I checked modern applied statistics with S and I think the output is as
follows: y=sigmoid(a_0+\sum (w_{hk} sigmoid_h(a_h+\sum (w_{ih}*x_i)))) and
this is exactly how I reproduce the result, the activation function is
logistic function for hidden layer and output layer.
I use the exact weights I get from the model.
Will anyone be kind of pointing out where thing goes wrong?
Thanks
Eric
--
View this message i...