Trump Tweet Generator
Text generation using Deep Bidirectional RNN LSTM Networks
cgupta.tech
Is this tweet real, or generated by a neural network based on random noise?

Donald J. Trump @realDonaldTrump

I strongly pressed President Putin twice about Russian meddling in our election. He vehemently denied it. I've already given my opinion.....

Streak: 0 Correct: 0/0



Files:     Model Binaries     Dataset
Code:     GitHub Repository

Figure 1: The recurrent neural network takes sequence of words as input and outputs a matrix of probability for each word from dictionary to be the next of given sequence.
The model also learns how much similarity is between words or characters and calculates the probability of each.
Using that, it predicts or generates the next word or character of sequence.



Figure 2:   Representative image of model architecture for the Bidirectional LSTM network