We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We could add an option for p5.NetGraph that allows us to display information
p5.NetGraph
here is what we could potentially display:
nn.epoch
nn.loss
Here are some example of what it could look like
graph.displayLayers(); graph.displayOutput(); graph.displayInput(); graph.displayEpoch(); graph.displayLoss();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We could add an option for
p5.NetGraph
that allows us to display informationhere is what we could potentially display:
nn.epoch
property.nn.loss
propertyHere are some example of what it could look like
The text was updated successfully, but these errors were encountered: