Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

RNNClassification

Using RNN+LSTM to classify text

This is the complete implementation of text classification, from building the dictionary to predicting the labels. The model structure is RNN+LSTM

The LATEST implementation is here