Connecting...

Img 3346

Reinforcement Learning in Scala by Chris Birchall at Scala in the City

Img 3346

Did you see Chris Birchall's talk from Scala in the City?

Chris helped us to learn exactly what reinforcement learning is and how we can implement it in Scala. You need to learn about this powerful machine learning paradigm!

 

Reinforcement Learning in Scala

Reinforcement learning (RL) is a powerful machine learning paradigm that has been successfully applied to a wide class of problems, from steering helicopters to predicting stock prices. 
 
During this talk you will find out what RL is all about and how to implement it in Scala. Chris will introduce RL, providing use cases and intuition about what kind of problems it can solve. He'll also share some of its core concepts, including Markov Decision Processes, policies and action values, prediction and control, exploitation vs exploration and bootstrapping. 
 
Next we'll implement some of these concepts in Scala, starting from scratch and working step by step towards an implementation of 'Q-learning' – a popular RL technique for learning policies. We'll structure our code using type classes to separate the generic Q-learning framework from the specifics of any particular problem we want to model. 
 
You will also learn how to train an agent using your Q-learning implementation, and finally Chris will demonstrate the result of the training: the computer successfully playing a simple game.
 

This talk was given by Chris Birchall at Scala in the City.