Sparse matrix as features in neural network
Ältere Kommentare anzeigen
Hi to all! When I train my neural network, my input data set is very large and I cannot handle it with Matlab. The matrix is sparse. How can I handle this as an input to a net? I think the train() function in neural network requires in full matrix inputs (so I'm afraid I can't use the sparse representation done with the function sparse()). Does anyone have experience to do this? Thanks!
1 Kommentar
Greg Heath
am 14 Mai 2015
Check with MATLAB directly.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!