Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages