should a neural network input have only one target group?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dhandapani.S
le 2 Avr 2017
Réponse apportée : Greg Heath
le 2 Avr 2017
hai i have a doubt in neural network. i have 3 columns of input vector for which the target value is from 1 to 3 for each row. As shown below if the row vector is 2 4 and 7 the output should be 1. if it is 4 7 8 the output should be 2. neural network worked fine with this type of data.
2 4 7 1
4 7 8 2
2 5 9 3
now i have another set of data for which i have two row vectors with the same target value.
2 4 7 1
and also
6 7 2 1
with the same target 1. the same will continue for the whole row vectors sometimes there is same 3 target values for different row vectors. should i make some modification in the input data? will the neural network work for this type of data. i tried but i dont get near exact values. please help in this regard
0 commentaires
Réponse acceptée
Greg Heath
le 2 Avr 2017
All that can be guaranteed (if you design enough nets with different random initial weights and numbers of hidden nodes) is that the mse will be minimized to a reasonable degree of accuracy.
Hope this helps,
Thank you for formally accepting my answer
Greg
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!