Chevron Left
Volver a Text Generation with Markov Chains in Python

Opiniones y comentarios de aprendices correspondientes a Text Generation with Markov Chains in Python por parte de Coursera Project Network

Acerca del Curso

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....
Filtrar por:

1 - 1 de 1 revisiones para Text Generation with Markov Chains in Python

por Taylor L

•

15 de jul. de 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.