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 1 year, 11 months ago
- Give the documents better names. Chris Pressey 2 years ago
- Put instructions in own document and update README with links. Chris Pressey 2 years ago
- Minor edits. Chris Pressey 2 years ago
- Finish up (probably) the write-up (for now). Chris Pressey 2 years ago
- Write about "transition matrices" and qualitative results of min. Chris Pressey 2 years ago
- Start writing about lattices Chris Pressey 2 years ago
- Intermission 2: Implementation 2 Chris Pressey 2 years ago
- Begin talking about min and max. Chris Pressey 2 years ago
- Rewrite about censuses and adjacency matrices. Chris Pressey 2 years ago
- 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