AI/ML

Featured image for AI/ML
Article

Responsible and Explainable AI

Tarcisio Oliveira

Get an overview of Explainable and Responsible AI and discover how the open source TrustyAI tool helps power fair, transparent machine learning.

Configure a Jupyter notebook to use GPUs for AI/ML modeling
Article

Your second GPU algorithm: Quicksort

Kenny Ge

Learn how to write a GPU-accelerated quicksort procedure using the algorithm for prefix sum/scan and explore other GPU algorithms, such as Reduce and Game of Life.

Featured image for Red Hat OpenShift AI.
Product Page

Red Hat OpenShift AI

A cloud service that gives data scientists and developers a powerful AI/ML

Configure a Jupyter notebook to use GPUs for AI/ML modeling
Article

Your first GPU algorithm: Scan/prefix sum

Kenny Ge

An in-depth look at a foundational GPU programming algorithm: the prefix sum. The goal is to expose the reader to the tools and language of GPU programming, rather see it only as a way to optimize certain existing subroutines.

Configure a Jupyter notebook to use GPUs for AI/ML modeling
Article

What is GPU programming?

Kenny Ge

The first of a four-part series on introductory GPU programming, this article provides a basic overview of the GPU programming model.