Negative output neural networks
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hamza Ali
le 27 Juin 2017
Réponse apportée : JESUS DAVID ARIZA ROYETH
le 27 Juin 2017
I trained my neural network, but it generates negative values even though the target values are positive. I wonder why ?
0 commentaires
Réponse acceptée
JESUS DAVID ARIZA ROYETH
le 27 Juin 2017
the output of the neural network depends on the transfer function of the output layer, if the results are negative you probably have a transfer function like "tansig" or "purelin", I recommend that if you don't want negative values you should change the transfer function, if the answer is in the range from 0 to 1 you can change it to "logsig" or whatever function you desire :
net.Layers{end}.transferFcn='logsig';
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!