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!

 채택된 답변

Greg Heath
Greg Heath 2015년 5월 19일

0 개 추천

I think it is as simple as reading the documentation
help sparse
doc sparse
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2015년 5월 13일

답변:

2015년 5월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by