Introduction To Markov Chains In F#

button-icon-arrow-right
button-icon-arrow-left

button-icon-arrow-leftBack

Event

Introduction to Markov Chains in F#

23 April 2019

London

Added 01-Jan-1970

A Markov Chain is a stochastic model describing a sequence of possible events, in which the probability of each event depends only on the state attained in the previous event. There are many examples of Markov processes including Google's PageRank algorithm, thermodynamic models and automated speech-recognition systems.

We'll go through a sample implementation of a predictive text system like the one you can find on your phone. Then we will look at how to generate superficially real-looking words.

Mariusz is an experienced developer on the Microsoft stack since before the dawn of the .NET Framework, with a passion for programming patterns, distributed computing, machine learning algorithms and recently, functional programming and F# especially. Mariusz is an aspiring presenter and book lover.

Top