question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How see error value and number iterations after training ?

See original GitHub issue

In time training I see error value, so:

net.train(myarray, {
        log: true,
        });

But, how to see in the future error value and number iterations? How can I see this? How to keep it?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tyt34commented, Aug 11, 2018

Thankyou

0reactions
mubaidrcommented, Aug 10, 2018

Example: (please see line no. 15)

https://jsfiddle.net/jn056e7L/8/

Read more comments on GitHub >

github_iconTop Results From Across the Web

Training Error - an overview | ScienceDirect Topics
Early stopping can be viewed as a hyperparameter selection algorithm where the number of training steps is another hyperparameter.
Read more >
Training error by iteration number for the example data (right ...
The training and testing error by iteration number for the example data ... The following call shows how to create a plot using...
Read more >
How to correct a #NUM! error - Microsoft Support
On the Formulas tab, under Calculation options, check the Enable iterative calculation box. Screen shot of the Iterative Calculation settings. In the Maximum ......
Read more >
How to use Learning Curves to Diagnose Machine Learning ...
An underfit model can be identified from the learning curve of the training loss only. It may show a flat line or noisy...
Read more >
6. Iteration — How to Think Like a Computer Scientist
The first feature we are going to look at is the while statement. Here is a function called countdown that demonstrates the use...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found