Patents
Literature
Hiro is an intelligent assistant for R&D personnel, combined with Patent DNA, to facilitate innovative research.
Hiro

93 results about "Sequence modeling" patented technology

Session recommendation method based on space-time sequence diagram convolutional network

The invention discloses a session recommendation method based on a space-time sequence diagram convolutional network. The method comprises the following steps: S1, modeling all session sequences intoa directed session graph; S2, constructing a global graph by taking common commodities in the session as links; S3, embedding an ARMA filter into a gated graph neural network, extracting a topologicalgraph signal which changes over time from the graph model, and obtaining a feature vector of each node involved in the session graph; S4, obtaining global preference information from historical sessions of the user by adopting an attention mechanism; S5, obtaining local preference information of the user from the last session clicked by the user, and obtaining final preference information of theuser in combination with the global preference information; S6, predicting the probability of possible occurrence of the next clicked commodity in each session, and giving a Top-K recommended commodity. According to the method, rich context relationships of clicked commodities can be captured from the global graph, global and local preferences of the user are accurately learned, the time attenuation effect of historical preferences of the user on current preferences is effectively evaluated, and accurate commodity prediction is provided.
Owner:HUNAN UNIV

Commodity recommendation method and system based on gated graph convolutional network, and storage medium

ActiveCN111080400AExact embedding representationIgnore complex transformation propertiesBuying/selling/leasing transactionsNeural architecturesUndirected graphAlgorithm
The invention relates to a commodity recommendation method based on a gated graph convolutional network. The commodity recommendation method comprises: modeling a session sequence into an undirected graph, wherein in the undirected graph, one vertex represents one commodity, each edge represents that the user clicks the commodities at the two ends of the edge in two consecutive clicks of the session, and the weight of the corresponding frequency is given to each edge according to the frequency of occurrence of each edge in the session; initializing commodities in all sessions in the session sequence into a unified embedding space to obtain an embedding representation of the commodities in each session, and learning the embedding representation of the commodities in the sessions through a graph convolution network and a gating cycle unit; learning the embedded representation of the session according to the learned embedded representation of the commodity in the session; multiplying theembedded representation of all the commodities and the embedded representation of each session according to the obtained embedded representation of all the commodities and the embedded representationof each session, then performing normalization processing through a softmax function to obtain recommendation scores for all the commodities of each session, and performing commodity recommendation according to the recommendation scores.
Owner:SUN YAT SEN UNIV

BERT embedding-based software programming field entity identification method

PendingCN112149421ASolve sequential problemsReduce vector space dimensionalityCharacter and pattern recognitionNatural language data processingConditional random fieldManual annotation
The invention relates to a BERT embedding-based software programming field entity identification method, and belongs to the technical field of natural language processing, deep learning and software resource mining. The method comprises the following steps: firstly, carrying out text analysis and preprocessing on a data set of a software question and answer community StackOverflow by utilizing a natural language processing technology, determining a software programming domain entity category in combination with domain analysis, and carrying out manual annotation on sample data based on a Bartnatural language annotation tool to obtain a training set and a test set; secondly, obtaining semantic and vectorized representation of an input sequence through a BERT pre-training language model, and performing model training on the input sequence in combination with a BiGRU bidirectional recurrent neural network; and finally, modeling the input label sequence through a CRF conditional random field, thereby obtaining the label sequence with the maximum probability, and achieving entity identification in the field of software programming. Based on a deep learning training method, specific entities in the software programming field can be effectively identified under the condition of a small amount of labeled sample data.
Owner:YUNNAN NORMAL UNIV

Real-time visual target tracking method based on twin convolutional network and long short-term memory network

The invention relates to a real-time visual target tracking method based on a twin convolutional network and a long short-term memory network, which comprises the following steps of: firstly, for a video sequence to be tracked, taking two continuous frames of images as inputs acquired by the network each time; carrying out feature extraction on two continuous frames of input images through a twinconvolutional network, obtaining appearance and semantic features of different levels after convolution operation, and combining depth features of high and low levels through full-connection cascading; transmitting the depth features to a long-term and short-term memory network containing two LSTM units for sequence modeling, performing activation screening on target features at different positions in the sequence by an LSTM forgetting gate, and outputting state information of a current target through an output gate; and finally, receiving a full connection layer output by the LSTM to output the predicted position coordinates of the target in the current frame, and updating the search area of the target in the next frame. The tracking speed is greatly improved while certain tracking stability and accuracy are guaranteed, and the tracking real-time performance is greatly improved.
Owner:NANJING UNIV OF POSTS & TELECOMM

