Effacer les filtres
Effacer les filtres

how to know stopped epoch value in ANN

2 vues (au cours des 30 derniers jours)
Sunita
Sunita le 28 Nov 2023
Réponse apportée : Rishi le 7 Déc 2023
I accidentaly closed the neural network training window , Now I am not able to find the stoped epoch value.
Is there any other way to open the window again

Réponse acceptée

Rishi
Rishi le 7 Déc 2023
Hi Sunita,
I understand you want to know if there is a way to find the stopped epoch value while training a neural network.
You can use ‘trainingOptions’ to display the current value of epoch by turning on the ‘Verbose’ flag. This will display the information in command window. You can learn more about it from the below documentation:
The Neural Network Training window launches with the ‘train’ functions. However, you can use individual functions to see various graphs shown in the window. I have listed them below, along with their documentation.
Also, you can view the Network Diagram using
view(net);
where net is the name of the neural network.
Hope this helps.

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by