Markov Chains explained visually
setosa.io
Explained Visually By Victor Powell with text by Lewis Lehe Markov chains, named after Andrey Markov, are mathematical systems that hop from one "state" (a situation or set of values) to another. For…
Recently shared by
More like this
Towards Data Science
Introduction to Markov Chains
Towards Data Science
3 min read · 19 saves · From 2018 · What are Markov chains, when to use them, and how they work
medium.com
Five Models for Making Sense of Complex Systems
medium.com
~18 min read · 420 saves · From 2017 · In one of the classes I teach at CCA, students were confused by mental models, conceptual models, concept maps, etc. I ended up making a…
elevanth.org
Markov Chains: Why Walk When You Can Flow?
elevanth.org
7 min read · 12 saves · From 2017 · Abstract: If you are still using a Gibbs sampler, you are working too hard for too little result. Newer, better algorithms trade random walks for frictionless flow. In 1989, Depeche Mode was popula…
Nicky Case
LOOPY: a tool for thinking in systems
Nicky Case
195 saves · From 2017 · a tool for thinking in systems
HackerNoon
Create a Twitter Politician Bot with Markov Chains, Node.js and StdLib
HackerNoon
5 min read · 17 saves · From 2017 · In the world’s current political climate, propaganda is the name of the game and Twitter is the medium of choice. Automation is king, and…
Harvard Business Review
Visualizations That Really Work
Harvard Business Review
~15 min read · 169 saves · From 2016 · Know what message you’re trying to communicate before you get down in the weeds.
datacamp.com
Markov Chains in Python: Beginner Tutorial
datacamp.com
9 min read · From 2018 · Learn about Markov Chains, their properties, transition matrices, and implement one yourself in Python!
jalammar.github.io
How GPT3 Works - Visualizations and Animations
jalammar.github.io
1 min read · 91 saves · 2020-07-27 · (Live thread, will be updated with new visuals and polish over the next few days) A trained language model generates text. We can optionally pass it some text as input, which influences its output.…
In Programming
medium.com
Modern JavaScript Explained For Dinosaurs
medium.com
~16 min read · 551 saves · From 2017 · Learning modern JavaScript is tough if you haven’t been there since the beginning.