TextNeuralNetworks Class
Names of neural models swept for text classification.
Constructor
TextNeuralNetworks()
Attributes
ALL
ALL = ['BiLSTMTextEmbeddings', 'PreTrainedDNNEmbeddings']
ALL_CLASS_NAMES
ALL_CLASS_NAMES = ['BiLSTMAttentionTransformer', 'PretrainedTextDNNTransformer']
BERT
BERT = 'PreTrainedDNNEmbeddings'
BERT_CLASS_NAME
BERT_CLASS_NAME = 'PretrainedTextDNNTransformer'
BILSTM
BILSTM = 'BiLSTMTextEmbeddings'
BILSTM_CLASS_NAME
BILSTM_CLASS_NAME = 'BiLSTMAttentionTransformer'