Matlabのcnn​において利用できる学​習用の画像のサイズお​よび枚数はどのくらい​ですか?

新しい深層ニューラルネットワークを作成して回帰を実行したいのですがjpgの200×200サイズのカラーの画像を学習させるとき、どのくらいの枚数まで学習させることが可能ですか?用いるグラフィックボードはGeforece GTX1060 6Gbとします

 Accepted Answer

michio
michio on 3 Oct 2017

1 vote

学習用画像を一度にメモリに読み込んで学習させるのではなく、バッチ単位(参照: MiniBatchSizeオプション )で処理するので、学習に使える枚数にという意味では上限は特にありません。

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 3 Oct 2017

Reopened:

on 22 Dec 2018

Community Treasure Hunt

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

Start Hunting!