Sparse matrix as features in neural network

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 件のコメント

Greg Heath
Greg Heath 2015 年 5 月 14 日
Check with MATLAB directly.

サインインしてコメントする。

 採用された回答

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 ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by