Azzera filtri
Azzera filtri

how do i collect data for neural networks

1 visualizzazione (ultimi 30 giorni)
how to collect data's for neural network training

Risposta accettata

Greg Heath
Greg Heath il 23 Ago 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

Più risposte (1)

Greg Heath
Greg Heath il 28 Ago 2014
help nndata
Greg

Categorie

Scopri di più su Deep Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by