The Artima Developer Community
Sponsored Link

Python Buzz Forum
Generating pseudo random text with Markov chains using Python

0 replies.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a flat view of this topic  Flat View
Previous Topic   Next Topic
Threaded View: This topic has 0 replies on 1 page
Shabda Raaj

Posts: 72
Nickname: shabda
Registered: Jul, 2007

Shabda Raaj is Owner of Usware Technologies, a Django Development Company.
Generating pseudo random text with Markov chains using Python Posted: Jun 23, 2009 12:36 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Shabda Raaj.
Original Post: Generating pseudo random text with Markov chains using Python
Feed Title: The Uswaretech Blog - Django/Python Web Development
Feed URL: http://feeds.feedburner.com/UswareBlog
Feed Description: Blog about building web applications using Django/Python/Jquery.
Latest Python Buzz Posts
Latest Python Buzz Posts by Shabda Raaj
Latest Posts From The Uswaretech Blog - Django/Python Web Development

First the definition from Wolfram A Markov chain is collection of random variables {X_t} (where the index t runs through 0, 1, …) having the property that, given the present, the future is conditionally independent of the past. Wikipedia is a little clearer …Markov chain is a stochastic process with markov property … [Which means] state changes [...] Related posts:
  1. Finding keywords using Python Update: keywords2.txt is Pride and Prejudice from Project Gutenberg. Attached...

Read: Generating pseudo random text with Markov chains using Python


Topic: Generating pseudo random text with Markov chains using Python Previous Topic   Next Topic Topic: Python Wrapper on Bing API

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use