Week 7 Homework - Programming-from-A-to-Z/A2Z-F16 GitHub Wiki
Due Oct 25
Use a markov chain to generate text. It's not required to write new code for this assignment, you can use the examples verbatim but try new source texts and think about the context and design for the output. Here are some approaches you could take:
- Use one of the existing examples to generate text and pick different inputs. Play with the "order" and "maximum" length variables. Try mixing multiple texts. Copy paste your favorite outputs from the browser and document in a blog post.
- Use a markov chain on something other than text. Record your own sequence of daily habits. Try musical notes. Could pixel colors be evaluated as a markov chain? What else?
- Animate the process of the markov chain in action.
- Visualize n-gram frequencies.
- Create a bot that generates its output based on a markov chain.
Questions?
- add your question here
Markov Chain Exercise:
- Jared Friedman - Imaginary Word of the Day A bot that generates an imaginary word and its definition, using the 1913 Webster's Dictionary
- Chelsea Pfohl, generates poetry based on Law & Order SVU William Lewis story arc related dialogue
- Joakim - Tweet Maker An attempt to use twitter to feed and generate tweets.
- Ondina - Speech Comparison Markov Speech Generator Markov using Node Blog
- Jess - Thanks rObama!
- Becca - OFFICIAL GENERAL ELECTION BALLOT
- Nikita - Tricked Down Nasty Woman, campaign speech generator, generates campaign speeches by DT and HC based on text derived from things each candidate has said (at the debates and while campaigning).
- Daniel - Poetry Visualization
- Isabel [Music Video] (http://www.isabel-donlon.com/blob/2016/10/24/part-of-you-indefinitely/)
- Serena [Post-Apocalypse Style Section] (https://serenaparr.github.io/programmingA2Z/markovStyleSection/)
- Yiting [Abstract Image Generator] (https://yitingliu.github.io/a2z/markov-image/index.html)
- Marcela [Harry Potter & Lord of The Rings mixer] (http://itp.marcelanowak.com/markov-chain-harry-of-the-rings/)
- Ravyn [Power] (https://ravynwhitley.github.io/homework/)