Does Neural Network Toolbox support CUDA ?

6 ビュー (過去 30 日間)
Jiajun Huang
Jiajun Huang 2018 年 1 月 2 日
コメント済み: Jiajun Huang 2018 年 1 月 5 日
I am using Neural Network Toolbox to train some simple model now without Nvidia graphic card support. If I add a Nvidia graphic card in my computer and install the corresponding CUDA software, can it accelerate my training process ?

回答 (1 件)

Amit Doshi
Amit Doshi 2018 年 1 月 4 日
Hello Jiajun,
If you have Parallel Computing Toolbox, you can train a convolutional neural network (CNN, ConvNet) using the trainNetwork function. You can choose the execution environment (CPU, GPU, multi-GPU, and parallel) using trainingOptions.
Refer the below link:
  1 件のコメント
Jiajun Huang
Jiajun Huang 2018 年 1 月 5 日
Thanks for your reply. I think your answer is exactly what I needed.

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

カテゴリ

Help Center および File Exchange通过并行计算和云进行深度学习 についてさらに検索

Community Treasure Hunt

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

Start Hunting!