AI-100 · Question #51
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…
The correct answer is B. field-programmable gate arrays (FPGAs). 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…
Question
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?
Options
- Agraphics processing units (GPUs)
- Bfield-programmable gate arrays (FPGAs)
- Ccentral processing units (CPUs)
- Dapplication-specific integrated circuits (ASICs)
How the community answered
(44 responses)- A5% (2)
- B84% (37)
- C9% (4)
- D2% (1)
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. https://docs.microsoft.com/en-us/azure/machine-learning/service/concept-accelerate-with-fpgas
Topics
Community Discussion
No community discussion yet for this question.