並列とクラウド
ローカルまたはクラウドでの複数の GPU を使用した深層学習のスケールアップ、対話形式またはバッチ ジョブによる複数のネットワークの学習
Parallel Computing Toolbox™ を使用して、複数の GPU、クラスター、およびクラウドで深いネットワークに学習させます。ローカルまたはクラスターで複数の GPU を使用して深層学習をスケールアップし、対話形式またはバッチ ジョブで複数のネットワークに学習させます。オプションについては、Scale Up Deep Learning in Parallel, on GPUs, and in the Cloudを参照してください。
トピック
並列、GPU、およびクラウドの基礎
- Scale Up Deep Learning in Parallel, on GPUs, and in the Cloud
Explore options for deep learning with MATLAB® in parallel and using multiple GPUs, locally or in the cloud. - MATLAB による複数の GPU での深層学習
ローカルまたはクラウドで複数の GPU を使用して、深層ニューラル ネットワークの学習を高速化します。 - Run Experiments in Parallel
Run multiple simultaneous trials or one trial at a time on multiple workers. - ビッグ データを使用した深層学習
大量のデータを使用して深層ニューラル ネットワークに学習させる。 - Resolve GPU Memory Issues
Troubleshoot errors when MATLAB cannot allocate the requested GPU memory.
クラウドでの学習
- Deep Learning in the Cloud
Access MATLAB in the cloud for deep learning. - クラウドでの深層学習データの処理
クラウドにデータをアップロードするワークフローの例。
- Cloud AI Workflow Using MathWorks Cloud Center
Example workflows for training, importing data, and optimizing a deep neural network in the cloud using MathWorks Cloud Center.
- Cloud AI Workflow Using the Deep Learning Container
Example workflows for training, importing data, and optimizing a deep neural network in the cloud using the Deep Learning Container.
カスタム学習ループ
- Run Custom Training Loops on a GPU and in Parallel
Speed up custom training loops by running on a GPU, in parallel using multiple GPUs, or on a cluster. - カスタム学習ループを使用したネットワークの並列学習
この例では、ネットワークに並列学習させるためのカスタム学習ループを設定する方法を説明します。