Method for predicating long correlation sequences by utilizing short correlation model

The invention relates to a method for predicating long correlation sequences by utilizing a short correlation model. Aiming at self-similarity network flow, the invention provides an ARMA (autoregressive moving average model) self-similarity sequence predicating method based on EMD (empirical mode decomposition). The method comprises the following steps of: firstly decomposing the self-similarity network flow into a plurality of IMFs (Intrinsic Mode Functions) by adopting the EMD method, wherein due to the narrow-band characteristic of the IMF, the IMF is provided to be a short correlation sequence, so that the problem of modeling predication of the long correction sequences is converted into the modeling and predicating for the plurality of short correlation sequences, and the complexity of the model is effectively reduced; secondly predicating the decomposed IMF sequences by utilizing excellent short correlation modeling predication capacity of an ARMA model; and finally providing a method for improving the predication precision of the model, so as to effectively reducing the normalization error of mean square of the predication result. The method provided by the technical scheme of the invention has the advantages of high predication precision and low complexity, and the predication precision of self-similarity flow is higher than that of a neural network model.
Owner:HARBIN INST OF TECH SHENZHEN GRADUATE SCHOOL

Optimal control method of multi-channel communication control system

InactiveCN103560899AEliminate out-of-sequence effectsProvide system control performance online in real timeTransmission path multiple useData switching networksOptimal controlClosed loop
The invention provides an optimal control method of a multi-channel communication control system, relating to a control method of a network control system. The method comprises the steps of packet wrong sequence modeling based on multi-channel communication, network control system modeling which ensures the execution of a newest signal, random system modeling based on a Markovian jump characteristic, and a real-time online controller design based on an adaptive way. According to the method, for a packet wrong sequence phenomenon existing in the multi-channel communication control system, a packet offset value is defined; then a signal switching random channel matrix is defined, modeling is carried out on NCSs to be Markovian jump systems which execute a newest signal; based on the Markov theory and combined with the LMI technology, for uncertain and certain multiple channel communication NCSs, a real-time adaptive controller is designed, and an obtained closed-loop system secondary performance index does not excess a specified upper bound. According to the method, the influence of a wrong sequence on network and control system performance is effectively eliminated, and the method is convenient, efficient, and feasible.
Owner:SHENYANG INSTITUTE OF CHEMICAL TECHNOLOGY

Named entity recognition method and device for Chinese sentences

The invention discloses a named entity recognition method for Chinese sentences, which comprises the following steps: inputting a Chinese character sequence into a recognition model, converting the Chinese character sequence into a character vector by the recognition model through a character embedding layer, and outputting the character vector to a convolutional network in the recognition model; the method also includes that the convolutional network performs convolution operation on each word vector to obtain a local semantic vector and outputs the local semantic vector to a self-adaptive combination layer in the recognition model; the self-adaptive combination layer performs attention calculation on the local semantic vector of the character and then splices the local semantic vector with the corresponding word vector to obtain a representation vector and outputs the representation vector to a sequence modeling network in the recognition model; and the sequence modeling network performs hidden layer modeling on the representation vector of the character and outputs the hidden layer vector obtained by modeling to a label reasoning layer in the recognition model to calculate a label corresponding to the hidden layer vector of the character. The local semantic information of the characters is extracted through the convolutional network and then is fused with the potential words based on the attention among the words, so that the utilization of the potential word information is realized, and the problem of wrong transmission of word boundaries is avoided.
Owner:BEIJING UNIV OF POSTS & TELECOMM

Session recommendation method based on convolutional self-attention network

The invention discloses a session recommendation method based on a convolutional self-attention network. The method comprises the following steps: 1) expressing each article in a session as a low-dimensional vector, wherein the low-dimensional vector is formed by adding article embedding and position embedding; 2) performing sequence modeling and intention modeling on the low-dimensional vector, capturing sequence information of the session by the sequence modeling, and capturing key intention information of the session by the intention modeling; and 3) based on the obtained splicing sequenceinformation and the key intention information, selectively predicting whether a user clicks the repeated articles or the non-repeated articles in the next step. Compared with the prior art, the invention has the advantages that firstly, the interdependence among different segments in the session can be captured, and the article representation sensitive to the session segment is obtained; and then,a bidirectional linear decoder is used, so that the parameter quantity of the model is reduced, and the performance and robustness of the model are improved. Finally, Gaussian shift is used to improve an attention layer, and a Gaussian weight factor is calculated, so that the performance of the repeated recommendation decoder is improved.
Owner:ZHEJIANG UNIV

