Using a Markov chain to generate readable nonsense with 20 lines of Python
1–6 of 6 posts
Re: Using a Markov chain to generate readable nonsense with 20 lines of Python
#2A good reminder that you don't need LLMs for simple nonsense.
Re: Using a Markov chain to generate readable nonsense with 20 lines of Python
#3I was just writing about this and possibly using it against Sybil attack, and even using it for banking systems, social media, voting... and so on.
Re: Using a Markov chain to generate readable nonsense with 20 lines of Python
#4This is the grandfather of AI is it not?
Re: Using a Markov chain to generate readable nonsense with 20 lines of Python
#5[deleted]
Re: Using a Markov chain to generate readable nonsense with 20 lines of Python
#6I built an inside-out Markov Chain to create outward from key/starting phrase.
http://webseitz.fluxent.com/wiki/InsideOutMarkovChain