/svalp-2016

Talk presented at SVALP 2016

Primary LanguageHTML

What do you expect from an unfamiliar talker?

Dave F. Kleinschmidt & T. Florian Jaeger

Talk presented at SVALP, 1 April 2016, Blacksburg, VA

Slides and RMarkdown source.

Building slides

You should in principle be able to build the slides from the RMarkdown source file (slides.Rmd). The data is available from the supunsup R package, and the model Stan code is in beliefupdatr. Install them with:

library(devtools)
install_github('kleinschmidt/phonetic-sup-unsup')
install_github('kleinschmidt/beliefupdatr')

There are other dependencies that you might or might not need to install, see the RMarkdown source. Then to compile the slides:

rmarkdown::render('slides.Rmd')