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

668 results about "Backpropagation" patented technology

Backpropagation algorithms are a family of methods used to efficiently train artificial neural networks (ANNs) following a gradient-based optimization algorithm that exploits the chain rule. The main feature of backpropagation is its iterative, recursive and efficient method for calculating the weights updates to improve the network until it is able to perform the task for which it is being trained. It is closely related to the Gauss–Newton algorithm.

Infrared target instance segmentation method based on feature fusion and a dense connection network

PendingCN109584248ASolving the gradient explosion/gradient disappearance problemStrengthen detection and segmentation capabilitiesImage enhancementImage analysisData setFeature fusion
The invention discloses an infrared target instance segmentation method based on feature fusion and a dense connection network, and the method comprises the steps: collecting and constructing an infrared image data set required for instance segmentation, and obtaining an original known infrared tag image; Performing image enhancement preprocessing on the infrared image data set; Processing the preprocessed training set to obtain a classification result, a frame regression result and an instance segmentation mask result graph; Performing back propagation in the convolutional neural network by using a random gradient descent method according to the prediction loss function, and updating parameter values of the convolutional neural network; Selecting a fixed number of infrared image data training sets each time and sending the infrared image data training sets to the network for processing, and repeatedly carrying out iterative updating on the convolutional network parameters until the convolutional network training is completed by the maximum number of iterations; And processing the test set image data to obtain average precision and required time of instance segmentation and a finalinstance segmentation result graph.
Owner:XIDIAN UNIV

An image recognition and recommendation method based on neural network depth learning

The invention provides an image recognition and recommendation method based on neural network depth learning. The method obtains pictures and classification from an image database, inputs to a convolution neural network, trains the neural network through repeated forward and backward propagation, improves image recognition accuracy, and extracts a 20-layer neural network model. By using this model, the object recognition and classification is carried out by collecting static pictures. Results are recognized, and by combining with the personalized characteristics of the input, the input probability of interest is analyzed. By using the machine learning model based on the effective recognition and classification of the material cloud database, and using the recommendation system algorithm, the predicted content material is pushed to the image inputter for cognitive learning. The method of the invention has the advantages of high image recognition rate, multiple recognition types and accurate content recommendation, and can be applied to the electronic products of a computer with a digital camera, a mobile phone, a tablet and an embedded system, so that people can photograph and recognize the objects seen in the eyes and actively learn the knowledge of recognizing the objects.
Owner:广州四十五度科技有限公司

Device and method for suppressing subsynchronous oscillation of power system

The invention discloses a device and method for suppressing subsynchronous oscillation of a power system. The method comprises the following steps of: firstly, filtering the rotation speed signal of a generator to obtain the subsynchronous rotation speed signal of each mode; processing the subsynchronous rotation speed signal of each mode respectively to obtain a change rate; then, generating an additional control signal through a Sugeno type fuzzy reasoning system; and finally, performing amplification, overlapping and amplitude limiting on the obtained additional control signal, and generating an exciting voltage additional control signal so as to change the exciting current, generate a subsynchronous frequency damping torque and suppress the subsynchronous oscillation. In the method provided by the invention, a training sample of a fuzzy controller is established according to the phase compensation principle, and the parameters of the fuzzy system are optimized and trained by use of a learning algorithm of an error backpropagation neural network. The method solves the problem that the expert experience is difficult to obtain by the fuzzy controller, and the additional exciting damping controller can effectively suppress the subsynchronous oscillation of the power system.
Owner:SOUTHEAST UNIV

Neural network device for evolving appropriate connections

A system and method for evolving appropriate connections in feedforward topological networks. FIG. 1 illustrates an exemplary flow diagram of a method for evolving appropriate connections in a neural network device according to an aspect of the present invention. Initially, weight changes induced by each particular training sample or pattern are calculated using, for example, a conventional network training rule such as Hebb or backpropagation (step 101). Next, a ratio of the weight changes for existing connections to incipient connections ("K" ratio) is calculated (step 103). If this K ratio exceeds a specified threshold, weight changes are implemented (step 105), in which existing weights are increased by (1-E)x(total weight change of existing connections), where E is a network-wide parameter. The remaining amount (E)x(total weight change of existing connections) is added to form neighboring connections (step 107). It is to be noted that if neighboring connections are not yet in existence (i.e, they are incipient connections), they can be created by this mutation rule; however, whether such new connections are created depends on the size of the weight increase computed in step 101, together with the magnitude of E. After cycling through a training set, connections that are weak (e.g., weaker than a specified threshold) are deleted (step 109). Following step 109, the system returns to step 101. Advantageously, a system and method according to the present invention allows a combination of the advantages of fully connected networks and of sparse networks and reduces the number of calculations that must be done, since only the calculations corresponding to the existing connections and their neighbors need be determined.
Owner:THE RES FOUND OF STATE UNIV OF NEW YORK

Two-stage image retrieval method based on convolutional neural network

