ICE 8 - slcc2c/CS5590_Python GitHub Wiki
In class exercise: Baby Name Generator using a simple Markov Chain. Ideas for what to do
- combine with stats on name popularity if name turns out to be real data available via http://www.ssa.gov/oact/babynames/limits.html
- 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