Why charater based LSTM are taking more time than word based LSTM while next word prediction
I wanted to train LSTM Model for Next Word Prediction using word-based and character based. I used similar data processing technique for both character-based and word-based.