How to make classes form numerical data for deep learning training
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to make classes from my target data, the input and target data are numerical, I know that I can make 3 intervals but what should the format of the classes be ? In the matlab’s examples the classes are categorical format, should I make them also categorical in my case ? Thanks
6 commentaires
Wabi Demeke
le 3 Août 2021
Excatly! Follow common NN training procedures such as spliting your dataset into training and validation set to check your NN generlization capacity. You probably need to spend sometime in hyperparametric tuning to find NN model with good prediction performance. Goodluck.
Peter Perkins
le 3 Août 2021
Not sure what the question is here, but to make a categorical from numeric, discretize is the best way to do it.
Réponses (1)
Shivang Srivastava
le 11 Août 2021
As per my understanding you want to convert discreet / numerical data to intervals for Training Deep Learning Models.
0 commentaires
Voir également
Catégories
En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!