Thursday 10:50 AM–11:35 AM in Plenary Room

Dynamic programming for machine learning: Hidden Markov Models

Avik Das

Audience level:
Novice

Description

Dynamic programming turns up in many machine learning algorithms, maybe because dynamic programming excels at solving problems involving "non-local" information. I explore one technique used in machine learning, Hidden Markov Models, and how dynamic programming is used when applying this technique. Then, I'll show a few real-world examples where Hidden Markov Models are used.

Abstract

A Hidden Markov Model deals with inferring the state of a system given some unreliable or ambiguous observations from that system. One important characteristic of this system is the state of the system evolves over time, producing a sequence of observations along the way. By incorporating some domain-specific knowledge, it’s possible to take the observations and work backwards to a maximally plausible ground truth.

This talk explores Hidden Markov Models in three steps:

Basic math knowledge is expected, just the ability to express concepts as equations and an understanding of Big-O notation. Basic Python knowledge is also expected, as code samples will be presented. The goal is build up intuition.

The content of this talk is available as an article on my personal blog.

Subscribe to Receive PyData Updates

Subscribe