MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

ARTIFICIAL INTELLIGENCE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Deep learning neural network training requires a lot of matrix calculations. Generally, we need to use hardware to enable the computer to have parallel computing capabilities. The following hardware devices can provide parallel computing capabilities:
A
Motherboard
B
RAM
C
CPU
D
GPU
Explanation: 

Detailed explanation-1: -Deep learning models are trained by using large sets of labeled data and neural network architectures that learn features directly from the data without the need for manual feature extraction.

Detailed explanation-2: -The standard method for training neural networks is the method of stochastic gradient descent (SGD). The problem of gradient descent is that in order to determine a new approximation of the weight vector, it is necessary to calculate the gradient from each sample element, which can greatly slow down the algorithm.

Detailed explanation-3: -NVIDIA graphics card with CUDA Compute Capability version 3.5 to 8.6. NVIDIA GPU driver version: Windows 461.33 or higher, Linux 460.32. More items

There is 1 question to complete.