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

867 results about "Decision tree model" patented technology

In computational complexity the decision tree model is the model of computation in which an algorithm is considered to be basically a decision tree, i.e., a sequence of branching operations based on comparisons of some quantities, the comparisons being assigned unit computational cost. The branching operations are called "tests" or "queries". In this setting the algorithm in question may be viewed as a computation of a Boolean function f:{0,1}ⁿ→{0,1} where the input is a series of queries and the output is the final decision.

Stratification characteristic analysis-based method and apparatus thereof for on-line identification for TCP, UDP flows

The invention relates to a stratification characteristic analysis-based method and an apparatus thereof for on-line identification for TCP, UDP flows. The method comprises the following steps that: an off-line phase determines a common port number of a first layer to-be-identified service type and a characteristic field of a second layer to-be-identified service data flow through a protocol analysis; a port number and characteristic field database is constructed; meanwhile, a third layer Bayesian decision tree model is obtained by training by employing a machine study method; and service type identification on a flow is completed by utilizing the characteristic database and a study model at an on-line classification phase. In addition, the apparatus provided in the invention comprises a data flow separating module, a characteristic extraction module, a characteristic storage module, a characteristic matching module, an attribute extraction module, a model construction and classification module and a classification result display module. According to the embodiment of the invention, various application layer services based on TCP and UDP are accurately identified; moreover, the identification process is simple and highly efficient; therefore, the method and the apparatus are suitable for realization of a hardware apparatus and can be applied for equipment and systems that require on-line flow identification in a high speed backbone network and an access network.
Owner:BEIJING UNIV OF POSTS & TELECOMM

Coastal city time sequence land utilization information extracting method

The invention discloses a coastal city time sequence land utilization information extracting method. The method comprises the following steps: acquiring a remote-sensing image Landsat, and preforming atmospheric correction on the same; constructing a remote-sensing classification feature index database by selecting a group of remote-sensing classification features; acquiring data elevation image DEM data to obtain elevation data and slope data; constructing a decision rule of single-classification feature index or multiple classification feature indexes according to different land utilization types of the coastal city based on a multi-feature decision tree model, classifying the coastal city land utilization step by step according to the rule, and finally determining various branches of the decision tree, detecting the time sequence remote-sensing image change, and distinguishing a mistaken classification land type and a missed classification land type, wherein the method further comprises the content of two parts: evaluating classification precision, and outputting the land utilizationclassification map extracted based on the decision tree model. By use of the extracting method disclosed by the invention, the coastal city land utilizationclassification precision can be greatly improved, and a key problem in the coastal city land utilizationclassification is solved.
Owner:XIAMEN UNIV OF TECH

Vehicle forced lane changing decision-making method based on decision-making tree model

The invention discloses a vehicle forced lane changing decision-making method based on a decision-making tree model. The vehicle forced lane changing decision-making method includes the following steps: firstly, reading related data during vehicle forced parallel lane changing in real time through a sensor; secondly, importing the obtained data into a vehicle forced lane changing decision-making module based on the decision-making tree model, wherein a method for building the module includes the steps of selecting training and testing data, splitting a tree, selecting attribute threshold values, pruning the tree, building the parallel lane changing decision-making tree model based on a weka platform and verifying the accuracy of the decision-making model; finally, forming a decision-making judgment result during vehicle forced lane changing through a decision-making module, and if the decision-making judgment result is that lane changing can not be carried out, giving an alarm in real time to remind a driver of the fact that lane changing can not be carried out. By means of the vehicle forced lane changing decision-making method, negative effects, caused by a complex early-warning algorithm and excessive decision-making judgment rules, on the judgment result are reduced, the accuracy and the reliability of decision-making judgment during vehicle forced lane changing are improved, and the false alarm rate is lowered.
Owner:JIANGSU UNIV

State prediction method and device

