Skip to content

A couple of scripts to help understand the implementation of Markov chains. Inspired by: https://www.youtube.com/watch?v=KZeIEiBrT_w

Notifications You must be signed in to change notification settings

ejo6/MarkovSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markov Chains

This is a small repo with two scripts to simmulate markov chains running overtime. The python script allows for graphing to visualize convergence, while the java is much more performant for long conversion tests. In both cases, the chain is represented with a weighted directed graph data structure.

To quickstart:

uvicorn api:app --reload

# New terminal
cd frontend
node server.js

Example of graph in weather markov chain:

image

About

A couple of scripts to help understand the implementation of Markov chains. Inspired by: https://www.youtube.com/watch?v=KZeIEiBrT_w

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published