You are here |
parametricity.com | ||
| | | |
blog.jordan.matelsky.com
|
|
| | | | The Short Story: I made a web-app that, given some starting text, naively tries to predict what words come next. Because the 'training' text was taken from F. Scott Fitzgerald's Tender is the Night (the first 10 chapters), we can (inaccurately) say that this robot talks like Fitzgerald. | |
| | | |
sookocheff.com
|
|
| | | | A common method of reducing the complexity of n-gram modeling is using the Markov Property. The Markov Property states that the probability of future states depends only on the present state, not on the sequence of events that preceded it. This concept can be elegantly implemented using a Markov Chain storing the probabilities of transitioning to a next state. | |
| | | |
kevinkle.in
|
|
| | | | I used Markov chains to generate images. | |
| | | |
www.cedricscherer.com
|
|
| | In this series of blog posts, I provide step-by-step tutorials explaining how my visualizations have evolved from a typical basic ggplot. In the first episode, I transform a basic boxplot into a colorful and self-explanatory combination of a jittered dot stripplot and a lollipop plot. |