Markov Chains - Part 1
Coding Challenge #42.1
In Part 1 of this coding challenge, I discuss the concepts of “N-grams” and “Markov Chains” as they relate to text. I use Markov chains to generate text automatically based on a source text.
Community Contributions
You can also add your own version! (See how)
Other parts of this coding challenge
Links discussed in this coding challenge
- Google's Ngram Viewer
- n-gram on Wikipedia
- Web Trigrams by Chris Harrison
- Generative Course Descriptions by Allison Parrish
- King James Programming by Michael Walker
- Markov Chains Explained by Victor Powell
- Perlin Noise song by Flooper