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/
0
»»
- Initial writing about transition matrices. Chris Pressey 2 years ago
- More editing, concrete examples, implementation, not idempotent. Chris Pressey 2 years ago
- Editing of the first section. Chris Pressey 2 years ago
- Write, write, and write, and rewrite a bit (use "empty events"). Chris Pressey 2 years ago
- Call the events in the MC "events" and write about intersection. Chris Pressey 2 years ago
- Beginnings of writeup. Chris Pressey 2 years ago
- Place code under MIT license. Chris Pressey 2 years ago
- Adjust SPDX fields to better conform to the REUSE 3.0 spec. Chris Pressey 2 years ago
- Arrange licensing info in repo to follow REUSE 3.0 convention. Chris Pressey 2 years ago
- Ignore files generated by the instructions. Chris Pressey 2 years ago
- Update the instructions, again. Chris Pressey 2 years ago
- Small edits to README. Chris Pressey 2 years ago
- Improve instructions. Chris Pressey 2 years ago
- Clean up the tool that extracts a tokenstream from an HTML file. Chris Pressey 2 years ago
- Add instructions for generating the novel. Chris Pressey 2 years ago
- Checkin of materials I have been working on during NaNoGenMo 2023. Chris Pressey 2 years ago
0
»»