ICE 8 - slcc2c/CS5590_Python GitHub Wiki

In class exercise: Baby Name Generator using a simple Markov Chain. Ideas for what to do

  1. combine with stats on name popularity if name turns out to be real data available via http://www.ssa.gov/oact/babynames/limits.html
  2. use that set to compute how often (if ever) a markov name is observed. I assume for small ones its more common. census would give a lot more data.

code is here