Schedule - PostgreSQL Development Conference 2024

Postgres and the Artificial Intelligence Landscape

Date: 2024-05-29
Time: 14:30–15:20
Room: Fletcher(1900)
Level: Intermediate

Artificial intelligence, machine learning, and deep learning are intertwined capabilities that attempt to solve problems that defy traditional computational solutions — problems include fraud detection, voice recognition, and search result recommendations. While they defy simple computation, they are computationally expensive, involving computation of perhaps millions of probabilities and weights. While these computations can be done outside of the database, there are specific advantages of doing machine learning inside the database, close to where the data is stored. This presentation explains how to do machine learning inside the Postgres database.

Speaker

Bruce Momjian