https://repl.it/@rediar/Quote-Generator-Markov-Chain (py) Hi guys! I made a markov chain that generates a random sentence based on the training texts of tweets from users or discord chats. There are 3 curated options to start, including our god @timmy_i_chen and resident mat, @mat1.
What is a markov chain?
Markov chains are a very very simple form of machine learning. Essentially, in this case, it starts with a word, and based on the training text (the tweets), and randomly selects one of the words that comes after it, and keeps going until it encounters punctuation.
Quote Generator: Markov Chain
https://repl.it/@rediar/Quote-Generator-Markov-Chain (py)
Hi guys! I made a markov chain that generates a random sentence based on the training texts of tweets from users or discord chats.
There are 3 curated options to start, including our god @timmy_i_chen and resident mat, @mat1.
What is a markov chain?
Markov chains are a very very simple form of machine learning. Essentially, in this case, it starts with a word, and based on the training text (the tweets), and randomly selects one of the words that comes after it, and keeps going until it encounters punctuation.
Check it out and pls upvote
@nithilan4 you missed an underscore