Chevron Left
Back to Text Generation with Markov Chains in Python

Learner Reviews & Feedback for Text Generation with Markov Chains in Python by Coursera Project Network

About the Course

In this project-based course, you will learn about Markov chains and use them to build a probabilistic model of an entire book’s text. This will be done from first principles, without libraries. Markov chains are a simple but fundamental approach to modeling stochastic processes, with many practical applications. By the end of this project, you will have generated a random new text based on the book you modeled, using code you wrote in Python....
Filter by:

1 - 1 of 1 Reviews for Text Generation with Markov Chains in Python

By Taylor L

•

Jul 15, 2022

Awesome course. I was interested in it for lyric generation and although this was just text generation based on .txt file, I see the capability of using web scraping on lyric websites for particular artists, which I can then utilize to create a basic lyric generator bot. Its also just cool seeing a computer produce sentences.