I am getting different accuracy after each run in DNN.

1 visualizzazione (ultimi 30 giorni)
Hello there
I am using a simple DNN architecture , with 24 layers in total, containing CNN and classification layer only. for 10 epochs I am getting a diffrent accuracy every time is it possible. Also the traing graph is not settled till end of training, I tried for 50 epochs too.
any help?
  8 Commenti
krishna Chauhan
krishna Chauhan il 27 Giu 2020
Sir kindly find the attachement.I have not included the data folder.

Accedi per commentare.

Risposte (1)

Aditya Patil
Aditya Patil il 19 Ago 2020
Set a random seed using the rng function. Otherwise, during each run, a different random seed might be selected, resulting in different results.

Categorie

Scopri di più su Parallel and Cloud in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by