Skip to content
eander2 edited this page Dec 27, 2017 · 3 revisions

Welcome to the Abradolf_Linclerbot wiki!

This project is an attempt to create a text generator trained on the speeches of Abraham Lincoln and Adolf Hitler. This was inspired by the character on the show Rick and Morty and is intended to be an interesting case study in the fusion of two wildly different historical leaders using recurrent neural networks.

Anyone who uses this project to generate text should bear in mind that the sequence that is generated is a product of its training corpus and may create offensive text.

A note on the training code

Since the training corpus has two vastly different time periods and voice; it can be difficult to get the network to generate consistent text. There is currently two different training modes that I have implemented; word based training and character based training. Depending on the network both can generate interesting text; but the word based training requires the addition of the Keras embedding layer as the input layer.

Clone this wiki locally