CHAPTER 12Advanced AI Computing
“AI is neither good nor evil. It's a tool. It's a technology for us to use.”
—Oren Etzioni (American computer scientist)
12.1 Introduction
Artificial intelligence algorithms are often computationally intensive and resource hungry; therefore, they are commonly run on graphic processing units (GPUs) and tensor processing units (TPUs). GPU and TPU hardware are often expensive; therefore, it is popular to utilize GPU and TPU capabilities through online platforms such as Google Colab and Kaggle.
Apart from running artificial intelligence algorithms on local computers, laptops, or desktops, artificial intelligence algorithms are also being increasingly run on remote servers; this is called cloud computing, or cloud AI. Whey they run on embedded devices, such as Raspberry Pi, microcontrollers, or your mobile phones, this is called edge computing, or edge AI.
Cloud AI and edge AI are getting more attention due to the fast development of the Internet of Things (IoT).
In this chapter, we will first introduce AI with GPUs and TPUs and then introduce cloud AI; we'll also show how ...
Get Artificial Intelligence Programming with Python now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.