CN106599933A - Text emotion classification method based on the joint deep learning model - Google Patents

Text emotion classification method based on the joint deep learning model Download PDF

Info

Publication number
CN106599933A
CN106599933A CN201611223174.XA CN201611223174A CN106599933A CN 106599933 A CN106599933 A CN 106599933A CN 201611223174 A CN201611223174 A CN 201611223174A CN 106599933 A CN106599933 A CN 106599933A
Authority
CN
China
Prior art keywords
word
term vector
lstm
max
text
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201611223174.XA
Other languages
Chinese (zh)
Inventor
徐冰
杨沐昀
杨艳
赵铁军
郑德权
朱聪慧
曹海龙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Harbin Institute of Technology
Original Assignee
Harbin Institute of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Harbin Institute of Technology filed Critical Harbin Institute of Technology
Priority to CN201611223174.XA priority Critical patent/CN106599933A/en
Publication of CN106599933A publication Critical patent/CN106599933A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/217Validation; Performance evaluation; Active pattern learning techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/35Clustering; Classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2415Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on parametric or probabilistic models, e.g. based on likelihood ratio or false acceptance rate versus a false rejection rate

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Artificial Intelligence (AREA)
  • Probability & Statistics with Applications (AREA)
  • Databases & Information Systems (AREA)
  • Machine Translation (AREA)

Abstract

The invention provides a text emotion classification method based on the joint deep learning model which relates to the text emotion classification method. The method is designed with the object of solving the problems with the dimension disaster and sparse data incurred from the existing support vector machine and other shallow layer classification methods. The method comprises: 1) processing each word in the text data; using the word2vec tool to train each processed word in the text data so as to obtain a word vector dictionary; 2) obtaining the matrix M of each sentence; training the matrix M by the LSTM layer and converting it into vector with fixed dimensions; improving the input layer; generating d-dimensional h word vectors with context semantic relations; 3) using a CNN as a trainable characteristic detector to extract characteristics from the d-dimensional h word vectors with context semantic relations; and 4) connecting the extracted characteristics in order; outputting to obtain the probability of each classification wherein the classification with the maximal probability value is the predicated classification. The invention is applied to the natural language processing field.

Description

