Chevron Left
Zurück zu Text Generation with Markov Chains in Python

Bewertung und Feedback des Lernenden für Text Generation with Markov Chains in Python von Coursera Project Network

Über den Kurs

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....
Filtern nach:

1 - 1 von 1 Bewertungen für Text Generation with Markov Chains in Python

von Taylor L

•

15. Juli 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.