
Speaker "Joan Xiao" Details Back

-
Name
Joan Xiao
-
Company
Figure Eight
-
Designation
Phd
Topic
Natural Language Processing Is Fun: Generate Lyrics in the Style of Your Favorite Artist
Abstract
Deep Learning has shown amazing promise due to the rapid rise in computational power and big data, and Recurrent Neural Networks are popular models that have generated a significant amount of excitement across multiple domains, including NLP, Speech and Computer Vision. In particular, RNNs have been used as powerful language models, at the levels of both words and characters. In this talk, we explain how to create RNN based character level language model, and use it to generate lyrics in the style of a given artist. We start with a review of how RNNs work, explore a lyrics dataset, train a RNN based character level language model, and finally, generate lyrics in the style of your favorite artist. PyTorch code will be used during the presentation.