Compartir a través de


TextNeuralNetworks Clase

Nombres de modelos neuronales que se han barrido para la clasificación de texto.

Herencia
builtins.object
TextNeuralNetworks

Constructor

TextNeuralNetworks()

Atributos

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'