Chainscape
Chainscape began as an exploration of the algebraic properties of Markov Chains, conducted for NaNoGenMo 2023, culminating in
- the generated novel The Other and the Same;
- some instructions for how to generate it, for purposes of reproducability;
- the Python scripts in this repository, which can derive new Markov chains from existing Markov chains, and generate text from those derived Markov chains; and
- On the Algebraic Structure of Markov Chains, a write-up of the underlying ideas and experiences implementing it.
Commit History
@master
git clone https://git.catseye.tc/Chainscape/
- Remove .reuse/dep5, move licensing info into individual files. Chris Pressey 3 months ago
- Give the documents better names. Chris Pressey 7 months ago
- Put instructions in own document and update README with links. Chris Pressey 7 months ago
- Minor edits. Chris Pressey 7 months ago
- Finish up (probably) the write-up (for now). Chris Pressey 7 months ago
- Write about "transition matrices" and qualitative results of min. Chris Pressey 7 months ago
- Start writing about lattices Chris Pressey 7 months ago
- Intermission 2: Implementation 2 Chris Pressey 7 months ago
- Begin talking about min and max. Chris Pressey 8 months ago
- Rewrite about censuses and adjacency matrices. Chris Pressey 8 months ago