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

[Feature request]: Labels for p5.NetGraph #8

Open
matiasvlevi opened this issue Sep 8, 2021 · 0 comments
Open

[Feature request]: Labels for p5.NetGraph #8

matiasvlevi opened this issue Sep 8, 2021 · 0 comments

Comments

@matiasvlevi
Copy link
Owner

We could add an option for p5.NetGraph that allows us to display information

here is what we could potentially display:

  • Layer labels (input, hidden, output)
  • output values next to the output neurons.
  • input values next to the input neurons.
  • a model's epoch with the nn.epoch property.
  • a model's loss with the nn.loss property

Here are some example of what it could look like

graph.displayLayers();
graph.displayOutput();
graph.displayInput();
graph.displayEpoch();
graph.displayLoss();
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