Recommendation algorithm based on adversarial learning and bidirectional long-short-term memory network

The invention relates to a recommendation algorithm based on adversarial learning and a bidirectional long-short-term memory network, which comprises the following steps of: 1, predefining a symbol, including A1) defining a heterogeneous information network, A2) defining a path in the heterogeneous information network, A3) in the heterogeneous information network G, defining a node connection sequence from a user u to an article i as a path, and defining that p = [v1, v2,..., vl], and p belongs to P; and 2, modeling as following: S1, modeling an embedded layer, and representing the embedded layer by using an initialized node vector; S2, constructing a sequence modeling layer, using the vector representation obtained through initialization in the step S1 as input and applying the input to an existing bidirectional LSTM model based on an attention mechanism to optimize vector representation of the node, and learning a coefficient matrix and an offset vector in the model; S3, setting a prediction layer, and finally calculating the probability; and S4, constructing an adversarial learning model. According to the method, the problem of node relation noise in the heterogeneous network isrelieved by learning the adversarial regularization item, adding the adversarial regularization item into a loss function and optimizing the model, the robustness of node embedding is improved, and the recommendation accuracy is ensured.
Owner:CHONGQING UNIV

Recommendation method integrated with text semantic vectors and neural collaborative filtering

The invention discloses a recommendation method integrated with text semantic vectors and neural collaborative filtering. The recommendation method comprises the steps that a data preprocessing moduleacquires user comment texts and article metadata; a user comment representation module generates an embedded vector of a user comment according to the user comment text; and an article content characterization module generates an embedded vector of the article content according to the article description text; a recommendation model inputs the embedded vector of the user comment, the embedded vector of the article content, the one-hot codes of the user ID and the article ID into a hybrid recommendation module and a score prediction module in sequence to perform user score prediction. A paragraph vector embedding representation method of the text is introduced, representation learning of the text of user comments and article contents is realized, the obtained embedding vectors are input into a user emotion analysis network and an article content analysis network, and the output of the embedding vectors is regarded as the collaborative attention of the user and the article; the invention is applied to interaction sequence modeling of user articles, and improve the score prediction effect of the recommendation model.
Owner:合肥龙智机电科技有限公司

User behavior model training method, recommending method, model training device and equipment

The invention discloses a user behavior model training method, a recommending method, a model training device and equipment. The model training method comprises the steps of acquiring a user behaviorsequence; inputting the user behavior sequence into a user behavior sequence model under the current model parameter to obtain a current user expression; obtaining a first training sample according tothe current user expression and the user behavior sequence; determining a mutual information loss value by adopting a mutual information loss function according to the first training sample, and updating model parameters of the user behavior sequence model according to the mutual information loss value; and taking the updated model parameter as the current model parameter, and returning to execute the step of inputting the user behavior sequence into the user behavior sequence model under the current model parameter to obtain the current user expression until the current model parameter meetsthe preset condition. User behavior sequence modeling is realized through an unsupervised learning method based on mutual information maximization, the training time and cost of the user behavior sequence model are reduced, and the invention can be widely applied to the field of artificial intelligence.
Owner:INST OF COMPUTING TECH CHINESE ACAD OF SCI +1

ViSAR-based anomalous change detection and tracking method

InactiveCN104318589AFix defocusSolve the problem of ambiguous goalsImage analysisMonitor equipmentBackground image
The invention relates to a ViSAR-based anomalous change detection and tracking method. The ViSAR-based anomalous change detection and tracking method comprises the first step of target detection, wherein a foreground image and a background image are determined through the method of subtraction of a previous frame and a next frame of original three frames of an image of a video, a background region and a motion region are determined after setting of the foreground image and the background image of the image is completed, the motion region is demarcated as a target, position information and a statistical histogram of the demarcated target serve as the features of the demarcated target, the demarcated target and the position information and the statistical histogram which are carried by the demarcated target are brought into a next frame, and the second step is executed; the second step of target tracking and positioning; the third step of target anomalous change detection, namely dynamic sequence modeling. By the adoption of the ViSAR-based anomalous change detection and tracking method, monitoring equipment is not affected by weather conditions such as sunlight, cloud and mist, rainstorm and haze; the problems of defocusing and target blurring of SAR imaging are solved through a special algorithm.
Owner:CHINA ELECTRONICS TECH GRP CORP NO 14 RES INST

Method for diagnosing hub bearing fault of automobile based on Hankel matrix