The invention discloses a state prediction method and device. The method comprises the following steps of: sampling target users; respectively generating a negative sample, a positive sample and a verification sample according to account information of lost and unlost users according to a recognized sampling moment; training a decision-making tree which is used for predicting user loss state afterthe sampling moment; inputting the verification sample into the trained decision-making tree model to obtain a predicted loss state; and if a correct recall rate obtained through carrying out calculation according to the predicted loss state and a practical loss state is not smaller than a threshold value, determining that the training of the decision-making tree model is completed, and carryingout user loss state prediction. According to the state prediction method and device, the decision-making tree model is trained by a training sample generated through sampling the target users, and user loss state prediction is carried out according to the trained decision-making tree model, so that the technical problems of relatively recognition efficiency low and reusing difficulty caused by user loss state prediction carried out through artificial experiences or established rules in the prior art are solved.
Owner:BAIDU ONLINE NETWORK TECH (BEIJIBG) CO LTD

Fuzzy rough set and decision tree-based track circuit red light strip fault positioning method

InactiveCN106202886AAttribute reductionAvoid logical operationsCharacter and pattern recognitionInformaticsFuzzy discretizationDiscretization
The invention discloses a fuzzy rough set and decision tree-based track circuit red light strip fault positioning method. The method mainly comprises the following steps of: 1) establishing an initial decision table; 2) carrying out fuzzy discretization on continuous fault feature attributes to establish a fuzzy decision table; 3) inputting fault sample training data to obtain a reduced decision table; 4) establishing a diagnosis decision tree model; 5) inputting measured data into the diagnosis decision tree model, carrying out calculation to obtain a fault diagnosis result, inputting the measured data into a diagnosis positioning decision tree model, carrying out preliminary judgement to obtain a fault positioning result, judging faults of specific equipment by combining expert experiences, and giving corresponding fault maintenance suggestions. The method can rapidly and correctly position fault points of uninsulated frequency shift track circuit red light strip faults, greatly reduce the blindness and complexity of fault diagnosis, have relatively good rule explanation and relatively good robustness, improve the fault positioning speed and correctness and provide a new fault positioning technological means for intelligent fault diagnosis of track circuits.
Owner:CHINA RAILWAYS CORPORATION +1

Fast partitioning method of HEVC (High Efficiency Video Coding) intraframe coding units based on decision tree

The invention provides a fast partitioning method of HEVC (High Efficiency Video Coding) intraframe coding units based on a decision tree. The method comprises the following steps: acquiring texture features of a current coding unit by constructing a histogram, wherein the texture features comprise the number of edge points of the current coding unit, the variance of a brightness value, the variance of a mean value of a subblock brightness value of the current coding unit and the variance of a subblock brightness value variance; and predicting the coding depth of the current coding unit by adopting a decision tree model according to the texture features. Since the texture features of the current coding unit are analyzed by constructing the histogram, and adaptive selection of the coding scale is performed by using the texture features through the decision tree model, thus unnecessary coding scale calculation can be skipped; and besides, experimental results show that the method provided by the invention saves 31% coding time on average during intraframe coding, while the average bit stream is increases by about 2.6% and at the same time, the PSNR of a video basically remains unchanged, thereby greatly reducing the coding complexity of the HEVC.
Owner:SHANGHAI INST OF TECH

Objectionable image distinguishing method integrating skin color, face and sensitive position detection

The invention relates to an objectionable image distinguishing method integrating skin color, face and sensitive position detection. The method comprises the following steps that a skin color model is firstly built, the face detection is carried out, the constituted feature vector of skin color and face features is extracted, a SVM (support vector machine) algorithm is utilized for training, and a SVM classifier is obtained; then, by aiming at the female breast in the local key position of the human body, SIFT (scale-invariant feature transform) features are extracted, an Adaboost algorithm is utilized for training, and an Adaboost classifier is obtained; next, by aiming at the female private parts in the local key position of the human body, the trunk region of the human body is determined, haar-like features are utilized as a template for carrying out searching and matching in the trunk region of the human body; and finally, the SVM classifier, the Adaboost classifier and the template matching method are adopted for carrying out image detection, a C4.5 decision-making tree method is utilized for integrating detection results, a decision-making tree model is built, the decision-making tree model is adopted for recognizing objectionable images, and the final distinguishing results are given. The objectionable image distinguishing method has the advantages that the detection accuracy is improved, and meanwhile, the execution speed is ensured.
Owner:XI AN JIAOTONG UNIV

Method for releasing advertisements, terminal and computer readable storage medium

