Update 'README.md'
This commit is contained in:
parent
2edc771086
commit
c3739723ce
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
# MarkovGrams
|
||||
|
||||
Experiments into markov chains, n-grams, and text generation.
|
||||
Experiments into markov chains, n-grams, and text generation. This is the result of the markov chain blog post mini-series on my blog.
|
||||
|
||||
- [Part 1 - n-grams](https://starbeamrainbowlabs.com/blog/article.php?article=posts/236-Markov-Chain-Part-1-N-Grams.html)
|
||||
- [Part 2 - unweighted markov chains](https://starbeamrainbowlabs.com/blog/article.php?article=posts%2F238-Markov-Chains-Part-2-Unweighted-Chains.html)
|
||||
|
||||
## Building
|
||||
Building this project should be easy - I can provide prebuilt binaries upon request though if asked (see [my website](https://starbeamrainbowlabs.com/) for contact information).
|
||||
|
|
Loading…
Reference in a new issue