The invention discloses a BERT-based multi-
feature fusion fuzzy text classification model. The method comprises the following steps of preparing a fuzzy text classification
original data set; a BERTMFFM model is constructed, the BERTMFFM model comprises a BERT model, a
convolutional neural network, a bidirectional long-short memory network and a SelfAttention module, the input of the BERT model is a fuzzy text, the output of the BERT model is connected with the
convolutional neural network, the bidirectional long-short memory network and the SelfAttention module, and local features,
sentence semantic features and
syntax structure features of the fuzzy text are extracted; splicing the output of the BERT model with the output of the bidirectional long-short memory network at the same time, and then screening out optimal
sentence semantic features by using maximum
pooling operation; and fusing the local features, the optimal
sentence semantic features and the
syntactic structure features by adopting a parallel splicing mode, and performing fuzzy text classification on a fusion result through a
SoftMax function to finish the construction of the BERTMFFM model. The problem of incomplete feature collection is solved, so that the classification accuracy is improved.