An embodiment of the invention discloses a method for releasing advertisements, a terminal and a computer readable storage medium. The method includes receiving total inquiry traffic and acquiring model training data and static attribute feature data and dynamic attribute feature data of users according to the total inquiry traffic; determining total scene data about exposure/clicking according tothe model training data, the static attribute feature data and the dynamic attribute feature data; combining logic regression models and gradient enhancement decision tree models with one another according to single-order features to predict a plurality of potential click-through rate values of the multiple advertisements; receiving advertisement click-through value estimated values inputted by users and computing offered prices of the multiple advertisements according to the multiple potential click-through rate values and the advertisement click-through value estimated values; ranking the offered prices of the multiple advertisements to obtain advertisement offered price ranking tables and releasing the advertisements according to the advertisement offered price ranking tables. The method, the terminal and the computer readable storage medium in the embodiment of the invention have the advantages that the pCTR (predict click-through rates) of advertisement click-through rates can beaccurately estimated, and the advertisements further can be accurately released.
Owner:深圳市和讯华谷信息技术有限公司

Method and system for processing call based on decision tree model

The invention provides a method and a system for processing a call based on a decision tree model; the method comprises the following steps: obtaining basic information and associated information of a user according to an incoming call number; combining the basic information and the associated information as an input and matched first pushing information as an output to construct the decision tree model; inputting the basic information and the associated information of the specific user to the trained decision tree model and calculating to obtain second pushing information of the specific user; and pushing the second pushing information to a customer service. According to the method and the system for processing the call based on the decision tree model provided by the invention, when the incoming call user dials a customer service hotline, the user does not need to input a digital incoming line again according to a voice prompt, and the call dialing is accurately matched to a customer service group, so that the artificial customer service, when the user incomes the line, can know the question that the user wants to consult simultaneously; and therefore, the operation of the user and the time of listening to a prompt tone for operation are effectively reduced, the user satisfaction of a customer is effectively improved, and the working efficiency of the customer service is improved.
Owner:BEIJING JINGDONG SHANGKE INFORMATION TECH CO LTD +1

Indoor fast positioning method and system based on multi-source sensor

PendingCN108225304AEliminate drift errorsAvoid bugfixesNavigation by speed/acceleration measurementsFrequency spectrumAccelerometer
The invention provides a fast positioning method and system based on a multi-source sensor. The fast positioning method comprises the following steps: extraction and classification of motion features:utilizing EMD (Empirical Mode Decomposition) and FFT (Fast Fourier Transformation) to carry out energy spectrum analysis, carrying out feature classification by a classic decision-making tree model-NBC, so as to construct a pedestrian motion feature based on an accelerometer signal; recognition of a real-time proceeding state: utilizing feature classification of fuzzy least square support vectormachines to exactly estimate motion modes of pedestrians; parameter model estimation of gaits: calculating the step frequency and the step length of the pedestrians according to time difference of thepeak and the trough of the signal and the spectrum energy change, and by combination with the height and the weight of the pedestrians, initially establishing a step-length estimation model of the pedestrians; course estimation: realizing reliability estimation of pedestrian courses on the basis of a heuristic type drifting cancellation method. The fast positioning method and system provided by the invention have the beneficial effects that a pedestrian motion direction is accurately reckoned, high-accuracy indoor fast positioning is realized, and beneficial reference is provided for reliability application of an intelligent navigation system.
Owner:青岛美吉海洋地理信息技术有限公司 +1

User-side energy equipment intelligent maintenance method

The invention provides a user-side energy equipment intelligent maintenance method. The method comprises the following steps of obtaining the all-dimensional data of all energy equipment through an Internet of Things sensor system; adding the analog data into a digital model pre-stored in a cloud platform to obtain a digital virtual mirror image of the building energy system, and performing analogoperation and maintenance operation by operation and maintenance personnel based on the digital virtual mirror image to obtain the analog operation and maintenance data; extracting the key data fromthe simulated operation and maintenance data, carrying out abnormal point elimination on the key data, and analyzing the key data by utilizing a big data analysis algorithm to obtain relevant data ofthe equipment health degree portrait; carrying out the abnormal attribute classification according to the equipment health degree portrait to determine specific information of the fault hidden dangerand output corresponding alarm information, and using the cloud platform to update the fault decision tree model according to all data associated with the fault handling operation. The method has thebeneficial effects that the operation and maintenance cost is reduced, and the operation and maintenance efficiency is improved.
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