Which compute target should you identify?

Posted by: Pdfprep Category: AI-100 Tags: , ,

You are designing an AI solution in Azure that will perform image classification.

You need to identify which processing platform will provide you with the ability to update the logic over time. The solution must have the lowest latency for inferencing without having to batch.

Which compute target should you identify?
A . graphics processing units (GPUs)
B . field-programmable gate arrays (FPGAs)
C . central processing units (CPUs)
D . application-specific integrated circuits (ASICs)

Answer: B

Explanation:

FPGAs, such as those available on Azure, provide performance close to ASICs. They are also flexible and reconfigurable over time, to implement new logic.

Incorrect Answers:

D: ASICs are custom circuits, such as Google’s TensorFlow Processor Units (TPU), provide the highest efficiency. They can’t be reconfigured as your needs change.

References: https://docs.microsoft.com/en-us/azure/machine-learning/service/concept-accelerate-with-fpgas

Leave a Reply

Your email address will not be published.