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

What does the clear() method exactly do? #197

Closed
wagenaartje opened this issue Feb 23, 2017 · 0 comments
Closed

What does the clear() method exactly do? #197

wagenaartje opened this issue Feb 23, 2017 · 0 comments

Comments

@wagenaartje
Copy link
Contributor

I'm trying to modify the layers in a perceptron with some code, by changing for example weights and biases. However when I activate the neural net with the same input again, I get the same output. Except if I use clear(), then magically I get another output after changing some biases and weigths.

I tried to look in the code, but I don't seem to understand what it's clearing. It's a perceptron right? No memory involved? Why does clear() change the output then?

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