Page 1 of 1

How could an Administrator BEST design a big multi-layer recurrent neural network (RNN) operating on Amazon EC2 using MX

Posted: Thu Jul 21, 2022 10:00 pm
by answerhappygod
How could an Administrator BEST design a big multi-layer recurrent neural network (RNN) operating on Amazon EC2 using MXNET? (Select two.)

A. Use data parallelism to partition the workload over multiple devices and balance the workload within the GPUs.
B. Use compute-optimized EC2 instances with an attached elastic GPU.
C. Use general purpose GPU computing instances such as G3 and P3.
D. Use processing parallelism to partition the workload over multiple storage devices and balance the workload within the GPUs.