From the course: Build Your Own AI Lab

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Choosing the right hardware (GPUs, CPUs, memory, etc.)

Choosing the right hardware (GPUs, CPUs, memory, etc.)

From the course: Build Your Own AI Lab

Choosing the right hardware (GPUs, CPUs, memory, etc.)

- [Instructor] In this section, we'll go over one of the most crucial decisions that you will make whenever you're building your lab, and that is choosing the right hardware components for your home AI infrastructure. So let's start with the backbone of any AI lab, and that is the GPUs, right? So the GPUs or the graphical processing units, they are definitely the workhorse of any machine learning environment, right? So they're capable of performing thousands of parallel calculations simultaneously. So whenever you're selecting GPUs, you want to consider a few factors. The first thing is the compute capacity, which is measured in CUDA cores for NVIDIA cards or stream processors for AMD. And then the second is memory bandwidth and capacity, which is crucial for handling large neural networks and large LLMs. And then third of course, is your budget, because top tier GPUs can range from just a few thousands to a few tens of thousands of dollars. So in my case, as you see in the screen, I…

Contents