Markov Chains: The Imitation Game
In this post we're going to build a Markov Chain to generate some realistic sounding sentences impersonating a source text. This is one of my favourite computer science examples because...
In this post we're going to build a Markov Chain to generate some realistic sounding sentences impersonating a source text. This is one of my favourite computer science examples because...
Many of the projects on this site use a programming language called python. Python is a great language for beginners, because it is designed to be very readable, but it's...
This is the second post in a series. If you're just getting started, see Part 1. In the previous post, you got python installed, and ran a simple program. In...