MATLAB: Training Neural Networks using GPU computing

Deep Learning Toolboxgpuneural networkneural networksparallel computingParallel Computing Toolbox

I was just wondering if it is possible to train a neural network using the GPU, I read from another answer that parallel computing can be used to train multiple networks but that is cannot be applied to a single neural network.

Best Answer

Hi Andre,
The functionality to train neural networks on GPUs is not supported by MATLAB R2011b.
Related Question