which type of input to be given to the neural network
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
am using matrix as my input to the neural network classifier i want to know what are all the types of input to be given to the neural network
0 Commenti
Risposte (1)
Greg Heath
il 11 Feb 2016
For N I-dimensional Inputs yielding N O-dimensional Outputs
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer
Greg
2 Commenti
Vedere anche
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!