Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is bias in your implementation? #54

Open
Bondifrench opened this issue Jun 26, 2017 · 1 comment
Open

Where is bias in your implementation? #54

Bondifrench opened this issue Jun 26, 2017 · 1 comment

Comments

@Bondifrench
Copy link

Hi there,

trying to dabble into neural networks with Javascript and stumbled upon your two-part tutorial. Thanks for these very informative posts.
Could you tell me where and how you tackle bias in your code?
Thanks

@ghost
Copy link

ghost commented Oct 29, 2017

I think he assumes that every bias has a permanent value (zero) and adjusts weights to compensate for the bias. Adding bias would increase the complexity a little, because you would have to adjust the bias as well as the weights for each neuron.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant