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

318 results about "Apriori algorithm" patented technology

Apriori is an algorithm for frequent item set mining and association rule learning over relational databases. It proceeds by identifying the frequent individual items in the database and extending them to larger and larger item sets as long as those item sets appear sufficiently often in the database. The frequent item sets determined by Apriori can be used to determine association rules which highlight general trends in the database: this has applications in domains such as market basket analysis.

Running track prediction method aiming at specific vehicle potential group

The invention relates to a running track prediction method aiming at a specific vehicle potential group. The running track prediction method comprises the following steps: looking up the potential group vehicle of a certain specific vehicle by using the original traffic data when the specific vehicle is discovered; judging whether the potential group vehicle is the specific vehicle; increasing the risk coefficient of the vehicle when the potential group vehicle is not the specific vehicle; adding a license number of the vehicle into a specific vehicle list when the risk coefficient of the potential group vehicle exceeds a predetermined threshold value; predicting a running track of the vehicle if the license number of the vehicle is added into the specific vehicle list; performing mode extraction on a running record of the specific vehicle by using a class Apriori algorithm to generate a rule set R during track detection; judging whether a final passing barrier of the specific vehicle exists in the generated rule set R; and looking up a prediction path of the specific vehicle according to the corresponding rule in R if the barrier exists in the rule set R, and otherwise, predicting the running track of the specific vehicle by establishing a Bayesian network of the final passing barrier of the specific vehicle. The prediction result provided by the invention can provide effective technical support for the decision making of related departments and the safety guarantee of urban roads.
Owner:INST OF INFORMATION ENG CAS

Periodic associated rule discovery algorithm based on time sequence vector diverse sequence method clustering

The utility model relates to a discovering algorithm with clustered cycling associated rule, based on a differing sequence method of time series vector. Firstly, in view of the drawback of the current discovering algorithm with cycling associated rule on the problem of dividing a plurality of time domains, an algorithm called CMDSA is proposed. The algorithm selects a time series vector which comprises a item supporting degree as the data character in time area to cluster; meanwhile, the clustering number is controlled by a DB principle to reach the best clustering result, so that each time area under the cycling associated rule can be identified more accurately and more useful cycling associated rules can be found compared with the current algorithm. Aiming at the fact that all the current algorithm of cycling associated rule are based on the Apriori algorithm and the efficiency is low, an algorithm of CFP-tree based on Fp tree is proposed. The algorithm of CFP-tree adopts cycling tailoring technique based on the condition FP tree to enhance the algorithm efficiency. Thus, the adoption of the discovering algorithm with cycling associated rule of CFP-tree is far better than the prior algorithm based on Apriori in the time and space efficiency.
Owner:杭州龙衍信息工程有限公司

IaaS (Infrastructure as a Service) cloud platform network fault positioning method and system based on log analysis

The invention discloses an IaaS (Infrastructure as a Service) cloud platform network fault positioning method and system based on log analysis. The IaaS cloud platform network fault positioning system comprises a fault injection module, a log acquisition and analysis module, a knowledge generation module and a fault detection and positioning module. Firstly, by injecting various typical network faults, various corresponding fault logs are formed; then aiming at various faults, log information related to network faults of each layer of physical resources, an operation system, a virtual machine, an OpenStack and the like is respectively acquired, and fault feature mining is carried out on the acquired network fault log information by using an Apriori algorithm; on such basis, according to a maximal frequent item set and parameters, such as a supporting degree, a confidence degree and the like, association rules and knowledge, which correspond to the specific network faults, are generated by utilizing a bayes formula; and finally, when a system has a network fault again, the network fault can be compared with the association rules of a knowledge base and analyzed according to an acquired fault log, so that the layer on which the network fault occurs is positioned.
Owner:SOUTHEAST UNIV +1

Network intrusion detection method based on association rule classification

The invention relates to a network intrusion detection method based on association rule classification. The network intrusion detection method comprises the steps of pre-processing network data, extracting an association rule, classifying network connection data and displaying a classification result. According to the invention, on the basis of an improved Apriori algorithm (Apriori-index), a KDDCup99 network connection data set, namely an international standard data set, is taken for example; firstly, the association rule is extracted from network connection data selected from the KDDCup99 network connection data set; then, test network connection data is classified according to the association rule; therefore, whether current network connection is attack connection or not can be judged; the specific attack type of the current network connection can also be judged; and related statistical data is displayed. The Apriori-index algorithm is more suitable for the KDDCup99 data set; the association rule extraction speed and the network connection classification speed are greatly increased; the accuracy of a detection result is also improved; and the disadvantages of slow classification speed and high false alarm rate in the traditional intrusion detection system are improved to a certain degree.
Owner:TIANJIN UNIVERSITY OF TECHNOLOGY

Method and system for analyzing fault root cause

The invention provides a method and a system for analyzing a fault root cause. The method comprises the following steps that: according to the time attribute of each piece of data in a dataset, carrying out sorting, and segmenting the dataset according to a preset time window to obtain multiple groups of sub-datasets; according to an Apriori algorithm, obtaining a frequent item set and an association rule in the dataset, wherein the frequent item set contains a certain quantity of data with a strong association relationship; and according to the time attributes of the data in the frequent itemset, carrying out sorting, matching the data which ranks higher with adjoint warning cause data pre-stored in a warning cause database in sequence, if the data which ranks higher is successfully matched with the adjoint warning cause data pre-stored in the warning cause database, removing the data which ranks higher from the dataset, and continuously carrying out comparison from a next data itemuntil the data which fails to be matched and ranks higher is taken as the root cause of the data of which the time sequence ranks at the bottom in the frequent item set. The method is suitable for thefull-dimension monitoring scene of an IT (Information Technology) system, the pressure of operation and maintenance personnel is released, and the quality requirements of the operation and maintenance personnel are lowered.
Owner:BEIJING TIANYUAN INNOVATION TECH CO LTD

Underwater image enhancement method based on foreground model

The invention discloses an underwater image enhancement method based on a foreground model. The method comprises the following steps that: improving a background light estimation method so as to effectively avoid the influences of underwater image overexposure, artificial light sources and the like; combining with the cognition of people for the underwater image, and utilizing a dark channel priori algorithm to remove background scattering and extract the foreground model; and combining with a white balance algorithm to put forward a color correction method suitable for the underwater image, and utilizing the attenuation characteristic of light in water to correct channel gains according to a relationship between channel attenuation coefficients so as to compensate color distortion caused by attenuation; and utilizing the channel gains to regulate a fogless image, and finally, obtaining the enhanced underwater image. By use of the method, the enhancement effect of an object part is clear and distinct, and a visual effect is better; image blurring is effectively removed, so that the definition of the enhanced underwater image is greatly improved, image details are better, the image enhancement of the background part is not affected on the basis of the color correction of the foreground model, the enhanced underwater image has more natural integral colors, and image brightness is within an acceptable range.
Owner:TIANJIN UNIV

Association rule mining system based on improved Apriori algorithm

The invention provides an association rule mining system based on an improved Apriori algorithm. The association rule mining system comprises a data pretreatment module, a connection module, a pruning module, a frequent item statistics module and an association rule generation module, wherein the data pretreatment module interacts with a database, and takes charge of converting text data in the database into an integer format capable of carrying out bit operation; the connection module, the pruning module and the frequent item statistics module are used for forming concrete realization of the Apriori algorithm, and taking charge of regeneration of a frequent item set; and the association rule generation module interacts with the frequent item statistics module, and takes charge of converting frequent items generated by the frequent item statistics module into specific association rules. By virtue of a frequent item statistics method based on bit operation, the complexity of pruning operation is simplified; and the database scanning frequency is reduced, so that the association rule mining efficiency is improved; the consumption of system resources is reduced; the relatively efficient and convenient association rule mining business can be provided for enterprises and merchants; and the association rule mining system has the relatively great practical value.
Owner:JIANGSU CAS INTERNET OF THINGS TECH VENTURECAPITAL

Ship electric power station fault diagnosing method based on knowledge petri network

ActiveCN104268375AChange the situation that is prone to missed judgment of the cause of failureImprove the disadvantages of lack of operabilityFault locationSpecial data processing applicationsNetwork modelRule mining
The invention discloses a ship electric power station fault diagnosing method based on a knowledge petri network. The method includes the steps that (1) fault symptom sets of units of a ship power station are obtained and screened according to a ship power station fault Petri network model; (2) by means of an improved Apriori algorithm, strong association rule mining is carried out on the fault symptom sets and the fault units; (3) by means of man-machine conversation, a user inputs fault symptom characteristic quantity and confidence, a system carries out fault symptom identification through fuzzy reasoning by means of a strong association rule to determine the fault units; (4) the fault units serve as a root database, faulty Petri subnets are extracted from the Petri network model, fault reason diagnosis is carried out by means of a forward operation and backward inference method, and according to diagnosis results, fault reasons, fault route graphs and a corresponding fault maintenance method are provided. The ship electric power station fault diagnosing method can avoid false negatives of the fault reasons, generates a fault propagation path, and improves accuracy and efficiency of ship power station fault diagnosis.
Owner:NAVAL UNIV OF ENG PLA

Commodity recommendation method compatible with O2O applications in internet plus tourism environment

InactiveCN105809475AIncrease desire to purchase secondary goodsAdvertisementsCharacter and pattern recognitionApriori algorithmHigh weight
The invention discloses a commodity recommendation method compatible with O2O applications in an internet plus tourism environment. The method can be realized through the following steps. First, a tourist chooses a scenic spot to be visited and accesses all available commodities there from the scenic spot inquiring data base. The weight of each commodity is then initialized by the consideration of their click conversion rate and recorded sales. Records of commodities the tourist has browsed, purchased, added to his favorite or disliked will also be checked so as to update the weights of all the commodities. A collaborative filtering recommendation algorithm will be adopted to further update the weights of the commodities. The commodities are then listed in piles according to their weights from high to low and a certain amount of commodities enjoying the highest weights are then chosen as recommended commodities in a temporary list. Then an Apriori algorithm, a basic algorithm of frequent set of items mining method, will be adopted for possible packages of commodities to be purchased. The temporary list with recommended commodities is divided into two halves where the recommended commodities can be all browsed from high weights to low weights and each commodity will be re-listed so that the commodities at the first top half of the temporary list are the final ones to be recommended to the tourist.
Owner:NANJING UNIV +1

Association rule mining method for alarm event

The invention relates to the technical field of network management and discloses an association rule mining method for an alarm event. Based on a branch screening optimization policy and an Apriori algorithm, the method comprises the steps of sequentially reading each event item in a database, and generating a support degree calculation support array corresponding to each event item; on the basis of the Apriori algorithm, executing the branch screening optimization policy, and generating a frequent item set; on the basis of the frequent item set and the support degree calculation support array, calculating the confidence of an association rule to obtain an effective association rule under the restraint of minimum confidence. By constructing the support degree calculation support array, the calculation of a support degree is simplified, the reading frequency of the database is greatly reduced, and the algorithm efficiency is improved; by constructing an adjacent dictionary chain table, a binomial frequent set which meets the requirements on the support degree can be dynamically found, and the execution basis of the branch screening optimization policy is provided; ineffective branches are dynamically deleted, the binomial frequent set is quickly generated, and the algorithm efficiency is improved.
Owner:STATE GRID CORP OF CHINA +3

Power transformer defect information data mining method

ActiveCN105843210AReasonable and effective maintenance strategyEliminate omissionsElectric testing/monitoringData dredgingData set
The invention discloses a power transformer defect data mining method. The method includes the following steps that: defect attribute screening is performed on the historical defect data set D0 of a power transformer, so that a defect data set D1 can be formed; filling or deletion is performed on defect attributes in the D1, so that noise data can be decreased; new attributes are constructed based on existing attributes of the D1, discretization is performed on continuously-valued attributes, reasonable stratification is performed on categorical attributes, and therefore, a defect data set D2 can be formed; the correlation between input attributes and target attributes is calculated, uncorrelated attributes are deleted, the remaining attributes form a defect data set D3; the association relationships between the attributes of the defect data set are calculated by using an Apriori algorithm; and effective association rules are extracted, the defect factors of the power transformer are analyzed, an association rule knowledge base can be formed. With the power transformer defect data mining method of the invention adopted, the defects of the power transformer can be mined in a multi-dimensional and multi-level manner, the association relationships between the attributes can be extracted conveniently and fast, a basis can be provided for power transformer condition evaluation, and the accuracy of condition evaluation can be improved.
Owner:TSINGHUA UNIV +1

Pumped storage unit vibration trend prediction method

InactiveCN108875841AAccurate vibration trendAccurate vibration trend predictionForecastingCharacter and pattern recognitionData setUnit operation
The invention discloses a pumped storage unit vibration trend prediction method, which comprises the following steps of: firstly obtaining historical and real-time data of a unit online when it is innon-stationary vibration; transmitting data to a user terminal; performing time domain analyzing on vibration signals by utilizing experiential wavelet decomposition; extracting comprehensive characteristics of energy entropy and singular value; performing correlation analysis with unit operation working condition after performing discretization processing on signal characteristic data set according to a certain rule; performing frequent item mining by utilizing Apriori algorithm; analyzing time-space correlation of data characteristics and unit faults; dividing a unit safe operation area through correlation analyzing results; finally constructing a time series model, and predicting development trend in the future limited time through time series trend prediction method, so that the unit operate state trend is predicted and evaluated, and technical support is provided for implementing unit state overhaul. According to the pumped storage unit vibration trend prediction method, the trendcan be accurately predicted, evaluation index is comprehensive and it is convenient to evaluate.
Owner:STATE GRID CORP OF CHINA +2
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