Effacer les filtres
Effacer les filtres

how do i collect data for neural networks

1 vue (au cours des 30 derniers jours)
Thirunavukkarasu
Thirunavukkarasu le 23 Août 2014
how to collect data's for neural network training

Réponse acceptée

Greg Heath
Greg Heath le 23 Août 2014
N examples of an I-dimensional input and the corresponding O-dimensional target output:
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer
Greg

Plus de réponses (1)

Greg Heath
Greg Heath le 28 Août 2014
help nndata
Greg

Catégories

En savoir plus sur Deep Learning Toolbox 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!

Translated by