In my perspective, the input to the sigmoid neuron is wx+b.
But when I used the java api, it only has the api to get the weight (w), can I also get the bias?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In my perspective, the input to the sigmoid neuron is wx+b.
But when I used the java api, it only has the api to get the weight (w), can I also get the bias?