output of neural network
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Can anyone explain how does the output of an neural network looks like after it is implemented as a function?
1 commentaire
Réponses (2)
BERGHOUT Tarek
le 4 Fév 2019
if your network traind for regression : the outputs will be a scaler value correspending to the inputs.
if your network traind for classification: the outputs will be a integer values that describes the classe tha the input belongs to.
0 commentaires
Morteza Ghodrati Kh.
le 6 Déc 2019
Is there any chance to get the outputs f the network?
0 commentaires
Voir également
Catégories
En savoir plus sur Image 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!