The invention provides a two-stage image retrieval method based on a convolutional neural network. The method comprises the following steps: adding a feature extraction layer between a convolutional layer and a dense connection layer of a VGG16 network to construct a convolutional neural network model; training the convolutional neural network model by using the training set and the verification set, and adjusting parameters of the convolutional neural network model by using back propagation; inputting the test set into a trained convolutional neural network model, mapping the feature vectorsby using hash function mapping to obtain binary hash codes, and classifying the vectors output by the dense connection layer by using a softmax classification function to construct a secondary index library; and inputting a to-be-retrieved image into the trained convolutional neural network model, and carrying out first-stage retrieval and second-stage retrieval. According to the method, further search is carried out under the corresponding image category, accurate classification and rapid retrieval of the images are achieved through classification optimization retrieval, the retrieval speed of similar features is increased, and the query efficiency is improved.
Owner:ZHENGZHOU UNIVERSITY OF LIGHT INDUSTRY

Gradient descent and generalized inverse-based complex-valued neural network training method

The invention relates to a gradient descent and generalized inverse-based complex-valued neural network training method. The method includes the following steps that: step 1, a single-hidden layer complex-valued neural network model is selected; step 2, the gradient descent and generalized inverse are utilized to calculate a weight matrix and a weight vector in the single-hidden layer complex-valued neural network model; step 3, the network parameters of the complex-valued neural network model are obtained according to the weight matrix and the weight vector, and mean square error is calculated, and 1 is added to the number of iterations, and the method returns to the step 2. According to the method of the invention, the input weight of a hidden layer is generated through the gradient descent, and the output weight of the hidden layer is always solved by the generalized inverse. The method of the invention has the advantages of small number of iterations, short corresponding training time, high convergence speed and high learning efficiency, and just needs few hidden layer nodes. Therefore, the method of the invention can reflect the performance of the complex-valued neural network more accurately compared with a BSCBP (Batch Split-Complex Backpropagation Algorithm) method and a CELM (Complex Extreme Learning Machine) method.
Owner:CHINA UNIV OF PETROLEUM (EAST CHINA)

Training method, identification method, device and processing device for recurrent neural network

The invention provides a training method, a recognition method, a device and a processing device of a recurrent neural network, which relate to the technical field of motion recognition. The method comprises the following steps: a training sample is obtained, wherein the training sample comprises a multi-frame image sequence of a video and a motion identification corresponding to the video; feature extraction is carried out on multi-frame image sequences to obtain image sequence features, and the image sequence features include the features of each frame image; the feature of image sequence isinput into recurrent neural network for action classification, and the action classification probability of each image frame is obtained; among them, the action classification contains no action class; based on the action classification probability, the loss function is calculated according to the connection sequence classification method; the recurrent neural network is trained by back propagation of loss function. The embodiment of the invention can better learn the connection relationship between the actions and more accurately predict the actions of the time series, so that finer granularity and more accurate action recognition can be carried out on the actions.
Owner:BEIJING KUANGSHI TECH

Optical diffraction neural network online training method and system

The invention provides an optical diffraction neural network online training method and system based on an optical reciprocity and phase conjugation principle. For the optical diffraction neural network online training method, in the forward propagation step, input light reaches an imaging surface through a series of phase modulators, and light field distribution of each phase modulator surface and the imaging surface is recorded at the same time; in the loss field calculation step, the error between the intensity of the image plane light field and the standard value is calculated, and the image plane phase conjugation principle light field is modulated according to the error, and the loss light field is obtained through calculation; in the step of back propagation, a complex field generation module is used for generating a loss light field, and the loss light field is subjected to back propagation, and obtained accompanying light fields are recorded on conjugate surfaces of phase modulators one by one; and in the gradient calculation and updating step, the gradient of each pixel of the phase modulator is calculated according to the phase modulator surface light field recorded in the forward propagation step and the accompanying light field recorded in the reverse propagation step, and gradient descent is performed according to the gradient, and iteration is performed until convergence.
Owner:北京超放信息技术有限公司

Internet financial credit evaluation method based on PSO-BP neural network

InactiveCN112037012AArbitrarily complex pattern classification capabilityExcellent multi-dimensional function mapping abilityFinanceArtificial lifePrincipal component analysisThe Internet
The invention discloses an Internet financial credit evaluation method based on a PSO-BP neural network, and the method comprises the steps: obtaining a result true value of information, carrying outthe normalization processing and principal component analysis dimensionality reduction of obtained data, dividing a test set and a training set, initializing the number of input nodes, the number of output nodes and the number of hidden layer nodes of the BP neural network; using a traditional gradient descent method and back propagation for continuously adjusting the weight and the threshold of anetwork to construct a BP neural network model, using a particle swarm algorithm for optimizing the connection weight and the threshold to obtain a PSOBP neural network model, and using a verification set for verification and optimization; and deploying the model to an application system to perform feature parameter extraction and prediction classification on data of a real-time application client. According to the invention, the convergence rate of the BP neural network is greatly improved, the obtained credit evaluation model of the PSO-BP neural network can accurately and quickly realize credit evaluation of an Internet financial applicant, the service timeliness of application approval is effectively improved, and the risk control cost and the application fraud risk are reduced.
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