I need my network to produce output like 234,231.......(values in range 200-300).

So I have created a 5-4-1 FF network with Sigmoid activation function in Hidden Layer and linear activation at output layer. Are these correct network activation functions for my network?

And since i am using Sigmoid function at hidden layer the output of hidden layer will be [0-1].

And calculation at hidden layer are summation of all Wts*inpus and then sigmoid function y=1/(1+e^-x). Is this correct what I am thinking?

More Prashant Chavan's questions See All
Similar questions and discussions