InactiveCN108960328ASatisfied with multiple fault classification resultsImprove relevanceMachine bearings testingCharacter and pattern recognitionOriginal dataEngineering
The invention relates to a method for diagnosing the hub bearing fault of an automobile based on a Hankel matrix. The method comprises steps of firstly constructing the Hankel matrix to achieve the two-dimensional matrix representation of an original vibration signal and to improve signal correlation; secondly, establishing a convolutional neural network (CNN) of a known fault mode to enhance a hidden Markov model; and finally, diagnosing a fault mode of an unknown fault type by using the model. The CNN is a data-driven feature learning method, can perform convolution and sub-sampling operations on a two-dimensional signal represented by the Hankel matrix from the original data by using the CNN model, completely retains a part of representing the features of the signal, reduces the high-dimensional interference components in the signal, solves the feature automatic learning problem of the fault signals, and finally establishes the hidden Markov model of the known fault mode by using the self-learned feature. On the one hand, the method uses the CNN to automatically learn the features and reduce data dimension so as to obtain the distributed feature representation of the data; and on the other hand, determines the fault type by using the dynamic sequence modeling capability and the timing sequence mode classification ability of the Hidden Markov Model.
Owner:WENZHOU UNIVERSITY

Process manufacturing industry irregular sampling dynamic sequence modeling method based on sampling interval perception long and short term memory network

ActiveCN111832703AImprove accuracyCalculations are small and efficientNeural architecturesResourcesData setNon linear dynamic
The invention provides a process manufacturing industry irregular sampling dynamic sequence modeling method based on a sampling interval perception long-term and short-term memory network. The methodspecifically comprises the following steps: firstly, selecting a key process variable which influences the production process and the product quality from the production process as a quality variable,and then continuously and irregularly sampling the input process variable and the quality variable to obtain a dynamic data sequence; preprocessing the sampled original dynamic data sequence; duringmodeling, converting the sampling interval into a proper weight by using a non-additive function, performing calculating by using a full connection layer to obtain a predicted value of a quality variable, and determining training set data and a test data set according to a sequence; training a network, and determining a network structure and hyper-parameters; and realizing real-time online prediction of the quality variable. According to the method, irregular sampling data in the process manufacturing industry can be processed, nonlinear dynamic characteristics in the industry can also be processed, the calculated amount is small, and the applicability and accuracy of the soft measurement model are greatly improved.
Owner:CENT SOUTH UNIV

Comment sentiment analysis method based on improved neural network

The invention discloses a comment sentiment analysis method based on an improved neural network, and the method comprises the steps: constructing a comment representation matrix for inputted comment text data; calculating a comment representation matrix through a plurality of convolution kernels in sequence to obtain feature maps of different sizes; calculating each obtained feature map by using pyramid pooling to obtain a feature vector with a fixed length; splicing to obtain a feature vector of each feature map, and connecting the feature vectors with the full connection layer; mapping the output of the full connection layer into a probability distribution vector by using a Softmax function, wherein each dimension of the probability distribution vector corresponds to an emotion categoryin the emotion analysis task; and selecting the emotion category corresponding to the value with the maximum probability in the probability distribution vector as a comment emotion judgment result. According to the method, the text sequence can be effectively modeled, and the sequence characteristics of the text can be effectively reserved, so that the emotional attitude in the comment text content can be accurately and effectively recognized.
Owner:CHENGDU UNION BIG DATA TECH CO LTD

Morse code automatic identification method based on Bi-LSTM neural network

The invention relates to the technical field of communication signal processing, in particular to a Morse code automatic identification method based on a Bi-LSTM neural network. The method comprises the following steps: S1, constructing a convolutional neural network and a Bi-LSTM neural network, and performing sequence modeling in combination with the Bi-LSTM neural network and the convolutionalneural network to generate a multi-mode LSTM model; S2, training the multi-mode LSTM model in a joint training mode, and performing joint optimization on parameters of the Bi-LSTM neural network and the convolutional neural network; S3, acquiring a Morse code audio signal, and preprocessing the Morse code audio signal to obtain a preprocessed audio signal; S4, analyzing and converting the preprocessed audio signal to generate a frequency spectrum image of the audio signal; S5, inputting the frequency spectrum image into a multi-mode LSTM model, and outputting a probability vector result; and S6, judging the content of the Morse code by utilizing a probability vector result. According to the method, the deep neural network model based on Bi-LSTM can be utilized to efficiently and accuratelycomplete automatic identification of the Morse code.
Owner:长沙深之瞳信息科技有限公司
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products