A kind of text sentiment classification method based on combined deep learning model
Technical field
The present invention relates to be based on the text sentiment classification method of combined deep learning model.
Background technology
Text emotion classify, as the term suggests, be judge one evaluation text representation be commendation or derogatory sense emotion, Its Chinese version can be documentation level, Sentence-level or key element level.Emotional semantic classification both can be regarded as a classification problem, it is also possible to Regard a regression problem as.If regression problem, as long as doing after the emotion fraction for calculating text once arrive emotion class Other mapping.When a classification problem is considered, the technology that there are a large amount of text classifications is available, but with it is general Text classification is compared, and the difficult problem that emotional semantic classification has its exclusive needs specially treated, is available for the characteristics of also have its exclusive utilizing.Emotion Analysis text can be documentation level, Sentence-level or key element level, and the present invention is analyzed based on Sentence-level.Sentiment analysis are certainly After 2002 are proposed by Bo Pang, significantly paid close attention to, particularly obtained on the sentiment analysis of product review etc. Obtained and developed on a large scale very much.The method of early stage sentiment analysis research is mainly based upon the method and the method based on statistical learning of rule. Most sentiment analysis research is all based on statistical learning method, the main feature by learning objective sample, according to spy The judgement of classification is made in the distribution levied to text.Great majority are all to return to carry out full supervised learning, root using SVM and logistic It is different according to training data.Using to feature be also not quite similar.In addition to unitary word feature, also used based on dictionary information The series of features such as word class, sentiment dictionary, interjection, punctuation mark, user profile, but effect is unsatisfactory.
In recent years, people carry out sentiment analysis using the method for deep learning one after another.There is scholar to propose using recurrence certainly Coding method is predicted solving the problems, such as complex sentiment analysis in combination with the parsing tree of Stanford Parser The structure of sentence and judge the Sentiment orientation of sentence.A kind of improvement RNN models are proposed in academia in 2012:Matrix- Vextor RNN models, the model increased the vocabulary that a matrix comes record modification and center word combination compared with RAE models Show, this enables MV-RNN models to learn the implication of operator in some logical propositions and natural language.But the model parameter Quantity is very big, and this means that and is difficult to use in industrial quarters, because amount of calculation is difficult to meet.In order to improve the model, 2013 Year when again it is proposed that RNTN models, the model introduces tensor and carries out coordinate transform, formulates dependency rule by its middle part Component is divided to make linear transformation so that the shortcoming that the number of parameters of previous model village presence is excessive is addressed.Also scholar adopts The emotion tendency of sentence is judged with the LSTM of different length time step, so that important feature can be traveled to as soon as possible On decision-point.
The content of the invention
The invention aims to solve the shallow-layer sorting technique such as existing SVM, dimension disaster and Sparse can be brought The problems such as, and propose a kind of text sentiment classification method based on combined deep learning model.
A kind of text sentiment classification method based on combined deep learning model is comprised the following steps:
Step one:Each word in text data is processed, using word2vec instruments to the textual data after process Each word is trained according in, obtains term vector dictionary, and each of which word all correspond to a term vector;It is described Word2vec instruments are Google's term vector instrument;
Step 2:It is originally inputted as word sequence (w1,….,ws-1,ws,…,wmax), obtain the matrix M of each sentence, M= (x1,…,xs-1,xs,…,xmax)∈Rd×max;Matrix M is trained and is converted into the vectorial right of fixed dimension by LSTM layers (embedding) input layer is improved, and generates h term vector with context semantic relation of d dimensions;It is wherein described w1,….,ws-1,ws,…,wmaxWord label corresponding to each word in each sentence, x1,…,xs-1,xs,…,xmaxBe with w1,….,ws-1,ws,…,wmaxOne-to-one term vector, LSTM is shot and long term memory models;
Step 3:The d generated in step 2 is tieed up the h term vector with context semantic relation as the input of CNN, Tieed up in the h term vector with context semantic relation from d as a trainable property detector using CNN and extract spy Levy, the CNN is convolutional neural networks;
Step 4:The feature extracted in step 3 is sequentially connected, as softmax's after openness activation primitive Input, output obtains the probability of each classification, all categories probability and for 1, and the maximum classification of probable value is predicted Classification, result of this classification as combined deep learning model.
Beneficial effects of the present invention are:
The inventive method plays an important role to text emotion analysis in the research of emotional semantic classification.Present invention employs one kind Combined deep learning model has carried out the research of sentiment analysis for product review.Deep learning method is compared to traditional SVM Deng shallow-layer sorting technique, the problems such as dimension disaster and Sparse will not be brought, lift system entirety classifying quality obvious. On identical data set, compared with common machines learning method, F1-score values improve 3% to the present invention.By corpus data The term vector that training is obtained is proved to containing specific structurally and semantically information, is a kind of good semantic meaning representation form.This Bright contribution is to be merged on convolutional neural networks model (CNN) and shot and long term memory models (LSTM), and wherein LSTM is used To be modeled to context, by the characteristic vector that context is obtained by word iteration, CNN models are used for from term vector sequence Automatically feature is found, and from local extraction feature, then is integrated into global characteristics to improve classifying quality by local feature.
The present invention proposes a kind of text sentiment classification method based on combined deep learning model.The method merges shot and long term Memory models (LSTM) carries out feeling polarities differentiation to comment data with convolutional neural networks (CNN), and the method adopts LSTM moulds Type is modeled to context, by the characteristic vector that context is obtained by word iteration, using CNN models from term vector sequence Automatically feature is found, and is integrated into global characteristics to improve classifying quality by local feature from after the extraction feature of local.
The present invention uses LSTM networks, is initialized in LSTM networks by training the term vector dictionary for obtaining Embedding layer parameters, while in the training process term vector carries out joint training, finally with the output of LSTM layers as CNN The input of layer.
Illustrate the flow process and effect of the invention.Such as sentence, " this photo-effect on mobile phone is very good, but price is expensive.” The sentence is represented with term vector, through the training of LSTM layers joint term vector is obtained, through CNN layer extraction features, finally Softmax layers export the probability of three classes, and the probable value for obtaining is [0.1,0.3,0.6], this positive class of three classes difference acute pyogenic infection of finger tip, bear class, Pass judgement on mixing class.The probable value that 3rd class is obtained is maximum, then the sentence is judged as passing judgement on mixing class.
Description of the drawings
Fig. 1 is the flow chart that the text emotion based on combined deep learning model is classified;
Fig. 2 is the combined deep learning model network structure that specific embodiment is proposed;
Fig. 3 is conventional network structure figure;
Fig. 4 be word2vec network structures, w in figureiIt is a word in text, sequence<wi-c..., wi-1, wi+1..., wi+c>Represent word wiContext, the logistic regression parameter required for Huffman tree interior joint is designated as
Specific embodiment
Specific embodiment one:As depicted in figs. 1 and 2, a kind of text emotion based on combined deep learning model is classified Method is comprised the following steps:
Step one:Each word in text data is processed, using word2vec instruments to the textual data after process Each word is trained according in, obtains term vector dictionary, and each of which word all correspond to a term vector;It is described Word2vec instruments are Google's term vector instrument;
Step 2:It is originally inputted as word sequence (w1,….,ws-1,ws,…,wmax), obtain the matrix M of each sentence, M= (x1,…,xs-1,xs,…,xmax)∈Rd×max;The matrix M of fixed length is trained and is converted into the vectorial right of fixed dimension by LSTM layers (embedding) input layer is improved, and generates term vectors of the d dimension h with context semantic relation (word in the training process Vector can change with training process);Wherein described w1,….,ws-1,ws,…,wmaxCorresponding to each word in each sentence Word label, x1,…,xs-1,xs,…,xmaxIt is and w1,….,ws-1,ws,…,wmaxOne-to-one term vector, d is that outside sets Fixed term vector dimension, LSTM is shot and long term memory models;
Step 3:The d generated in step 2 is tieed up the h term vector with context semantic relation as the input of CNN, Tieed up in the h term vector with context semantic relation from d as a trainable property detector using CNN and extract spy Levy, the CNN is convolutional neural networks;
Step 4:The feature extracted in step 3 is sequentially connected, the conduct after one layer of openness activation primitive The input of softmax, output obtains the probability of each classification, all categories probability and for 1, and the maximum classification of probable value is The classification predicted, result (output) of this classification as combined deep learning model.
If without activation primitive, no matter final how many layer of neutral net, it is different linear that output is all simply entered Combination, it is suitable with effect during only two-layer.And openness activation primitive is used, can preferably from the dimension of effective data On, automation dissociation effect is played in study to relatively sparse feature.
Embedding layers are embeding layer;LSTM is shot and long term memory models;CNN is convolutional neural networks, model training When word2vec can carry out joint training.Such as Fig. 3 and Fig. 4;Fig. 3 is conventional network structure figure, and Fig. 4 is word2vec networks knot Composition;
Art methods have all only used a kind of deep learning model mostly, obtain better effects using LSTM at present Long text is in the majority, and the short text for obtaining better effects using CNN is then more, therefore, the present invention is in sentiment analysis problem Long sentence and short sentence carry out modeling features different during emotional semantic classification, propose a kind of sorting technique based on combined deep learning model Emotional semantic classification is carried out to comment data.
Specific embodiment two:Present embodiment from unlike specific embodiment one:It is characterized in that:The step It is to the detailed process that each word in text data is processed in one:
Participle is carried out to sentence in text data using participle program (stammerer participle), spcial character is removed, retain the Chinese Word, English, punctuate and emoticon (spcial character such as phonetic symbol, additional character etc.).
Other steps and parameter are identical with specific embodiment one.
Specific embodiment three:Present embodiment from unlike specific embodiment one or two:The step 2 Central Plains Input begin for word sequence (w1,….,ws-1,ws,…,wmax) be specially:
All words in text data are constituted into a word dictionary, gives each word one id label, by all of text data Word is replaced with id labels, obtains word sequence (w1,….,ws-1,ws,…,wmax), as the input of combined deep learning model.
Other steps and parameter are identical with specific embodiment one or two.
Specific embodiment four:Unlike one of present embodiment and specific embodiment one to three:The step 2 In obtain each sentence the detailed process of matrix M be:
It is originally inputted as word sequence (w1,….,ws-1,ws,…,wmax), wherein most long text length is taken as sentence length, 0 is mended before remaining sentence, the sentence length mended after 0 is identical with most long text length;Inquire about and obtain every from term vector dictionary The term vector of individual word, obtains the matrix M of each sentence, M=(x1,…,xs-1,xs,…,xmax)∈Rd×max, in term vector dictionary Non-existent word uses 0dReplace.
Other steps and parameter are identical with one of specific embodiment one to three.
Specific embodiment five:Unlike one of present embodiment and specific embodiment one to four:The step 2 Matrix M is trained and is converted into the vector of fixed dimension input layer is improved by middle LSTM layers, generate d dimensions h have it is upper Hereafter the detailed process of the term vector of semantic relation is:
The LSTM layers are made up of LSTM units, each sequential one LSTM unit of correspondence;LSTM units are in each sequential A term vector is input in order, and the artificial term vector value for arranging dimension of LSTM units output, the output valve of each sequential is passed through Concatenation generates the term vector with context semantic relation;
The output of LSTM units artificially arranges the process of the term vector value of dimension:
(1) i is madet,ft,ot,ct,st,htRepresent the input gate in moment t respectively, forget door, out gate, mnemon, The state of memory state and hidden neuron, is the vector of H dimensions, and wherein H is the number of hidden neuron in hidden layer;
(2) value i of input gate is calculatedt,
it=σ (Wxixt+Whiht-1+Wcict-1+bi)
Wherein, WxiFor LSTM unit current time input datas xtWeighting parameter, WhiIt is defeated for upper moment LSTM unit Go out data ht-1Weighting parameter, WciFor upper moment candidate's mnemon value ct-1Weighting parameter, biFor offset parameter;σ is Activation primitive;
(3) value f for forgeing door is calculatedt,
ft=σ (Wxfxt+Whfht-1+Wcfct-1+bf)
Wherein, WxfFor LSTM unit current time input datas xtWeighting parameter, WhfIt is defeated for upper moment LSTM unit Go out data ht-1Weighting parameter, WcfFor upper moment candidate's mnemon value ct-1Weighting parameter, bfFor offset parameter;
(4) current time mnemon value c is calculatedt,
Wherein, ⊙ represents pointwise product;
(5) out gate o is calculatedt,
ot=σ (Wxoxt+Whoht-1+Wcoct-1+bo)
Wherein, WxoFor LSTM unit current time input datas xtWeighting parameter, WhoIt is defeated for upper moment LSTM unit Go out data ht-1Weighting parameter, WcoFor upper moment candidate's mnemon value ct-1Weighting parameter, boFor offset parameter;Input Data xtExactly pre-process after each word table look-up after term vector
(6) LSTM units are output as
ht=ot⊙tanh(ct)
Tanh is an activation primitive.
Using the LSTM layers context term vector that obtains of output as the input of CNN layers, convolutional layer is initially entered, it is and traditional Only using a kind of nuclear phase ratio of length, having used the core of different lengths carries out feature extraction, and multiple wave filters act on term vector Layer, different wave filters generate different feature map, obtain the feature graphic sequence that several columns are 1;
Next step carries out down-sampling, is operated using k-max.K-max operations are the extensions to traditional max operations, k here =2.It selects k maximum value, k-max to operate and cause a convolution nuclear energy to retain more features from each sequence.
Other steps and parameter are identical with one of specific embodiment one to four.
Specific embodiment six:Unlike one of present embodiment and specific embodiment one to five:The step 3 Middle employing CNN is tieed up in the h term vector with context semantic relation from d as a trainable property detector and is extracted spy The detailed process levied is:
The CNN layers are operated comprising convolution operation and down-sampling:
One sentence represents that every a line of matrix represents the term vector of a word, uses with the matrix that a d ties up h rows The convolution kernel of different length carries out computing, and the size for arranging convolution kernel is n kinds, and the scope of wherein n >=2, and size is upper and lower region Between s word, wherein 1≤s≤h;Every kind of size respectively has 100 convolution kernels, and each convolution kernel does convolution algorithm, obtains to matrix 100 × n columns is 1 characteristics dictionary;
Step 3 one:Assume that convolutional layer is using l-th characteristic pattern during size iJ-th convolution results of correspondenceConvolution kernel beConvolution operation enables model from extraction feature in the multiple words in local,WithConvolution As a result it is also vector, its p-th element be,
Step 3 two:It is down-sampling operation to follow closely after convolution operation, and down-sampling retains maximum in each convolution results Value, so as to neglect smaller noise.Operated using k-max, i.e., k maximum is retained to each vector, for example:
Step 3 three:Final down-sampling result again can be used as the input of softmax after an activation primitive.
Other steps and parameter are identical with one of specific embodiment one to five.
Specific embodiment seven:Unlike one of present embodiment and specific embodiment one to six:The step 4 In after activation primitive as the input of softmax, the detailed process for exporting the probability for obtaining each classification is:
The value to the output of CNN layers obtains a characteristic vector through concatenation, sends into Dropout layers, with The softmax layers connection of Dropout layers, using softmax multivariate classification is carried out, and softmax layers are exported between 0 to 1 Numerical value, the Dropout layers are loss property output layer, and it is logistic regression pushing away in many classification problems that softmax is returned Extensively;Softmax layers output valve be as the output detailed process of model:
The k dimensional vectors for assuming function output represent this k probable value for obtaining, then hθ(x(i)) be:
Wherein x is the characteristic vector of Dropout networks output, and y is tag along sort, hθ(x(i)) calculate is in input Characteristic vector is the probable value that y is respectively this three classes label under conditions of x;Based on combined deep learning text emotional semantic classification In framework.
Other steps and parameter are identical with one of specific embodiment one to six.
Embodiment one:
(1) sample extraction.2700 films of bean cotyledon obtained in data hall and scoring and the comment data of TV play (http://www.datatang.com/data/16607), to make experiment more representative, TV play comment therein is removed, After total data is integrated, randomly select and amounted to 26000 comments, the comment passed judgment on star, sky comment will be directed to Remove with non-Chinese comment, it is remaining 22530.
(2) data mark.The data scoring of acquisition is mostly commendation for the comment of 4 stars and 5 stars, and the comment of 1 star and 2 stars Mostly derogatory sense, and it is all kinds of in 3 stars have, the comment of 4 stars and 5 stars is defined as commendation, and the comment of 1 star and 2 stars is defined as derogatory sense, from Choose in 3 stars and pass judgement on hybrid category, finally give training data, comprising positive class 8976 are commented on, bear class and comment on 9528, pass judgement on Mixing class comments on 896.
(3) training sample of all categories is sent into into combined deep learning model framework proposed by the present invention, after training Obtain one three classification sentiment classification model.
(4) new test sample (also from said method and corpus) is sent into into model, is tied according to the prediction of model Fruit and the legitimate reading of test sample, obtain test data.
Test result is as follows:
(5) by COAE2016 (whole nation Chinese tendentiousness evaluation and test in 2016) text emotion classification task (subtask 2) Test data sends into model, predicting the outcome and evaluate and test the data of unit feedback according to model, it was demonstrated that of the invention in the subtask In achieve evaluation and test best result.
Feedback result is as follows:
The present invention can also have other various enforcements, in the case of without departing substantially from spirit of the invention and its essence, this area skill Art personnel work as can make various corresponding changes and deformation according to the present invention, but these corresponding changes and deformation should all belong to this The appended scope of the claims of invention.

Claims (7)

1. a kind of text sentiment classification method based on combined deep learning model, it is characterised in that:It is described based on combined depth The text sentiment classification method of learning model is comprised the following steps:
Step one:Each word in text data is processed, using word2vec instruments in the text data after process Each word is trained, and obtains term vector dictionary, and each of which word all correspond to a term vector;The word2vec works Have for Google's term vector instrument;
Step 2:It is originally inputted as word sequence (w1,....,ws-1,ws,…,wmax), obtain the matrix M of each sentence, M= (x1,…,xs-1,xs,…,xmax)∈Rd×max;Matrix M is trained the vector for being converted into fixed dimension to input layer by LSTM layers It is improved, generates h term vector with context semantic relation of d dimensions;Wherein described w1,....,ws-1,ws,…,wmaxFor Word label in each sentence corresponding to each word, x1,…,xs-1,xs,…,xmaxIt is and w1,....,ws-1,ws,…,wmaxOne One corresponding term vector, LSTM is shot and long term memory models;
Step 3:The d generated in step 2 is tieed up the h term vector with context semantic relation as the input of CNN, is adopted CNN ties up extraction feature in the h term vector with context semantic relation, institute as a trainable property detector from d CNN is stated for convolutional neural networks;
Step 4:The feature extracted in step 3 is sequentially connected, as the defeated of softmax after openness activation primitive Enter, output obtains the probability of each classification, all categories probability and for 1, the maximum classification of probable value is predicted class Not, result of this classification as combined deep learning model.
2. a kind of text sentiment classification method based on combined deep learning model according to claim 1, its feature exists In:It is to the detailed process that each word in text data is processed in the step one:
Participle is carried out to sentence in text data using participle program, spcial character is removed, retain Chinese character, English, punctuate and Emoticon.
3. a kind of text sentiment classification method based on combined deep learning model according to claim 1 and 2, its feature It is:It is originally inputted in the step 2 as word sequence (w1,....,ws-1,ws,…,wmax) be specially:
All words in text data are constituted into a word dictionary, gives each word one id label, all words of text data are used Id labels are replaced, and obtain word sequence (w1,....,ws-1,ws,…,wmax), as the input of combined deep learning model.
4. a kind of text sentiment classification method based on combined deep learning model according to claim 3, its feature exists In:The detailed process that the matrix M of each sentence is obtained in the step 2 is:
It is originally inputted as word sequence (w1,....,ws-1,ws,…,wmax), wherein most long text length is taken as sentence length, its 0 is mended before remaining sentence, the sentence length mended after 0 is identical with most long text length;Inquire about from term vector dictionary and obtain each The term vector of word, obtains the matrix M of each sentence, M=(x1,…,xs-1,xs,…,xmax)∈Rd×max, in term vector dictionary not The word of presence uses 0dReplace.
5. a kind of text sentiment classification method based on combined deep learning model according to claim 1,2 or 4, it is special Levy and be:Matrix M is trained and is converted into the vector of fixed dimension input layer is improved by LSTM layers in the step 2, Generation d ties up the detailed process of the h term vector with context semantic relation:
The LSTM layers are made up of LSTM units, each sequential one LSTM unit of correspondence;LSTM units are in each sequential by suitable Sequence is input into a term vector, and the artificial term vector value for arranging dimension of LSTM units output, the output valve of each sequential passes through splicing Operation generates the term vector with context semantic relation;
The output of LSTM units artificially arranges the process of the term vector value of dimension:
(1) i is madet,ft,ot,ct,st,htThe input gate in moment t is represented respectively, forgets door, out gate, mnemon, memory The state of state and hidden neuron, is the vector of H dimensions, and wherein H is the number of hidden neuron in hidden layer;
(2) value i of input gate is calculatedt,
it=σ (Wxixt+Whiht-1+Wcict-1+bi)
Wherein, WxiFor LSTM unit current time input datas xtWeighting parameter, WhiNumber is exported for upper moment LSTM unit According to ht-1Weighting parameter, WciFor upper moment candidate's mnemon value ct-1Weighting parameter, biFor offset parameter;σ is activation Function;
(3) value f for forgeing door is calculatedt,
ft=σ (Wxfxt+Whfht-1+Wcfct-1+bf)
Wherein, WxfFor LSTM unit current time input datas xtWeighting parameter, WhfNumber is exported for upper moment LSTM unit According to ht-1Weighting parameter, WcfFor upper moment candidate's mnemon value ct-1Weighting parameter, bfFor offset parameter;
(4) current time mnemon value c is calculatedt,
Wherein, ⊙ represents pointwise product;
(5) out gate o is calculatedt,
ot=σ (Wxoxt+Whoht-1+Wcoct-1+bo)
Wherein, WxoFor LSTM unit current time input datas xtWeighting parameter, WhoNumber is exported for upper moment LSTM unit According to ht-1Weighting parameter, WcoFor upper moment candidate's mnemon value ct-1Weighting parameter, boFor offset parameter;
(6) LSTM units are output as
ht=ot⊙tanh(ct)。
6. a kind of text sentiment classification method based on combined deep learning model according to claim 5, its feature exists In:H being tieed up in the step 3 from d as a trainable property detector using CNN, there is context semantic relation The detailed process of extraction feature is in term vector:
The CNN layers are operated comprising convolution operation and down-sampling:
The matrix for tieing up h rows with a d represents that every a line of matrix represents the term vector of a word, using the volume of different length Product core carries out computing, and the size for arranging convolution kernel is n kinds, and the scope of wherein n >=2, and size is the s word in upper and lower interval, its In 1≤s≤h;Every kind of size respectively has 100 convolution kernels, and each convolution kernel does convolution algorithm to matrix, obtains 100 × n columns For 1 characteristics dictionary;
Step 3 one:Assume that convolutional layer is using l-th characteristic pattern during size iJ-th convolution results of correspondenceConvolution Core isConvolution operation enables model from extraction feature in the multiple words in local,WithConvolution results be also to Amount, its p-th element be,
&lsqb; m j , i l * F i l &rsqb; p = &Sigma; k = p p + M - 1 &lsqb; F i l &rsqb; k &lsqb; m j , i l &rsqb; k - p + 1
Step 3 two:It is down-sampling operation to follow closely after convolution operation, and down-sampling retains value maximum in each convolution results, So as to neglect smaller noise;Operated using k-max, i.e., k maximum is retained to each vector;
Step 3 three:Final down-sampling result again can be used as the input of softmax after an activation primitive.
7. a kind of text sentiment classification method based on combined deep learning model according to claim 6, its feature exists In:Input in the step 4 after activation primitive as softmax, output obtains the concrete mistake of the probability of each classification Cheng Wei:
The value to the output of CNN layers obtains a characteristic vector through concatenation, Dropout layers is sent into, with Dropout layers The connection of softmax layers, carry out multivariate classification using softmax, softmax layers export the numerical value between 0 to 1, described Dropout layers are loss property output layer, and softmax layers output valve is as the output detailed process of model:
The k dimensional vectors for assuming function output represent this k probable value for obtaining, then hθ(x(i)) be:
h &theta; ( x ( i ) ) = p ( y ( i ) = 1 | x ( i ) ; &theta; ) p ( y ( i ) = 2 | x ( i ) ; &theta; ) p ( y ( i ) = 3 | x ( i ) ; &theta; ) ...... p ( y ( i ) = k - 1 | x ( i ) ; &theta; ) p ( y ( i ) = k | x ( i ) ; &theta; ) = 1 &Sigma; j = 1 k e &theta; j T x ( i ) e &theta; 1 T x ( i ) e &theta; 2 T x ( i ) ... e &theta; k - 1 T x ( i ) e &theta; k T x ( i )
Wherein x is the characteristic vector of Dropout networks output, and y is tag along sort, hθ(x(i)) calculate be input feature to Amount is the probable value that y is respectively this three classes label under conditions of x.
CN201611223174.XA 2016-12-26 2016-12-26 Text emotion classification method based on the joint deep learning model Pending CN106599933A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611223174.XA CN106599933A (en) 2016-12-26 2016-12-26 Text emotion classification method based on the joint deep learning model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611223174.XA CN106599933A (en) 2016-12-26 2016-12-26 Text emotion classification method based on the joint deep learning model

Publications (1)

Publication Number Publication Date
CN106599933A true CN106599933A (en) 2017-04-26

Family

ID=58603846

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611223174.XA Pending CN106599933A (en) 2016-12-26 2016-12-26 Text emotion classification method based on the joint deep learning model

Country Status (1)

Country Link
CN (1) CN106599933A (en)

Cited By (121)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107038480A (en) * 2017-05-12 2017-08-11 东华大学 A kind of text sentiment classification method based on convolutional neural networks
CN107122351A (en) * 2017-05-02 2017-09-01 灯塔财经信息有限公司 A kind of attitude trend analysis method and system applied to stock news field
CN107153642A (en) * 2017-05-16 2017-09-12 华北电力大学 A kind of analysis method based on neural network recognization text comments Sentiment orientation
CN107168952A (en) * 2017-05-15 2017-09-15 北京百度网讯科技有限公司 Information generating method and device based on artificial intelligence
CN107179700A (en) * 2017-07-03 2017-09-19 杭州善居科技有限公司 A kind of intelligent home control system and method based on Alljoyn and machine learning
CN107229684A (en) * 2017-05-11 2017-10-03 合肥美的智能科技有限公司 Statement classification method, system, electronic equipment, refrigerator and storage medium
CN107239445A (en) * 2017-05-27 2017-10-10 中国矿业大学 The method and system that a kind of media event based on neutral net is extracted
CN107291696A (en) * 2017-06-28 2017-10-24 达而观信息科技(上海)有限公司 A kind of comment word sentiment analysis method and system based on deep learning
CN107341145A (en) * 2017-06-21 2017-11-10 华中科技大学 A kind of user feeling analysis method based on deep learning
CN107368613A (en) * 2017-09-05 2017-11-21 中国科学院自动化研究所 Short text sentiment analysis method and device
CN107392109A (en) * 2017-06-27 2017-11-24 南京邮电大学 A kind of neonatal pain expression recognition method based on deep neural network
CN107506415A (en) * 2017-08-11 2017-12-22 北明智通(北京)科技有限公司 Big text high-order semantic tensor sorting technique and system based on content
CN107515856A (en) * 2017-08-30 2017-12-26 哈尔滨工业大学 A kind of fine granularity Emotion element abstracting method represented based on local message
CN107544957A (en) * 2017-07-05 2018-01-05 华北电力大学 A kind of Sentiment orientation analysis method of business product target word
CN107562784A (en) * 2017-07-25 2018-01-09 同济大学 Short text classification method based on ResLCNN models
CN107562792A (en) * 2017-07-31 2018-01-09 同济大学 A kind of question and answer matching process based on deep learning
CN107609009A (en) * 2017-07-26 2018-01-19 北京大学深圳研究院 Text emotion analysis method, device, storage medium and computer equipment
CN107622182A (en) * 2017-08-04 2018-01-23 中南大学 The Forecasting Methodology and system of protein partial structurtes feature
CN107644074A (en) * 2017-09-19 2018-01-30 北京邮电大学 A kind of method of the readable analysis of the Chinese teaching material based on convolutional neural networks
CN107656990A (en) * 2017-09-14 2018-02-02 中山大学 A kind of file classification method based on two aspect characteristic informations of word and word
CN107729716A (en) * 2017-11-27 2018-02-23 西安建筑科技大学 A kind of mine water inrush Forecasting Methodology based on long Memory Neural Networks in short-term
CN107832400A (en) * 2017-11-01 2018-03-23 山东大学 A kind of method that location-based LSTM and CNN conjunctive models carry out relation classification
CN107885853A (en) * 2017-11-14 2018-04-06 同济大学 A kind of combined type file classification method based on deep learning
CN107944014A (en) * 2017-12-11 2018-04-20 河海大学 A kind of Chinese text sentiment analysis method based on deep learning
CN108052982A (en) * 2017-12-22 2018-05-18 北京联合网视文化传播有限公司 A kind of emotion detection method and system based on textures expression
CN108090686A (en) * 2017-12-29 2018-05-29 北京大学 A kind of medical events risk-assessment method and system
CN108108354A (en) * 2017-06-18 2018-06-01 北京理工大学 A kind of microblog users gender prediction's method based on deep learning
CN108124065A (en) * 2017-12-05 2018-06-05 浙江鹏信信息科技股份有限公司 A kind of method junk call content being identified with disposal
CN108287817A (en) * 2017-05-08 2018-07-17 腾讯科技(深圳)有限公司 A kind of information processing method and equipment
CN108319666A (en) * 2018-01-19 2018-07-24 国网浙江省电力有限公司电力科学研究院 A kind of electric service appraisal procedure based on multi-modal the analysis of public opinion
CN108335210A (en) * 2018-03-07 2018-07-27 浙江大学 A kind of stock unusual fluctuation analysis method based on public opinion data
CN108364028A (en) * 2018-03-06 2018-08-03 中国科学院信息工程研究所 A kind of internet site automatic classification method based on deep learning
CN108415972A (en) * 2018-02-08 2018-08-17 合肥工业大学 text emotion processing method
CN108415977A (en) * 2018-02-09 2018-08-17 华南理工大学 One is read understanding method based on the production machine of deep neural network and intensified learning
CN108446271A (en) * 2018-03-07 2018-08-24 中山大学 The text emotion analysis method of convolutional neural networks based on Hanzi component feature
CN108536825A (en) * 2018-04-10 2018-09-14 苏州市中地行信息技术有限公司 A method of whether identification source of houses data repeat
CN108536781A (en) * 2018-03-29 2018-09-14 武汉大学 A kind of method for digging and system of social networks mood focus
CN108573068A (en) * 2018-05-02 2018-09-25 重庆邮电大学 A kind of text representation and sorting technique based on deep learning
CN108595440A (en) * 2018-05-11 2018-09-28 厦门市美亚柏科信息股份有限公司 Short text content categorizing method and system
CN108595632A (en) * 2018-04-24 2018-09-28 福州大学 A kind of hybrid neural networks file classification method of fusion abstract and body feature
CN108647823A (en) * 2018-05-10 2018-10-12 北京航空航天大学 Stock certificate data analysis method based on deep learning and device
CN108763219A (en) * 2018-06-06 2018-11-06 安徽继远软件有限公司 Speech emotional analysis method based on CNN-RSC combinatorial optimization algorithms
CN108829671A (en) * 2018-06-04 2018-11-16 北京百度网讯科技有限公司 Method, apparatus, storage medium and the terminal device of decision based on survey data
CN108959260A (en) * 2018-07-06 2018-12-07 北京邮电大学 A kind of Chinese grammer error-detecting method based on textual term vector
CN108961072A (en) * 2018-06-07 2018-12-07 平安科技(深圳)有限公司 Push method, apparatus, computer equipment and the storage medium of insurance products
CN109033433A (en) * 2018-08-13 2018-12-18 中国地质大学(武汉) A kind of comment data sensibility classification method and system based on convolutional neural networks
CN109086393A (en) * 2018-07-27 2018-12-25 贵州中科恒运软件科技有限公司 A kind of the analysis of public opinion system and method
CN109101584A (en) * 2018-07-23 2018-12-28 湖南大学 A kind of sentence classification improved method combining deep learning with mathematical analysis
CN109213868A (en) * 2018-11-21 2019-01-15 中国科学院自动化研究所 Entity level sensibility classification method based on convolution attention mechanism network
CN109271521A (en) * 2018-11-16 2019-01-25 北京九狐时代智能科技有限公司 A kind of file classification method and device
CN109271493A (en) * 2018-11-26 2019-01-25 腾讯科技(深圳)有限公司 A kind of language text processing method, device and storage medium
CN109271627A (en) * 2018-09-03 2019-01-25 深圳市腾讯网络信息技术有限公司 Text analyzing method, apparatus, computer equipment and storage medium
CN109299262A (en) * 2018-10-09 2019-02-01 中山大学 A kind of text implication relation recognition methods for merging more granular informations
CN109344391A (en) * 2018-08-23 2019-02-15 昆明理工大学 Multiple features fusion Chinese newsletter archive abstraction generating method neural network based
CN109376775A (en) * 2018-10-11 2019-02-22 南开大学 The multi-modal sentiment analysis method of online news
CN109375904A (en) * 2018-09-26 2019-02-22 思朋网络科技(武汉)有限公司 A kind of computer software development approach based on model
CN109446404A (en) * 2018-08-30 2019-03-08 中国电子进出口有限公司 A kind of the feeling polarities analysis method and device of network public-opinion
CN109543030A (en) * 2018-10-12 2019-03-29 平安科技(深圳)有限公司 Customer service machine conference file classification method and device, equipment, storage medium
CN109543038A (en) * 2018-11-22 2019-03-29 华西证券股份有限公司 A kind of sentiment analysis method applied to text data
CN109597891A (en) * 2018-11-26 2019-04-09 重庆邮电大学 Text emotion analysis method based on two-way length Memory Neural Networks in short-term
CN109614487A (en) * 2018-10-29 2019-04-12 山东大学 A method of the emotional semantic classification based on tensor amalgamation mode
CN109670542A (en) * 2018-12-11 2019-04-23 田刚 A kind of false comment detection method based on comment external information
CN109739960A (en) * 2018-12-11 2019-05-10 中科恒运股份有限公司 Sentiment analysis method, sentiment analysis device and the terminal of text
CN109743732A (en) * 2018-12-20 2019-05-10 重庆邮电大学 Refuse messages method of discrimination based on improved CNN-LSTM
CN109740163A (en) * 2019-01-09 2019-05-10 安徽省泰岳祥升软件有限公司 Semantic expressiveness resource generation method and device applied to deep learning model
CN109829054A (en) * 2019-01-17 2019-05-31 齐鲁工业大学 A kind of file classification method and system
CN109858008A (en) * 2017-11-30 2019-06-07 南京大学 The tendentious method and device of document court verdict based on deep learning
CN109885756A (en) * 2018-12-18 2019-06-14 湖南大学 Serializing recommended method based on CNN and RNN
CN109902154A (en) * 2018-11-30 2019-06-18 华为技术有限公司 Information processing method, device, service equipment and computer readable storage medium
CN109933795A (en) * 2019-03-19 2019-06-25 上海交通大学 Based on context-emotion term vector text emotion analysis system
CN109947864A (en) * 2018-06-27 2019-06-28 淮阴工学院 One kind being based on the heuristic short text feature extraction and classifying method of TF-IDF and CNN
CN110019782A (en) * 2017-09-26 2019-07-16 北京京东尚科信息技术有限公司 Method and apparatus for exporting text categories
CN110134793A (en) * 2019-05-28 2019-08-16 电子科技大学 Text sentiment classification method
CN110147545A (en) * 2018-09-18 2019-08-20 腾讯科技(深圳)有限公司 The structuring output method and system of text, storage medium and computer equipment
CN110222184A (en) * 2019-06-13 2019-09-10 广东工业大学 A kind of emotion information recognition methods of text and relevant apparatus
CN110262664A (en) * 2019-06-21 2019-09-20 济南大学 A kind of intelligent interaction gloves with cognitive ability
CN110362808A (en) * 2018-03-26 2019-10-22 优酷网络技术(北京)有限公司 Text analyzing method and device
CN110362810A (en) * 2018-03-26 2019-10-22 优酷网络技术(北京)有限公司 Text analyzing method and device
CN110364185A (en) * 2019-07-05 2019-10-22 平安科技(深圳)有限公司 A kind of Emotion identification method, terminal device and medium based on voice data
CN110362809A (en) * 2018-03-26 2019-10-22 优酷网络技术(北京)有限公司 Text analyzing method and device
CN110399522A (en) * 2019-07-03 2019-11-01 中国传媒大学 A kind of music singing search method and device based on LSTM and layering and matching
CN110413785A (en) * 2019-07-25 2019-11-05 淮阴工学院 A kind of Automatic document classification method based on BERT and Fusion Features
CN110502633A (en) * 2019-07-19 2019-11-26 中山大学 Network comment management method based on machine learning
CN110555104A (en) * 2018-03-26 2019-12-10 优酷网络技术(北京)有限公司 text analysis method and device
WO2019232893A1 (en) * 2018-06-05 2019-12-12 平安科技(深圳)有限公司 Method and device for text emotion analysis, computer apparatus and storage medium
CN110717045A (en) * 2019-10-15 2020-01-21 同方知网(北京)技术有限公司 Letter element automatic extraction method based on letter overview
CN110717330A (en) * 2019-09-23 2020-01-21 哈尔滨工程大学 Word-sentence level short text classification method based on deep learning
CN110837227A (en) * 2018-08-15 2020-02-25 格力电器(武汉)有限公司 Electric appliance control method and device
CN110851600A (en) * 2019-11-07 2020-02-28 北京集奥聚合科技有限公司 Text data processing method and device based on deep learning
CN110852386A (en) * 2019-11-13 2020-02-28 精硕科技(北京)股份有限公司 Data classification method and device, computer equipment and readable storage medium
CN110888996A (en) * 2019-11-22 2020-03-17 沈阳建筑大学 Text classification method based on range convolution neural network
CN110909167A (en) * 2019-11-29 2020-03-24 重庆邮电大学 Microblog text classification system
CN110929025A (en) * 2018-09-17 2020-03-27 阿里巴巴集团控股有限公司 Junk text recognition method and device, computing equipment and readable storage medium
CN111143567A (en) * 2019-12-30 2020-05-12 成都数之联科技有限公司 Comment emotion analysis method based on improved neural network
CN111145914A (en) * 2019-12-30 2020-05-12 四川大学华西医院 Method and device for determining lung cancer clinical disease library text entity
CN111199157A (en) * 2018-11-19 2020-05-26 阿里巴巴集团控股有限公司 Text data processing method and device
CN111325021A (en) * 2020-02-17 2020-06-23 国家计算机网络与信息安全管理中心 Method and device for identifying business state of WeChat public number
CN111368026A (en) * 2020-02-25 2020-07-03 杭州电子科技大学 Text inclusion analysis method based on word meaning relation and dynamic convolution neural network
CN111523319A (en) * 2020-04-10 2020-08-11 广东海洋大学 Microblog emotion analysis method based on scene LSTM structure network
CN111723584A (en) * 2020-06-24 2020-09-29 天津大学 Punctuation prediction method based on consideration of domain information
CN111737949A (en) * 2020-07-22 2020-10-02 江西风向标教育科技有限公司 Topic content extraction method and device, readable storage medium and computer equipment
CN111738226A (en) * 2020-07-31 2020-10-02 中国人民解放军国防科技大学 Text recognition method and device based on CNN (convolutional neural network) and RCNN (recursive neural network) models
CN111859955A (en) * 2020-07-03 2020-10-30 中山大学 Public opinion data analysis model based on deep learning
CN111914547A (en) * 2020-07-17 2020-11-10 深圳宜搜天下科技股份有限公司 Improved semantic intention recognition method and LSTM framework system
CN111985223A (en) * 2020-08-25 2020-11-24 武汉长江通信产业集团股份有限公司 Emotion calculation method based on combination of long and short memory networks and emotion dictionaries
CN112069379A (en) * 2020-07-03 2020-12-11 中山大学 Efficient public opinion monitoring system based on LSTM-CNN
CN112070139A (en) * 2020-08-31 2020-12-11 三峡大学 Text classification method based on BERT and improved LSTM
CN112131390A (en) * 2020-11-24 2020-12-25 江苏电力信息技术有限公司 Electric power early warning information automatic classification method based on deep learning
WO2021000391A1 (en) * 2019-07-03 2021-01-07 平安科技(深圳)有限公司 Text intelligent cleaning method and device, and computer-readable storage medium
CN112258135A (en) * 2020-05-15 2021-01-22 北京沃东天骏信息技术有限公司 Method and device for auditing prescription data and computer-readable storage medium
WO2021027218A1 (en) * 2019-08-12 2021-02-18 北京国双科技有限公司 Text classification method and apparatus, and computer readable medium
CN112418254A (en) * 2019-08-20 2021-02-26 北京易真学思教育科技有限公司 Emotion recognition method, device, equipment and storage medium
CN112818113A (en) * 2021-01-26 2021-05-18 山西三友和智慧信息技术股份有限公司 Automatic text summarization method based on heteromorphic graph network
CN112948588A (en) * 2021-05-11 2021-06-11 中国人民解放军国防科技大学 Chinese text classification method for quick information editing
CN112989830A (en) * 2021-03-08 2021-06-18 武汉大学 Named entity identification method based on multivariate features and machine learning
CN113065352A (en) * 2020-06-29 2021-07-02 国网浙江省电力有限公司杭州供电公司 Operation content identification method for power grid dispatching work text
CN113220825A (en) * 2021-03-23 2021-08-06 上海交通大学 Modeling method and system of topic emotion tendency prediction model for personal tweet
CN113486752A (en) * 2021-06-29 2021-10-08 吉林大学 Emotion identification method and system based on electrocardiosignals
WO2021232725A1 (en) * 2020-05-22 2021-11-25 百度在线网络技术(北京)有限公司 Voice interaction-based information verification method and apparatus, and device and computer storage medium
WO2023279921A1 (en) * 2021-07-08 2023-01-12 华为技术有限公司 Neural network model training method, data processing method, and apparatuses
US11748573B2 (en) 2019-12-16 2023-09-05 Tata Consultancy Services Limited System and method to quantify subject-specific sentiment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104899298A (en) * 2015-06-09 2015-09-09 华东师范大学 Microblog sentiment analysis method based on large-scale corpus characteristic learning
US20160099010A1 (en) * 2014-10-03 2016-04-07 Google Inc. Convolutional, long short-term memory, fully connected deep neural networks
CN105938485A (en) * 2016-04-14 2016-09-14 北京工业大学 Image description method based on convolution cyclic hybrid model
CN106055673A (en) * 2016-06-06 2016-10-26 中国人民解放军国防科学技术大学 Chinese short-text sentiment classification method based on text characteristic insertion

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160099010A1 (en) * 2014-10-03 2016-04-07 Google Inc. Convolutional, long short-term memory, fully connected deep neural networks
CN104899298A (en) * 2015-06-09 2015-09-09 华东师范大学 Microblog sentiment analysis method based on large-scale corpus characteristic learning
CN105938485A (en) * 2016-04-14 2016-09-14 北京工业大学 Image description method based on convolution cyclic hybrid model
CN106055673A (en) * 2016-06-06 2016-10-26 中国人民解放军国防科学技术大学 Chinese short-text sentiment classification method based on text characteristic insertion

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
PENG CHEN: ""Clause sentiment identification based on convolutional neural network with context embedding"", 《2016 12TH INTERNATIONAL CONFERENCE ON NATURAL COMPUTATION, FUZZY SYSTEMS AND KNOWLEDGE DISCOVERY (ICNC-FSKD)》 *
刘汝翠: "《现代商贸工业》", 30 September 2016 *

Cited By (176)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107122351A (en) * 2017-05-02 2017-09-01 灯塔财经信息有限公司 A kind of attitude trend analysis method and system applied to stock news field
CN108287817A (en) * 2017-05-08 2018-07-17 腾讯科技(深圳)有限公司 A kind of information processing method and equipment
CN108287817B (en) * 2017-05-08 2020-08-11 腾讯科技(深圳)有限公司 Information processing method and device
CN107229684A (en) * 2017-05-11 2017-10-03 合肥美的智能科技有限公司 Statement classification method, system, electronic equipment, refrigerator and storage medium
CN107229684B (en) * 2017-05-11 2021-05-18 合肥美的智能科技有限公司 Sentence classification method and system, electronic equipment, refrigerator and storage medium
CN107038480A (en) * 2017-05-12 2017-08-11 东华大学 A kind of text sentiment classification method based on convolutional neural networks
CN107168952A (en) * 2017-05-15 2017-09-15 北京百度网讯科技有限公司 Information generating method and device based on artificial intelligence
CN107168952B (en) * 2017-05-15 2021-06-04 北京百度网讯科技有限公司 Information generation method and device based on artificial intelligence
CN107153642A (en) * 2017-05-16 2017-09-12 华北电力大学 A kind of analysis method based on neural network recognization text comments Sentiment orientation
CN107239445A (en) * 2017-05-27 2017-10-10 中国矿业大学 The method and system that a kind of media event based on neutral net is extracted
CN108108354B (en) * 2017-06-18 2021-04-06 北京理工大学 Microblog user gender prediction method based on deep learning
CN108108354A (en) * 2017-06-18 2018-06-01 北京理工大学 A kind of microblog users gender prediction's method based on deep learning
CN107341145A (en) * 2017-06-21 2017-11-10 华中科技大学 A kind of user feeling analysis method based on deep learning
CN107341145B (en) * 2017-06-21 2019-11-12 华中科技大学 A kind of user feeling analysis method based on deep learning
CN107392109A (en) * 2017-06-27 2017-11-24 南京邮电大学 A kind of neonatal pain expression recognition method based on deep neural network
CN107291696A (en) * 2017-06-28 2017-10-24 达而观信息科技(上海)有限公司 A kind of comment word sentiment analysis method and system based on deep learning
CN107179700A (en) * 2017-07-03 2017-09-19 杭州善居科技有限公司 A kind of intelligent home control system and method based on Alljoyn and machine learning
CN107544957A (en) * 2017-07-05 2018-01-05 华北电力大学 A kind of Sentiment orientation analysis method of business product target word
CN107562784A (en) * 2017-07-25 2018-01-09 同济大学 Short text classification method based on ResLCNN models
CN107609009A (en) * 2017-07-26 2018-01-19 北京大学深圳研究院 Text emotion analysis method, device, storage medium and computer equipment
CN107562792A (en) * 2017-07-31 2018-01-09 同济大学 A kind of question and answer matching process based on deep learning
CN107562792B (en) * 2017-07-31 2020-01-31 同济大学 question-answer matching method based on deep learning
CN107622182A (en) * 2017-08-04 2018-01-23 中南大学 The Forecasting Methodology and system of protein partial structurtes feature
CN107506415A (en) * 2017-08-11 2017-12-22 北明智通(北京)科技有限公司 Big text high-order semantic tensor sorting technique and system based on content
CN107506415B (en) * 2017-08-11 2020-07-21 北京智通云联科技有限公司 Large text high-order semantic tensorial classification method and system based on content
CN107515856A (en) * 2017-08-30 2017-12-26 哈尔滨工业大学 A kind of fine granularity Emotion element abstracting method represented based on local message
CN107368613A (en) * 2017-09-05 2017-11-21 中国科学院自动化研究所 Short text sentiment analysis method and device
CN107368613B (en) * 2017-09-05 2020-02-28 中国科学院自动化研究所 Short text sentiment analysis method and device
CN107656990A (en) * 2017-09-14 2018-02-02 中山大学 A kind of file classification method based on two aspect characteristic informations of word and word
CN107644074A (en) * 2017-09-19 2018-01-30 北京邮电大学 A kind of method of the readable analysis of the Chinese teaching material based on convolutional neural networks
CN110019782A (en) * 2017-09-26 2019-07-16 北京京东尚科信息技术有限公司 Method and apparatus for exporting text categories
CN107832400A (en) * 2017-11-01 2018-03-23 山东大学 A kind of method that location-based LSTM and CNN conjunctive models carry out relation classification
CN107832400B (en) * 2017-11-01 2019-04-16 山东大学 A kind of method that location-based LSTM and CNN conjunctive model carries out relationship classification
CN107885853A (en) * 2017-11-14 2018-04-06 同济大学 A kind of combined type file classification method based on deep learning
CN107729716A (en) * 2017-11-27 2018-02-23 西安建筑科技大学 A kind of mine water inrush Forecasting Methodology based on long Memory Neural Networks in short-term
CN107729716B (en) * 2017-11-27 2020-10-27 西安建筑科技大学 Coal mine water inrush prediction method based on long-time and short-time memory neural network
CN109858008A (en) * 2017-11-30 2019-06-07 南京大学 The tendentious method and device of document court verdict based on deep learning
CN108124065A (en) * 2017-12-05 2018-06-05 浙江鹏信信息科技股份有限公司 A kind of method junk call content being identified with disposal
CN107944014A (en) * 2017-12-11 2018-04-20 河海大学 A kind of Chinese text sentiment analysis method based on deep learning
CN108052982A (en) * 2017-12-22 2018-05-18 北京联合网视文化传播有限公司 A kind of emotion detection method and system based on textures expression
CN108052982B (en) * 2017-12-22 2021-09-03 深圳市云网拜特科技有限公司 Emotion detection method and system based on chartlet expression
CN108090686B (en) * 2017-12-29 2022-01-25 北京大学 Medical event risk assessment analysis method and system
CN108090686A (en) * 2017-12-29 2018-05-29 北京大学 A kind of medical events risk-assessment method and system
CN108319666A (en) * 2018-01-19 2018-07-24 国网浙江省电力有限公司电力科学研究院 A kind of electric service appraisal procedure based on multi-modal the analysis of public opinion
CN108415972A (en) * 2018-02-08 2018-08-17 合肥工业大学 text emotion processing method
CN108415977A (en) * 2018-02-09 2018-08-17 华南理工大学 One is read understanding method based on the production machine of deep neural network and intensified learning
CN108364028A (en) * 2018-03-06 2018-08-03 中国科学院信息工程研究所 A kind of internet site automatic classification method based on deep learning
CN108446271A (en) * 2018-03-07 2018-08-24 中山大学 The text emotion analysis method of convolutional neural networks based on Hanzi component feature
CN108335210A (en) * 2018-03-07 2018-07-27 浙江大学 A kind of stock unusual fluctuation analysis method based on public opinion data
CN108446271B (en) * 2018-03-07 2021-11-26 中山大学 Text emotion analysis method of convolutional neural network based on Chinese character component characteristics
CN110362810B (en) * 2018-03-26 2022-06-14 阿里巴巴(中国)有限公司 Text analysis method and device
CN110362809B (en) * 2018-03-26 2022-06-14 阿里巴巴(中国)有限公司 Text analysis method and device
CN110362810A (en) * 2018-03-26 2019-10-22 优酷网络技术(北京)有限公司 Text analyzing method and device
CN110362808A (en) * 2018-03-26 2019-10-22 优酷网络技术(北京)有限公司 Text analyzing method and device
CN110362808B (en) * 2018-03-26 2022-06-14 阿里巴巴(中国)有限公司 Text analysis method and device
CN110362809A (en) * 2018-03-26 2019-10-22 优酷网络技术(北京)有限公司 Text analyzing method and device
CN110555104A (en) * 2018-03-26 2019-12-10 优酷网络技术(北京)有限公司 text analysis method and device
CN110555104B (en) * 2018-03-26 2022-06-17 阿里巴巴(中国)有限公司 Text analysis method and device
CN108536781A (en) * 2018-03-29 2018-09-14 武汉大学 A kind of method for digging and system of social networks mood focus
CN108536781B (en) * 2018-03-29 2022-04-01 武汉大学 Social network emotion focus mining method and system
CN108536825A (en) * 2018-04-10 2018-09-14 苏州市中地行信息技术有限公司 A method of whether identification source of houses data repeat
CN108595632A (en) * 2018-04-24 2018-09-28 福州大学 A kind of hybrid neural networks file classification method of fusion abstract and body feature
CN108595632B (en) * 2018-04-24 2022-05-24 福州大学 Hybrid neural network text classification method fusing abstract and main body characteristics
CN108573068A (en) * 2018-05-02 2018-09-25 重庆邮电大学 A kind of text representation and sorting technique based on deep learning
CN108647823A (en) * 2018-05-10 2018-10-12 北京航空航天大学 Stock certificate data analysis method based on deep learning and device
CN108595440A (en) * 2018-05-11 2018-09-28 厦门市美亚柏科信息股份有限公司 Short text content categorizing method and system
CN108595440B (en) * 2018-05-11 2022-03-18 厦门市美亚柏科信息股份有限公司 Short text content classification method and system
CN108829671A (en) * 2018-06-04 2018-11-16 北京百度网讯科技有限公司 Method, apparatus, storage medium and the terminal device of decision based on survey data
CN108829671B (en) * 2018-06-04 2021-08-20 北京百度网讯科技有限公司 Decision-making method and device based on survey data, storage medium and terminal equipment
WO2019232893A1 (en) * 2018-06-05 2019-12-12 平安科技(深圳)有限公司 Method and device for text emotion analysis, computer apparatus and storage medium
CN108763219A (en) * 2018-06-06 2018-11-06 安徽继远软件有限公司 Speech emotional analysis method based on CNN-RSC combinatorial optimization algorithms
WO2019232883A1 (en) * 2018-06-07 2019-12-12 平安科技(深圳)有限公司 Insurance product pushing method and device, computer device and storage medium
CN108961072A (en) * 2018-06-07 2018-12-07 平安科技(深圳)有限公司 Push method, apparatus, computer equipment and the storage medium of insurance products
CN109947864B (en) * 2018-06-27 2023-08-22 淮阴工学院 Heuristic short text feature extraction and classification method based on TF-IDF and CNN
CN109947864A (en) * 2018-06-27 2019-06-28 淮阴工学院 One kind being based on the heuristic short text feature extraction and classifying method of TF-IDF and CNN
CN108959260A (en) * 2018-07-06 2018-12-07 北京邮电大学 A kind of Chinese grammer error-detecting method based on textual term vector
CN108959260B (en) * 2018-07-06 2019-05-28 北京邮电大学 A kind of Chinese grammer error-detecting method based on textual term vector
CN109101584B (en) * 2018-07-23 2020-11-03 湖南大学 Sentence classification improvement method combining deep learning and mathematical analysis
CN109101584A (en) * 2018-07-23 2018-12-28 湖南大学 A kind of sentence classification improved method combining deep learning with mathematical analysis
CN109086393A (en) * 2018-07-27 2018-12-25 贵州中科恒运软件科技有限公司 A kind of the analysis of public opinion system and method
CN109033433B (en) * 2018-08-13 2020-09-29 中国地质大学(武汉) Comment data emotion classification method and system based on convolutional neural network
CN109033433A (en) * 2018-08-13 2018-12-18 中国地质大学(武汉) A kind of comment data sensibility classification method and system based on convolutional neural networks
CN110837227A (en) * 2018-08-15 2020-02-25 格力电器(武汉)有限公司 Electric appliance control method and device
CN109344391A (en) * 2018-08-23 2019-02-15 昆明理工大学 Multiple features fusion Chinese newsletter archive abstraction generating method neural network based
CN109446404A (en) * 2018-08-30 2019-03-08 中国电子进出口有限公司 A kind of the feeling polarities analysis method and device of network public-opinion
CN109446404B (en) * 2018-08-30 2022-04-08 中国电子进出口有限公司 Method and device for analyzing emotion polarity of network public sentiment
CN109271627B (en) * 2018-09-03 2023-09-05 深圳市腾讯网络信息技术有限公司 Text analysis method, apparatus, computer device and storage medium
CN109271627A (en) * 2018-09-03 2019-01-25 深圳市腾讯网络信息技术有限公司 Text analyzing method, apparatus, computer equipment and storage medium
CN110929025A (en) * 2018-09-17 2020-03-27 阿里巴巴集团控股有限公司 Junk text recognition method and device, computing equipment and readable storage medium
CN110929025B (en) * 2018-09-17 2023-04-25 阿里巴巴集团控股有限公司 Junk text recognition method and device, computing equipment and readable storage medium
CN110147545B (en) * 2018-09-18 2023-08-29 腾讯科技(深圳)有限公司 Method and system for structured output of text, storage medium and computer equipment
CN110147545A (en) * 2018-09-18 2019-08-20 腾讯科技(深圳)有限公司 The structuring output method and system of text, storage medium and computer equipment
CN109375904A (en) * 2018-09-26 2019-02-22 思朋网络科技(武汉)有限公司 A kind of computer software development approach based on model
CN109299262A (en) * 2018-10-09 2019-02-01 中山大学 A kind of text implication relation recognition methods for merging more granular informations
CN109376775A (en) * 2018-10-11 2019-02-22 南开大学 The multi-modal sentiment analysis method of online news
CN109376775B (en) * 2018-10-11 2021-08-17 南开大学 Online news multi-mode emotion analysis method
CN109543030B (en) * 2018-10-12 2023-04-07 平安科技(深圳)有限公司 Method, device, equipment and storage medium for classifying session texts of customer service robot
CN109543030A (en) * 2018-10-12 2019-03-29 平安科技(深圳)有限公司 Customer service machine conference file classification method and device, equipment, storage medium
CN109614487A (en) * 2018-10-29 2019-04-12 山东大学 A method of the emotional semantic classification based on tensor amalgamation mode
CN109271521A (en) * 2018-11-16 2019-01-25 北京九狐时代智能科技有限公司 A kind of file classification method and device
CN111199157A (en) * 2018-11-19 2020-05-26 阿里巴巴集团控股有限公司 Text data processing method and device
CN111199157B (en) * 2018-11-19 2023-04-18 阿里巴巴集团控股有限公司 Text data processing method and device
CN109213868A (en) * 2018-11-21 2019-01-15 中国科学院自动化研究所 Entity level sensibility classification method based on convolution attention mechanism network
CN109543038B (en) * 2018-11-22 2023-06-30 华西证券股份有限公司 Emotion analysis method applied to text data
CN109543038A (en) * 2018-11-22 2019-03-29 华西证券股份有限公司 A kind of sentiment analysis method applied to text data
CN109597891A (en) * 2018-11-26 2019-04-09 重庆邮电大学 Text emotion analysis method based on two-way length Memory Neural Networks in short-term
CN109597891B (en) * 2018-11-26 2023-04-07 重庆邮电大学 Text emotion analysis method based on bidirectional long-and-short-term memory neural network
CN109271493B (en) * 2018-11-26 2021-10-08 腾讯科技(深圳)有限公司 Language text processing method and device and storage medium
CN109271493A (en) * 2018-11-26 2019-01-25 腾讯科技(深圳)有限公司 A kind of language text processing method, device and storage medium
CN109902154A (en) * 2018-11-30 2019-06-18 华为技术有限公司 Information processing method, device, service equipment and computer readable storage medium
CN109670542A (en) * 2018-12-11 2019-04-23 田刚 A kind of false comment detection method based on comment external information
CN109739960A (en) * 2018-12-11 2019-05-10 中科恒运股份有限公司 Sentiment analysis method, sentiment analysis device and the terminal of text
CN109885756A (en) * 2018-12-18 2019-06-14 湖南大学 Serializing recommended method based on CNN and RNN
CN109885756B (en) * 2018-12-18 2021-09-28 湖南大学 CNN and RNN-based serialization recommendation method
CN109743732A (en) * 2018-12-20 2019-05-10 重庆邮电大学 Refuse messages method of discrimination based on improved CNN-LSTM
CN109743732B (en) * 2018-12-20 2022-05-10 重庆邮电大学 Junk short message distinguishing method based on improved CNN-LSTM
CN109740163A (en) * 2019-01-09 2019-05-10 安徽省泰岳祥升软件有限公司 Semantic expressiveness resource generation method and device applied to deep learning model
CN109829054A (en) * 2019-01-17 2019-05-31 齐鲁工业大学 A kind of file classification method and system
CN109933795A (en) * 2019-03-19 2019-06-25 上海交通大学 Based on context-emotion term vector text emotion analysis system
CN109933795B (en) * 2019-03-19 2023-07-28 上海交通大学 Text emotion analysis system based on context-emotion word vector
CN110134793A (en) * 2019-05-28 2019-08-16 电子科技大学 Text sentiment classification method
CN110222184A (en) * 2019-06-13 2019-09-10 广东工业大学 A kind of emotion information recognition methods of text and relevant apparatus
CN110262664B (en) * 2019-06-21 2022-05-17 济南大学 Intelligent interactive glove with cognitive ability
CN110262664A (en) * 2019-06-21 2019-09-20 济南大学 A kind of intelligent interaction gloves with cognitive ability
WO2021000391A1 (en) * 2019-07-03 2021-01-07 平安科技(深圳)有限公司 Text intelligent cleaning method and device, and computer-readable storage medium
CN110399522A (en) * 2019-07-03 2019-11-01 中国传媒大学 A kind of music singing search method and device based on LSTM and layering and matching
CN110364185A (en) * 2019-07-05 2019-10-22 平安科技(深圳)有限公司 A kind of Emotion identification method, terminal device and medium based on voice data
CN110364185B (en) * 2019-07-05 2023-09-29 平安科技(深圳)有限公司 Emotion recognition method based on voice data, terminal equipment and medium
CN110502633A (en) * 2019-07-19 2019-11-26 中山大学 Network comment management method based on machine learning
CN110413785A (en) * 2019-07-25 2019-11-05 淮阴工学院 A kind of Automatic document classification method based on BERT and Fusion Features
CN110413785B (en) * 2019-07-25 2021-10-19 淮阴工学院 Text automatic classification method based on BERT and feature fusion
CN112395412A (en) * 2019-08-12 2021-02-23 北京国双科技有限公司 Text classification method, device and computer readable medium
WO2021027218A1 (en) * 2019-08-12 2021-02-18 北京国双科技有限公司 Text classification method and apparatus, and computer readable medium
CN112395412B (en) * 2019-08-12 2024-05-03 北京国双科技有限公司 Text classification method, apparatus and computer readable medium
CN112418254A (en) * 2019-08-20 2021-02-26 北京易真学思教育科技有限公司 Emotion recognition method, device, equipment and storage medium
CN110717330A (en) * 2019-09-23 2020-01-21 哈尔滨工程大学 Word-sentence level short text classification method based on deep learning
CN110717045A (en) * 2019-10-15 2020-01-21 同方知网(北京)技术有限公司 Letter element automatic extraction method based on letter overview
CN110851600A (en) * 2019-11-07 2020-02-28 北京集奥聚合科技有限公司 Text data processing method and device based on deep learning
CN110852386A (en) * 2019-11-13 2020-02-28 精硕科技(北京)股份有限公司 Data classification method and device, computer equipment and readable storage medium
CN110852386B (en) * 2019-11-13 2023-05-02 北京秒针人工智能科技有限公司 Data classification method, apparatus, computer device and readable storage medium
CN110888996A (en) * 2019-11-22 2020-03-17 沈阳建筑大学 Text classification method based on range convolution neural network
CN110909167B (en) * 2019-11-29 2022-07-01 重庆邮电大学 Microblog text classification system
CN110909167A (en) * 2019-11-29 2020-03-24 重庆邮电大学 Microblog text classification system
US11748573B2 (en) 2019-12-16 2023-09-05 Tata Consultancy Services Limited System and method to quantify subject-specific sentiment
CN111145914A (en) * 2019-12-30 2020-05-12 四川大学华西医院 Method and device for determining lung cancer clinical disease library text entity
CN111143567B (en) * 2019-12-30 2023-04-07 成都数之联科技股份有限公司 Comment emotion analysis method based on improved neural network
CN111145914B (en) * 2019-12-30 2023-08-04 四川大学华西医院 Method and device for determining text entity of lung cancer clinical disease seed bank
CN111143567A (en) * 2019-12-30 2020-05-12 成都数之联科技有限公司 Comment emotion analysis method based on improved neural network
CN111325021A (en) * 2020-02-17 2020-06-23 国家计算机网络与信息安全管理中心 Method and device for identifying business state of WeChat public number
CN111368026A (en) * 2020-02-25 2020-07-03 杭州电子科技大学 Text inclusion analysis method based on word meaning relation and dynamic convolution neural network
CN111523319A (en) * 2020-04-10 2020-08-11 广东海洋大学 Microblog emotion analysis method based on scene LSTM structure network
CN111523319B (en) * 2020-04-10 2023-06-30 广东海洋大学 Microblog emotion analysis method based on scene LSTM structure network
CN112258135A (en) * 2020-05-15 2021-01-22 北京沃东天骏信息技术有限公司 Method and device for auditing prescription data and computer-readable storage medium
WO2021232725A1 (en) * 2020-05-22 2021-11-25 百度在线网络技术(北京)有限公司 Voice interaction-based information verification method and apparatus, and device and computer storage medium
CN111723584B (en) * 2020-06-24 2024-05-07 天津大学 Punctuation prediction method based on consideration field information
CN111723584A (en) * 2020-06-24 2020-09-29 天津大学 Punctuation prediction method based on consideration of domain information
CN113065352A (en) * 2020-06-29 2021-07-02 国网浙江省电力有限公司杭州供电公司 Operation content identification method for power grid dispatching work text
CN113065352B (en) * 2020-06-29 2022-07-19 国网浙江省电力有限公司杭州供电公司 Method for identifying operation content of power grid dispatching work text
CN112069379A (en) * 2020-07-03 2020-12-11 中山大学 Efficient public opinion monitoring system based on LSTM-CNN
CN111859955A (en) * 2020-07-03 2020-10-30 中山大学 Public opinion data analysis model based on deep learning
CN111914547A (en) * 2020-07-17 2020-11-10 深圳宜搜天下科技股份有限公司 Improved semantic intention recognition method and LSTM framework system
CN111737949A (en) * 2020-07-22 2020-10-02 江西风向标教育科技有限公司 Topic content extraction method and device, readable storage medium and computer equipment
CN111738226B (en) * 2020-07-31 2020-11-20 中国人民解放军国防科技大学 Text recognition method and device based on CNN (convolutional neural network) and RCNN (recursive neural network) models
CN111738226A (en) * 2020-07-31 2020-10-02 中国人民解放军国防科技大学 Text recognition method and device based on CNN (convolutional neural network) and RCNN (recursive neural network) models
CN111985223A (en) * 2020-08-25 2020-11-24 武汉长江通信产业集团股份有限公司 Emotion calculation method based on combination of long and short memory networks and emotion dictionaries
CN112070139A (en) * 2020-08-31 2020-12-11 三峡大学 Text classification method based on BERT and improved LSTM
CN112070139B (en) * 2020-08-31 2023-12-26 三峡大学 Text classification method based on BERT and improved LSTM
CN112131390A (en) * 2020-11-24 2020-12-25 江苏电力信息技术有限公司 Electric power early warning information automatic classification method based on deep learning
CN112818113A (en) * 2021-01-26 2021-05-18 山西三友和智慧信息技术股份有限公司 Automatic text summarization method based on heteromorphic graph network
CN112989830B (en) * 2021-03-08 2023-08-18 武汉大学 Named entity identification method based on multiple features and machine learning
CN112989830A (en) * 2021-03-08 2021-06-18 武汉大学 Named entity identification method based on multivariate features and machine learning
CN113220825A (en) * 2021-03-23 2021-08-06 上海交通大学 Modeling method and system of topic emotion tendency prediction model for personal tweet
CN112948588A (en) * 2021-05-11 2021-06-11 中国人民解放军国防科技大学 Chinese text classification method for quick information editing
CN113486752A (en) * 2021-06-29 2021-10-08 吉林大学 Emotion identification method and system based on electrocardiosignals
CN113486752B (en) * 2021-06-29 2023-06-16 吉林大学 Emotion recognition method and system based on electrocardiosignal
WO2023279921A1 (en) * 2021-07-08 2023-01-12 华为技术有限公司 Neural network model training method, data processing method, and apparatuses

Similar Documents

Publication Publication Date Title
CN106599933A (en) Text emotion classification method based on the joint deep learning model
CN107918782A (en) A kind of method and system for the natural language for generating description picture material
CN110209824A (en) Text emotion analysis method based on built-up pattern, system, device
CN108399158A (en) Attribute sensibility classification method based on dependency tree and attention mechanism
CN107967318A (en) A kind of Chinese short text subjective item automatic scoring method and system using LSTM neutral nets
CN108363790A (en) For the method, apparatus, equipment and storage medium to being assessed
CN106445919A (en) Sentiment classifying method and device
CN106557462A (en) Name entity recognition method and system
CN104598611B (en) The method and system being ranked up to search entry
Terechshenko et al. A comparison of methods in political science text classification: Transfer learning language models for politics
CN110502753A (en) A kind of deep learning sentiment analysis model and its analysis method based on semantically enhancement
CN108595602A (en) The question sentence file classification method combined with depth model based on shallow Model
CN107315738A (en) A kind of innovation degree appraisal procedure of text message
CN107832295B (en) Title selection method and system of reading robot
CN110046356B (en) Label-embedded microblog text emotion multi-label classification method
CN110717330A (en) Word-sentence level short text classification method based on deep learning
CN107665248A (en) File classification method and device based on deep learning mixed model
CN114238577B (en) Multi-task learning emotion classification method integrating multi-head attention mechanism
CN106529525A (en) Chinese and Japanese handwritten character recognition method
CN111666376B (en) Answer generation method and device based on paragraph boundary scan prediction and word shift distance cluster matching
CN109325125B (en) Social network rumor detection method based on CNN optimization
CN109271513B (en) Text classification method, computer readable storage medium and system
CN110415071A (en) A kind of competing product control methods of automobile based on opining mining analysis
CN116737922A (en) Tourist online comment fine granularity emotion analysis method and system
CN114153942B (en) Event time sequence relation extraction method based on dynamic attention mechanism

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20170426

RJ01 Rejection of invention patent application after publication