Cross -validation implemented in the the nprtool

1 visualización (últimos 30 días)
Yogini Prabhu
Yogini Prabhu el 24 de Mayo de 2021
Respondida: SM el 12 de En. de 2022
Please let know how is Cross -validation implemented in the the code of classification of patterns at nprtool (Deep Learning Toolbox)?
  4 comentarios
John D'Errico
John D'Errico el 30 de Mayo de 2021
Why ask the exact same question twice? PLEASE DON"T DO IT A THIRD TIME.
Yogini Prabhu
Yogini Prabhu el 3 de Jun. de 2021
Hi John,
I am sorry for repeating my question multiple times,
I was in urgent need of the query resolution,
and at time of submitting the Q, I might of encountered network error.
so I might have repeared the action such that at least one of Q is uploaded.
However, capitals is shouting (now as per rules of Q&A too).

Iniciar sesión para comentar.

Respuestas (3)

Rishik Ramena
Rishik Ramena el 26 de Mayo de 2021
Editada: Rishik Ramena el 27 de Mayo de 2021
If you want to check the implementations of uncompiled matlab functions, use the type command from the MATLAB command window. For the nprtool,
type nprtool
But this wouldn't work for compiled in-built functions.
  3 comentarios
Walter Roberson
Walter Roberson el 29 de Mayo de 2021
Shallow neural networks do not exist in the Statistics and Machine Learning toolbox; they are only in the Deep Learning Toolbox (which used to be named the Neural Network toolbox)
Yogini Prabhu
Yogini Prabhu el 30 de Mayo de 2021
okay! question is corrected as above with accuracy.
what about the answer?

Iniciar sesión para comentar.


Walter Roberson
Walter Roberson el 4 de Jun. de 2021
nprtool uses traincsg(), which does not do cross-validation.
Therefore the answer to how Cross-Validation (CV) is done with nprtool is that CV is not done for nprtool.

SM
SM el 12 de En. de 2022
Hi,
I think nprtool default cross-validation techniuqe is "hold out". It seems that for k-fold cross validation you should export the script and modify it.
Have a look at this link, you may find it useful.

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by