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

Callback API #11

Open
3 tasks
danzimm opened this issue Apr 2, 2017 · 0 comments
Open
3 tasks

Callback API #11

danzimm opened this issue Apr 2, 2017 · 0 comments
Labels

Comments

@danzimm
Copy link
Owner

danzimm commented Apr 2, 2017

We want to be able to visualize these neural networks. The first step of this is to add callbacks when certain events occur in the neural network:

  • Minibatch finishes (pass which mini batch finished, out of how many mini batches)
  • A new layer has been activated during training: pass which layer and the activations/z's
  • A new layer has back propagated: pass which layer and the delta weights/biases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant