EP1504365A2 - Method and apparatus for discovering evolutionary changes within a system - Google Patents
Method and apparatus for discovering evolutionary changes within a systemInfo
- Publication number
- EP1504365A2 EP1504365A2 EP02807269A EP02807269A EP1504365A2 EP 1504365 A2 EP1504365 A2 EP 1504365A2 EP 02807269 A EP02807269 A EP 02807269A EP 02807269 A EP02807269 A EP 02807269A EP 1504365 A2 EP1504365 A2 EP 1504365A2
- Authority
- EP
- European Patent Office
- Prior art keywords
- features
- data
- model
- input features
- significance signature
- 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.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
Definitions
- This application relates to numerical modeling.
- the application relates to adaptive system modeling and model evaluation.
- Numerical modeling typically involves generating a computer program or software module which can approximate or model the behavior of a dynamic system.
- a system may be characterized through a system model as a group of input parameters and corresponding group of output values which may be predicted by applying the input parameters.
- a purpose of the system model is to enable predictions or forecasts of the underlying dynamic system.
- Machine learning involves characterizing the behavior of a physical or procedural system, usually by utilizing a software simulation. The purpose is to enable prediction or forecasting of the system's behavior. For example, a profit may be made or a loss avoided, through a good forecast of a stock price. Similarly, with other systems, some sort of risk may be avoided or benefit gained, through some foreknowledge. This is not fortune-telling, but rather a forecast based on a system' s past behavior and possibly based on its past reactions to outside influences. There is some error inherent in these predictions, and the goal is to minimize this error.
- Machine learning is also sometimes called "blackbox modeling" because a system is usually reduced to a set of inputs and outputs, and little or no consideration is afforded to the inner workings of the system.
- Machine learning is different from other types of numerical modeling, such as first principle modeling, which relies on determining the inner mechanisms of a system.
- first principle modeling relies on determining the inner mechanisms of a system.
- first principle modeling is very difficult, probably expensive, and perhaps impossible.
- the output is the predicted price at which a stock will close.
- the inputs to the system are market factors, such as prices and activity of other stocks, and outside factors which influence the market, such as price of oil and retail sales. Even with little experience in the stock market, one may readily see that the possible number of model inputs is potentially enormous. Unless the focus is on the most significant indicators of a stock's price, even a supercomputer might not accomplish the task of modeling this system.
- a typical numerical modeling process includes a selection of system features to treat as model inputs. Except for the simplest systems, the set of possible input features are typically reduced to a manageable set of inputs. At the least, feature reduction strives to remove features which have the least effect on the system output and to remove features which appear to be static. Usually, an attempt is made to select out features with less effect on the outputs, in order to reduce the need for computational resources, as well as to reduce processing times, because manageability of the model typically depends upon analysis and processing resources.
- a numerical modeling process typically includes (a) a training or learning phase in which a model is generated through training from a body of known data, holding out some percentage of the data for (b) a model validation or test phase in which accuracy of the trained model is tested.
- a pairing of system inputs and outputs is often called a "pattern".
- a set of patterns called a training set
- the training set should contain patterns representative of most (if not all) of a system's behavioral modes.
- the group of outputs associated with a particular group of input parameters in a particular pattern may be actual outputs collected from the system when the -group of inputs were applied to the system.
- the outputs in the pattern may be a group of desired outputs, when the group of inputs is applied to the system.
- a learning methodology which typically is embodied in a computer program or software module, is applied with patterns in the training set, and the numerical model thereby learns the system behavior which is then stored as model parameters.
- Numerous learning methodologies are conventionally known. The methodologies of the present invention are not limited to application of any particular ones of the conventional learning methodologies .
- the trained system model is typically tested or validated in a test phase against another set of patterns, called a "test set".
- the test set should not contain patterns which were present in the training set.
- the test phase involves, for each pattern in the test set, comparing the system output predicted by the model to the expected outputs in the test pattern. The accuracy or effectiveness of the model is gauged by how well the model predictions agree with the pattern outputs. If the accuracy of the trained model is deemed sufficient, the model is deployed to the field and used to predict system behavior. After the model is deployed, the accuracy of the model may be periodically re-evaluated, in order to detect if the model is losing its effectiveness. If the model performance has degraded, the model may be retrained with additional data.
- new data corresponding to system inputs and system outputs may be collected and accumulated on-line while the model is in operation, and may be available for use in re-training the model.
- re-training fails to increase accuracy of the model to acceptable levels, then the feature selection performed in the original analysis must be repeated to determine if the system has evolved such that input features previously thought to be discardable have now become significant and the whole process of training and deployment also must be repeated.
- the method includes selecting from a plurality of candidate features of a system a set of input features and a superset of the input features and other features by using a baseline significance signature, generating a system model by using data corresponding to the selected input features set, maintaining online data corresponding to the superset of the input features and other features collected from the system, determining a new significance signature of the system by using the online superset data to perform a discriminant analysis of the candidate features, and detecting an evolutionary change in the system by comparing the new significance signature and the baseline significance signature.
- the method may further comprise selecting new input features by using the new significance signature.
- the method includes determining a baseline significance signature of current behavior of a system by performing a discriminant analysis, selecting from a plurality of candidate features a set of input features and a superset of the input features and other features by using the baseline significance signature, generating a system model by using data corresponding to the selected input features set, and maintaining online data corresponding to the superset of the input features and other features collected from the system.
- the method may further comprise evaluating an accuracy of predictions by the system model based on additional input features data, determining a new significance signature of the system by performing another discriminant analysis of the candidate features, if the accuracy of the system model predictions is below a predetermined accuracy level, and selecting new input features by using the new significance signature.
- the additional input features data may be obtained from the online collection of data.
- the adaptive system modeling method includes determining a baseline significance signature of current behavior of a system by using a decision tree methodology to perform a discriminant analysis, selecting from a plurality of candidate features a set of input features by using the baseline significance signature, and generating a system model by using data corresponding to the selected input features set.
- FIG. 1 shows a flow chart of an adaptive system modeling method, in accordance with one embodiment of the present disclosure, which may be applied to detect an evolutionary change in a system;
- FIG. 2 shows a flow chart of an adaptive system modeling method, in accordance with another embodiment of the present disclosure
- FIG. 3 shows a flow chart of an adaptive system modeling method, according to another embodiment of the present disclosure
- FIG. 4 shows a schematic representation of a stock price forecasting system
- FIG. 5 shows a schematic representation of a blackbox model corresponding to the stock price forecasting system of FIG. 4;
- FIG. 6 shows a flow chart of an adaptive system modeling method, according to another embodiment of the present disclosure.
- FIG. 7 shows a schematic representation of an exemplary decision tree for a coating formulation model
- FIG. 8 shows a user interface reporting training and validation results for a model trained with all available features, in connection with the coating formulation example of FIG. 7;
- FIG. 9 shows a graphical representation of a relationship between selected system features and an entropy measure, in connection with the coating formulation example of FIGS. 7 and 8;
- FIG. 10 shows a user interface reporting training and validation results for a model trained with the most significant features, in connection with the coating formulation example of FIGS. 7 and 9;
- FIG. 11 shows a user interface reporting training and validation results for a model trained with all available features, in connection with an exemplary wine purchase model
- FIG. 12 shows a schematic representation of upper levels of an exemplary decision tree for the wine purchase example of FIG. 11;
- FIG. 13 shows a graphical representation of relative significance of features, in connection with the wine purchase example of FIGS. 11 and 12;
- FIG. 14 shows a schematic representation of top levels of an exemplary decision tree for modeling a help desk system
- FIG. 15 shows a graphical representation of binning for a selected feature, in connection with the coating formulation example of FIGS. 7-10;
- FIG. 16 shows a graphical representation of binning for a selected feature, in connection with the wine purchase example of FIGS. 11-13;
- FIG. 17 shows a graphical representation of purchase tendencies and a selected feature, in connection with the wine purchase example of FIGS. 11-13;
- FIG. 18 shows a schematic representation of an exemplary help desk system
- FIG. 19 shows a tabular representation of problem codes ranked by significance, in connection with the help desk system example of FIG. 14;
- FIGS. 20-23 show exemplary user interfaces for configuring the help desk model of FIGS. 14 and 19;
- FIG. 24 show a user interface for entering database connection information in connection with the modeling system of FIGS. 14 and 19;
- FIGS. 25-29 show exemplary user interfaces showing reports in connection with the help desk modeling example of FIGS. 14 and 19;
- FIG. 30 shows a high-level block diagram of a help desk modeling system
- FIG. 31 shows a flow chart for an installation wizard of the help desk modeling system of FIG. 30;
- FIG. 32 shows a flow chart for a manager service of the help desk modeling system of FIG. 30
- FIG. 33 shows a flow chart for a Consult module of the help desk modeling system of FIG. 30;
- FIG. 34 shows a flow chart for a SavePattern module of the help desk modeling system of FIG. 30;
- FIG. 35 shows a flow chart for an Evaluate module of the help desk modeling system of FIG. 30;
- FIG. 36 shows a flow chart for a DecisionTree module of the help desk modeling system of FIG. 30;
- FIG. 37 shows a flow chart for an UpdateModel module of the help desk modeling system of FIG. 30.
- FIG. 38 shows a data flow diagram for the help desk modeling system of FIG. 30.
- the present disclosure provides tools (in the form of methodologies and systems) for adaptive system modeling and model evaluation.
- the methodologies of this disclosure may be incorporated in software-implemented systems to model dynamic systems.
- the methodologies may be embodied in one or more computer programs or software modules stored on a conventional program storage device or computer readable medium, and/or transmitted via a computer network or other transmission medium.
- the system modeling and model evaluation methodologies of the present disclosure reduce or eliminate a need to begin a modeling cycle anew, when the system has evolved such that the deployed model has reached the end of its usefulness .
- An adaptive system modeling method which may be applied to detect an evolutionary change in a system, in accordance with an exemplary embodiment shown in FIG.
- step Sll includes selecting from a plurality of candidate features of the system a set of input features and a superset of the input features and other features by using a baseline significance signature (step Sll) .
- a system model is generated by using data corresponding to the selected input features set (step S12) .
- Data corresponding to the superset of the input features and other features collected from the system is maintained online (step S13) .
- a new significance signature of the system is determined by using the online superset data to perform a discriminant analysis of the candidate features (step S14) .
- An evolutionary change in the system is detected by comparing the new significance signature and the baseline significance signature (step S15) .
- a new set of input features may be selected by using the new significance signature.
- a baseline significance signature of current behavior of a system is determined by performing a discriminant analysis (step S21) .
- a set of input features and a superset of the input features and other features are selected from a plurality of candidate features by using the baseline significance signature (step S22) .
- a system model is generated by using data corresponding to the selected input features set (step S23) .
- Data corresponding to the superset of the input features and other features collected from the system is maintained online (step S24) .
- the method optionally may further include evaluating an accuracy of predictions by the system model based on additional input features data (which may be obtained from the online collection of data) [step S25] , determining a new significance signature of the system by performing another discriminant analysis of the candidate features
- step S27 if the accuracy of the system model predictions is below a predetermined accuracy level (step S26) , and selecting new input features by using the new significance signature (step S28) .
- the adaptive system modeling method includes determining a baseline significance signature of current behavior of a system by using a decision tree methodology to perform a discriminant analysis (step S31) , selecting from a plurality of candidate features a set of input features by using the baseline significance signature (step S32) , and generating a system model by using data corresponding to the selected input features set (step S33) .
- A. Overview There are a variety of numerical modeling techniques available to characterize a system. The techniques range from statistical techniques to tools such as neural networks, fuzzy logic, and decision trees. The methodologies of this disclosure may be applied to any of the numerical modeling techniques. If the problem can be framed as identifying significant system inputs from a candidate set of features, then the methodologies of this disclosure may be applied.
- a system being modeled may have N available input features.
- N Through standard feature reduction techniques, and perhaps through first principles (e.g., causal theories for all or part of the system) , one may select a core group of M features to include in model inputs.
- some of the remaining N-M features still may influence the model output, and having P (>M) input features may improve the model accuracy.
- P >M input features
- the system response to the P input features may drift or change over time, as discussed below.
- Selection of inputs to use from a set of candidate features and a methodology to process the inputs before presentation to the modeling technique is at least as important as choosing a modeling technique (and perhaps more so) .
- First cuts at reducing the data may include finding features which are static or strongly correlated with other features. Such features make no contribution to the modeling effort and consume resources. Including these features may also impede the modeling methodology from finding useful patterns in the data- After removing static and correlated features, one selects the features which have the most significance to the output (s) while considering the available computing resources. Usually, one is not confronted with discarding relatively highly significant features, in order to reduce the input set to a workable number of inputs. Instead, one can often identify a large number of features which, at least at the time of analysis, do not seem to have a significant effect on the output (s). The remaining significant features may be used to generate a usable model of the system. For example, the system of FIG.
- the methodologies of this disclosure utilize discriminant analysis to characterize the relative significance of the P input features used for modeling. This ranking of features by significance is referred to herein as a "significance signature".
- One type of discriminant analysis is provided through methodologies for generating decision trees. A by-product of tree generation is that features in the tree are ranked according to their significance to the system output.
- N-M features are collected and maintained on-line.
- the group of N-M features is referred to hereinafter as a superset of the P features activated in the model. This strategy may extend to setting M to zero, and selecting P out of N possible features.
- Models may be evaluated by consulting with data that was not used in the training process which typically provides an objective measure of how well one might expect the model to predict future data. For the example corresponding to FIG. 4, one may train with data from the immediately preceding year, except for holding out data from the most recent month. Once the model is built, one may consult the model by using the data from the most recent month.
- the model may be periodically, or even continuously, evaluated to gauge when it is degrading.
- the input feature set does not need to be changed, since only the interactions between the inputs have changed.
- a sufficiently accurate model is not attainable with the current set of inputs.
- the system may be strongly influenced by a feature not currently represented in the input set, or perhaps a feature in the input set no longer influences the output significantly and therefore may be removed.
- new outside factors may affect the market, such as an international conflict which perturbs the market' s reaction to normal market forces.
- the model is periodically (or intermittently) re- evaluated for its effectiveness.
- the N-M candidate feature set is again characterized through discriminant analysis to determine the currently most discriminating features. If there has been a radical change in the significance of possible input features, then appropriate features may readily be re-selected by using the new significance signature and the model is trained against the available on-line data. As in the original analysis, some percentage of the data is withheld for validation of the new model.
- data is frequently collected continuously from the system being modeled.
- new data may be used for consultation of the model, to obtain predictions or forecasts.
- this data may be kept online until the predictions are validated, to measure the performance of the model.
- a superset of the currently used input features is collected.
- the periodic significance signatures may be used to determine that other features have become more significant to the system's behavior. As different category codes become more significant, the derived features may be reshuffled accordingly.
- data may be collected on-line for all of the possible inputs, and feature selection may be performed as necessary, ranging over all available features. Best results might be expected by anchoring the model with some fixed core group of inputs (especially under circumstances in which first principle theories for all or part of the system are available) with variation within a limited group of candidate features.
- the core features may be the foundation of a good model, and the variable set of features enables tuning the model for evolutionary changes or drift in the system behavior.
- FIG. 6 A methodology according to one embodiment of this disclosure is illustrated in FIG. 6. Initially, the system undergoes analysis for selection and determination of data pre-processing requirements. Next, the system is modeled and put on line.
- a superset of the features currently used as inputs is maintained online. Periodic predictions are made and model accuracy measured. A model may be retrained with more recent data, if accuracy has degraded. A baseline significance signature is maintained to characterize current behavior of the system. A superset of candidate input features is maintained online. For the superset, the features currently included in the model are collected along with additional features not currently used for modeling. The superset may extend up to all possible input features for the model. Discriminant analysis is periodically or intermittently performed to obtain significance signatures of the superset of features to enable discovery of changes in the relative influences of the available features. If a significant evolutionary change in the system is detected, new significant features are selected as model inputs.
- Some conventional modeling methodologies include periodic retraining of the model. While a few conventional techniques provide for dynamic adjustment of modeling parameters prior to retraining, such conventional adjustments typically do not involve changing the model inputs. Selecting of model inputs is generally considered part of the analysis phase, and is usually not performed after the model is in operation.
- the methodologies of this disclosure provides substantial advantages over simply retraining with new data. Use of the significance signature as a baseline, and as an ongoing measure of system drift, enables proactively adapting the system model. The significance signature obtained through discriminant analysis may be used to determine adjustments to the set of model inputs in order to adapt the model to system drift.
- Discriminant analysis is a methodology for identifying features which are most significant to an outcome.
- a significance signature which provides a measure of significance of each feature results from the discriminant analysis.
- a change in this signature, and especially a change in the set of significant features, may indicate evolution or drift of the system.
- discriminant analysis techniques may be used in the methodologies of this disclosure to determine a system's significant input features, along with their relative significance ranking. According to one embodiment, statistical correlation may be used as a simplistic discriminant analysis technique. There are also more advanced statistical methodologies for discriminant analysis.
- a discriminant analysis methodology utilizes a decision tree technique to generate the significance signature.
- Decision trees identify features which are the most effective in splitting a data set according to a previously performed categorization of the data. As the tree is built, the most significant features (for example, in descending order of importance) are selected through the methodology, often according to information theoretical measures or statistical significance tests.
- a decision tree often is used as the sole modeling tool for forecasting. However, the decision tree in some instances may not provide complete categorization of a data pattern. In circumstances in which the tree generated does not permit exact classification, a probabilistic classification also might be performed. Regardless of whether the tree permits exact classification, it is useful for determining the significant features of a system.
- Discriminant analysis may include applying a decision tree methodology to a data set which has already been classified in some manner.
- Decision tree methodologies recursively partition the data set to obtain subgroups that are separated according to their classification. At each level of the tree a test on one or more of the features is used to partition the data. The goal usually is to perform the most effective tests to obtain discriminant detection.
- the primary use of decision trees may be classification of unknown data.
- Such rules may enable human reviewers and users of a system model to better understand how, and how effectively, the system is being modeled.
- FIG. 7 shows an exemplary decision tree for a coating formulation system. Data is categorized according to thickness of the applied coating after curing. The decision tree shows the most significant influences on the coating thickness, in order of their importance.
- the exemplary decision tree shown in FIG. 7 is composed of nodes and branches. Node 0 is the root node, nodes 1-3 are branch nodes, nodes 4-12 are leaf nodes. The population being partitioned is already classified. For the data set corresponding to FIG. 7, each pattern was classified according to whether its thickness rating was "low” or "high”. The features (e.g., viscosity) were binned as "low", “med", or "high”. Associated with each node of the tree are counts of the class subpopulations at that node.
- node 0 in the coating data tree contains 25 patterns with a high thickness value, and 59 with a low thickness value.
- the goal is to have the leaf nodes be homogenous, and thus completely partition the starting population.
- the leaf nodes often have only a preponderance of a single class.
- Nodes 4, 5, 6, 8, and 12 in FIG. 7 are examples of non-homogenous leaf nodes. From FIG.
- the rules may be checked against a domain expert's knowledge or intuition of how these formulation parameters affect the likely thickness of an applied coating. Some of these rules may be unfamiliar to the domain expert, or they may be called into question. These may be verified, and if true represent discovered knowledge about the system.
- the tree is grown by choosing a test at each level which suitably partitions the data set. Usually each possible test is tried in turn and the best one chosen according to a diversity function. Individual diversity functions are discussed below. The diversity functions attempt to measure how well the feature test cleaves the data set. Most methodologies choose the same test across the entire level, in which case a selected feature test is used only once. Evaluations of feature tests applied further down in the tree are less reliable because they rely on subpopulations which are progressively less representative of the entire population.
- Non-binary methodologies allow many branches per node, and lead to bushier trees.
- the non- binary methodologies are perhaps better suited for data which is not fundamentally binary in nature. However, almost any data may be binned into two bins or derived fields created to make the data appear binary. Since non- binary trees tend to be bushier, they quickly arrive at the point at which each split is less reliable as a discriminator.
- an effect sometimes found in non-binary trees is that some feature test can fracture the data set into many small, nearly homogenous, nodes. An example might be testing on a person's name, which might produce leaf nodes for every person in the database. Such a test is unlikely to produce a useful rule about the system.
- the methodologies use a finite number of labels or ranges for the possible feature values.
- the methodologies may be used against continuous numeric data by means of discretizing or binning the values.
- an arbitrary number of evenly spaced ranges is selected for each numeric feature, and the feature value is labeled by the range, or bin, it falls in.
- the total observed range of the feature may be broken into 3 equal intervals, and labeled low, medium, and high.
- Some researchers recommend further optimizing the binning operation.
- One methodology is to linearly cluster the values and let the data choose the best bin ranges.
- the binning operation may be combined with the feature test evaluation.
- Decision tree methodologies also utilize a process called pruning to reduce the complexity of the tree. Some of the methodologies utilize a validation set to gauge the effectiveness of pruning. Some use only the training data to identify branches to be pruned. It may be largely unnecessary to hold back data from the training set to validate pruning.
- a pruning methodology may be as simple as specifying a minimum node count. Pruning may also be accomplished by attempting to merge branches of a tree into a single branch through conjunctions and/or negations of feature tests. Some researchers believe complex trees should be pruned until they are compact and readily understandable to humans. Others point out that complex systems may lead to seemingly complex decision trees. Decision tree methodologies are examples of supervised learning. These methodologies are subject to the same hazard of overtraining that plagues other supervised learning methodologies.
- Overtraining amounts to learning signatures of the training patterns, rather than learning underlying relationships between the training patterns.
- An overtrained model may adequately predict outputs for patterns in its training set, but does not generalize to predict well for patterns which were not in the training set.
- trees may be grown using a training data set and tested using a test set, or may be pruned to remove branches that are idiosyncratic to the training data. Alternatively, some type of stopping condition may be applied.
- the tree in FIG. 7 resulted from constraining the tree to only two levels, to keep the tree and related rules relatively simple. However, even with this constraint, it is possible to make relatively strong statements related to the two most significant features.
- the following features are included in the example corresponding to FIG. 7: viscosity, surftens, persolids, nipclear, ra, rp, rl . These features are chemical properties of a coating formulation and are used to predict the thickness of an applied coating.
- Neugents® technology provides unsupervised and autonomous agents, which are very good at modeling and predicting behavior and at predicting probabilities of transition from one system mode to another. Neugents can detect system behavior patterns which most humans cannot.
- An Event Prediction Neugent is trained through clustering of historical data of a system's behavior, to look for specific types of events that are defined in terms of values and logical conditions in the input data.
- An Event Prediction Neugent object is configured with the names of events to be predicted and definitions of the events in terms of the input data. The Neugent is then trained from historical data.
- the Event Prediction Neugent is called to make an evaluation when provided new data, and the output is either a detection of a defined event in the data, a detection of an unusual situation, a prediction of an event, a probability of an event occurring within a future time period, or an alert that the system is behaving unusually compared to the historical data from which it was trained.
- a Value Prediction Neugent is an implementation of neural nets for predictive modeling.
- a Value Prediction Neugent object is trained with a training set obtained from known input-output pairs from properly normalized independent and dependent historical data. In production, the Value Prediction Neugent is called to predict the values of dependent features when provided the values of independent features. For example, incoming data is passed through a Value Prediction Neugents neural network model, and the model estimates the value of an unknown variable. Some examples of value predictions include predicting inventory levels and predicting whether a client might buy a particular product.
- Decision tree modeling may be an adjunct methodology to Neugent Value Prediction and Event Prediction models. Decision trees may assist a Neugent technician to find and include the significant features in the system model, and remove features which have little or no effect on the outputs to be predicted, to produce efficient and compact system models.
- FIG. 9 shows the relative effect of each feature in characterizing the coating thickness. The relative effectiveness is measured by the drop in a measure called entropy.
- a Value Predict Neugent may be trained using only the four most significant features, which achieves results nearly as good as with the full set of features available.
- FIG. 10 shows the R 2 values obtained for the reduced feature set. There were no strong statistical correlations between any of the features in the full set.
- the full set of available features produced slightly better R 2 values.
- the R 2 values for the reduced feature set are very acceptable and the model using the reduced feature set might be expected to generalize better on patterns not yet seen.
- use of discriminant analysis may produce rules which to some extent provide a view of inside the Neugent black box model. This type of insight into the relationships underlying the data helps the domain experts to validate and accept a Neugent model.
- a second exemplary application uses data showing purchasing patterns in a store.
- Each pattern of the data contains purchased quantities of selected products.
- the goal is to identify what combination of product purchases are an indicator of a likely wine purchaser.
- a wine retailer may target a sales promotion at customers who are most likely to purchase more wine.
- Data are present for 17 different products, versus the purchase of a specific brand of wine.
- FIG. 11 shows the results obtained using all 17 products for predicting wine purchases.
- FIG. 12 shows the upper levels of a decision tree for the wine data.
- FIG. 13 shows the relative significance of the products in the wine data.
- the R 2 is not the best measure of the effectiveness of this model. Instead a threshold is applied to the floating point output. Output values above the threshold indicate a wine purchase. Applying a threshold of 0.6 to the output of this model yields a training accuracy of 94.4% correct, and a test accuracy of 88.9%. The model made 1 wrong prediction out of 9 patterns in the test set.
- a third application involves using discrimininant analysis to help in feature selection for Neugents to model performance of a Help Desk system.
- the goal was to predict whether a help desk call is likely to be solved in the time allotted according to a Service Level Agreement (SLA) .
- SLA Service Level Agreement
- Applying discriminant analysis produced a reduced set of significant features which produced acceptable predictions. Since the desired output of the model is binary prediction, a threshold is applied to the continuous valued output to constrain it to 0 or 1 (i.e. SLA violation or not) . Again, the R 2 value is not useful in evaluating this type of Neugent model.
- FIG. 14 shows the top levels of a decision tree for the help desk data. The performance of the help desk for a specific call apparently varies depending on the day of the week the call is made.
- the overall violation rate is about 61.7%, but it varies considerably over the course of the week, as follows: Sun - 100%; Mon -70.2%; Tue - 85%; Wed - 49%; Thu - 45.7%; Fri - 41.5%; Sat - 92.3%. It is highest in the beginning of the week and somewhat high towards the end of the week. A possible explanation is that there is more time and/or resources available to service calls in midweek.
- ID3 (Iterative Dichotomiser 3) is a non-binary method which uses an information theoretic measure of information gain for a diversity function.
- C4.5 and C5.0 are successors of ID3 which utilize an entropy measure and provide additional strategies for pruning trees and for limiting tree growth.
- Information gain is the decrease in system entropy following the application of a selected feature test.
- Entropy is a measure of disorder or non-homogeneity within a system.
- Each node at a selected level of the tree has a certain entropy and the node entropies are combined as a weighted sum to yield a system entropy for the tree level.
- the test which provides the largest decrease in system entropy, or information gain is selected as the best possible test at that level.
- Gain ratio is the information gain from a feature test divided by the number of subsets created by that test. This measure penalizes the type of test mentioned above, which fractures the data set (e.g., person's name). If there is another test which provides a reasonable information gain with far fewer subsets in the partition, it is chosen instead.
- ID3 utilizes a bonsai type pruning technique of simply stopping tree growth based on a minimum node size, or specifying an acceptable minimum entropy at which to quit testing.
- C4.5 and C5.0 provide a strategy for pruning a branch from the tree based on Bernoulli's binomial formula.
- an error rate is determined for each node, by designating the node as a leaf node for the class which predominates in that node and determining the number of items which are mis-classified. It then assumes the observed error rate is overly optimistic and substitutes a more pessimistic error rate, using the binomial formula and a selected confidence level.
- C4.5 and C5.0 use the training data for pruning as well as training. Utilizing the training data to implement pruning might be efficient. As an alternative to using the training data, one might consider using test data along with the binomial formula to implement pruning. C4.5 and C5.0 also may use a grouping function for combinations of feature tests at each level. This may detect synergistic effects whereby two tests applied simultaneously are more effective than each applied singly.
- C4.5 and C5.0 employ a separate module to generate rules from the decision tree. For other methodologies this might be considered another type of pruning, whereby multiple branches may be merged into a single branch through conjunctions and negations of feature values.
- Chi-squared Automatic Interaction Detection is a methodology which differs from ID3, C .5 and C5.0 in a number of ways.
- CHAID uses the Chi-squared function as a different diversity function. When applying the Chi- squared diversity function, CHAID stops tree growth before overfitting occurs. Therefore, pruning after the tree is built is unnecessary. In addition, it deals with strictly categorical variables. Accordingly, continuous variables are binned prior to beginning the tree generation procedure.
- ID3, C .5 and C5.0 may use dynamic binning of continuous variables, perhaps based on information gain.
- CHAID is a non-binary methodology.
- CHAID compares the relative effectiveness of each possible feature test.
- the Chi-squared test a statistical significance test, is used in a number of ways in the CHAID methodology. The number of branches allowed by a feature test are limited to those which produce statistically significant splits. Further, when comparing the results of each feature test, splits which produces the most significant results according to the Chi-squared test is the winner at each level. The Chi-squared test is used to halt growth of the tree when further feature tests stop producing statistically significant results. This last determination involves the use of a significance threshold, and this is the main tuning parameter available with the CHAID methodology. Exhaustive CHAID is a variation on CHAID. When evaluating the possible branching factor for each feature test, it progressively merges the possible branches into two groups that are most self-similar according to the Chi- squared test. This basically constrains the tree to become binary.
- CART Classification And Regression Trees
- the first candidate is selected as follows.
- the adjusted error rate is calculated for the possible subtrees containing the root node, as a parameter is gradually increased.
- that subtree is pruned.
- the second candidate is chosen by repeating this process starting with the first candidate subtree. The process continues until only the root node remains.
- a validation set of data which was not used in the training data, is used to select among the pool of pruned candidate subtrees. The subtree with the lowest overall error rate on the validation set is declared the winner.
- a cost function (e.g., some weight multiplied by the probability of misclassification) is applied along with the error rate to evaluate the best subtree.
- a third test data set which is exclusive of the training and validation set, may be used to gauge the prediction or classification capabilities of the final subtree.
- binning is a pre-processing step which may be performed for the above described methodologies.
- the technique is to pick n bins, with equally spaced ranges throughout the observed range of the data.
- it is also desirable to minimize the number of bins to avoid quickly fragmenting the data into numerous non-representative subgroups.
- FIG. 15 For the data shown in FIG. 15, corresponding to the coating example above, this type of linear binning might be suitable.
- FIG. 16 corresponding to the Wine example, shows feature data which might be considered more exponential in appearance.
- FIG. 17 shows the distribution of Store Brand purchases in the Wine example. Fitting this data to a normalized curve yielded a mean of about 15 purchases of store brands, with a standard deviation of about 8. This feature may produce into three bins - binl: quantity purchased less than the mean minus 1 standard deviation
- bin2 quantity purchased within the mean +/- 1 standard deviation (i.e. 7 to 21 items); bin3: quantity purchased greater than the mean plus 1 standard deviation (i.e. 22 or more items).
- An automated binning tool may take account of the distributions present in the individual feature data, and bin accordingly.
- Meta-data or a priori knowledge may also be used, when it is available. For instance if a feature is known to be a date, it might be useful to represent the date as a day of the week and bin it accordingly.
- Pruning/stopping conditions As mentioned above, tree-pruning is crucial to applying decision trees independently. The dependence of decision trees on binning and pruning considerations are some of the reasons, they are considered complementary tools to standard Neugent technology. Pruning methodologies may be utilized, even as an adjunct to Neugents .
- stopping conditions such as maximum tree level, or for ID3 a minimum entropy or minimum entropy drop.
- maximum time to process a tree level, or the total tree may be specified.
- Sufficient statistics is a table of counts of occurrences and co-occurrences of the possible features. This is performed to minimize the amount of information held in RAM while the feature tests are recursively applied.
- This methodology has the following two side e fects. If one is dealing with continuous variables, or in the case of binary trees with ordinal valued features, in order to generate bin counts, the bin ranges already are decided upon. Any forms of dynamic binning (e.g., to maximize information gain) are forgone. Also, one loses track of what individual patterns in the data set contributed to the formation of a selected branch of the tree. Once confidence has been gained in an applied methodology, this knowledge may be only of academic interest however. Another factor not considered in this single-pass methodology is how to determine the ultimate range and possibly scaling of the feature values.
- minimum, maximum and possibly other statistics might be obtained with a query, without the cost of a total database scan. For other data sets, this amounts to another scan, or the data is held in memory. If scaling and binning can be settled independently of the decision tree methodology however, this may be an attractive option for large data sets.
- the decision tree tool is used as an adjunct methodology and not as the principle means of modeling a system. However, of the commercial decision tree applications typically are used as the sole or primary means of system modeling.
- a modeling tool typically has features to account for various distributions in its binning operations.
- a second factor is that real-world applications very often involve continuous valued data.
- the effort to recast problems to a binary-valued format may be motivation for adopting one of the non-binary tree methodologies.
- a modeling tool ideally enables a single-pass through a database to gather a reduced set of sufficient statistics, as discussed above.
- binning parameters are decided before, or early in, the scan process.
- a modeling tool may include options to use both static and dynamic binning.
- FIG. 18 illustrates a Help Desk system. A fictional
- the Help Desk system may be modeled, by incorporating the methodologies of this disclosure, to predict whether a call is serviced within the 24 hours required by the SLA.
- An Advanced Help Desk (AHD) software tool may be provided to assist managers and call center technicians in anticipating problems that may adversely affect customer service levels.
- Various features were identified through an AHD tool to have an influence on whether a call will be serviced in a timely manner. Examples of features might include the group or customer reporting the problem, the priority of the problem, etc.
- One feature which may be significant is the problem codes associated with the call. Thousands of possible codes may be defined in the problem tracking system, hundreds of which were actually represented in the data. Including all possible, or even probable, codes in the modeling effort may be inefficient.
- FIG. 19 illustrates an example of how the mix of problem codes may change over time. The presence of new codes at a higher ranking probably signifies a shift in the types of problems being reported to the Help Desk and a corresponding change in how well the Help Desk can resolve the current issues.
- FIG. 30 An AHD tool, according to an embodiment of the methodologies of the present disclosure, is described below with reference to FIGS. 20-38.
- a block diagram of the AHD tool is shown in FIG. 30.
- Neugents may be included in the AHD tool for monitoring and forecasting call levels to assist managers in forecasting system and queue loading, days and weeks ahead resource planning and balancing resources. Neugents also may be provided to monitor individual open calls, and, based on the historical behavior patterns, identify calls at risk of violating the SLA and alert managers and users to the calls. The individual Neugents are adapted to evaluate evolutionary changes in system behavior. Many of the behavior patterns are too complex for humans alone to identify violation trends. The AHD tool also helps managers and users to reassign or reprioritize such calls.
- An installation wizard may be included to perform various setup operations which are only performed once or a few times.
- An installation wizard may install templates which allow users to choose an issue model with which the Neugent works. Users may map an issue to Requests (e.g., user problems or issues being tracked in the AHD system) alone, to Change Orders (related to corresponding Requests) alone, or to a combination of Requests and Change Orders. Using the installed templates users can customize the Neugent to monitor individual queues and sites within AHD.
- a configuration utility may be provided to enable selection and/or management of various system parameters and definitions.
- a configuration utility may provide multiple types and instances of Neugent configurations.
- basic types of Neugents may include CallLevel Neugent and SLAViolation Neugent.
- CallLevel Neugents typically, multiple instances of CallLevel Neugents are possible.
- SLAViolation Neugents may exist as well.
- wizard (s) may be provided to perform common tasks, such as deploying new Neugents instances (e.g., a Neugent dedicated to a particular queue) .
- export mode configuration may be provided to define new styles and types of Neugents or to customize standard templates, such as the following: selection of Neugent instance intervals, etc.; feature set and related queries to include in pattern generation and modeling; association of AHD Events with a Neugent instance; train window (e.g., age of data to include in new models); and data aging (e.g., age at which to purge data) .
- train window e.g., age of data to include in new models
- data aging e.g., age at which to purge data
- a standardized feature set, and related stored queries may be included with installation of AHD.
- the configuration interface may provide advanced customization of queries and feature sets when desired.
- FIG. 24 shows a sample interface to enter database connection information for the AHD database.
- the configuration module may enable utilizing stored database procedures, in place of dynamic database (e.g., SQL) queries, if and when appropriate.
- the configuration module may provide tools to import/export stored queries from/to script files through the Tools menu.
- a Test query button may be provided for viewing and/or executing the dynamic SQL query.
- a manager service may be provided for the following functionality on a schedule determined by the properties of an object definition for each Neugent instance defined on the system. If the Manager Service does not find a Neugent model for an active Neugent instance, it switches to Historical Mode, in which available historical data is gathered, and a provisional model is trained and deployed. Once there is an active Neugent model the manager service, at a specified interval (e.g., nightly), builds a collection of consult patterns from on-line data using the specifications defined in the Managed Object store. The collection is presented to the Neugent Provider for consult against the active model. If conditions warrant (e.g., predicted SLA violation) then the events specified in the object definition are raised through normal AHD channels, and reported through the AHD Historian.
- a specified interval e.g., nightly
- a process to build and store patterns for items which have closed is launched.
- the conditions for item closure are specified in the object definition.
- an Evaluation process is run to consult patterns which were withheld from the training process. Summary statistics on the results are saved and made available for viewing through the AHD Historian.
- a DecisionTree process is run, according to specifications defined in the object definition, which may identify that the model should be retrained using different codes as inputs because the mix of significant category codes has changed. If the Evaluation process determines the existing model is inadequate, either due to insufficient accuracy or due to evolution of the system as detected by DecisionTree analysis, the manager service initiates retraining of the Neugent model.
- the manager service When there is an active model for a Neugent instance, the manager service at the specified sample interval for a Neugent instance, builds a pattern (s) for the Neugent by using the feature set specifications defined for the instance.
- a Consult method (FIG. 33) uses the FeatureSpec definitions for the Neugent instance to generate one or more dynamic SQL queries. If preprocessing of the SQL results are specified, then such preprocessing is performed. Queries and subqueries which only generate output features for the model are not performed for consult .
- stored query procedures may be used. Parts of a query which are dynamic are parameters for the stored procedure.
- the consult module interprets FeatureSpec and PreprocessingSpec tokens to perform tasks such as invoke an AHD function call to transform an SLA_expiration_time into an expected failure date, and then transform the date to an expiration_day_of_week and to expiration_time_of_day features.
- the specifications for preprocessing are contained in the object definition for the Neugent instance .
- the consult result is compared against event triggers for the Neugent instance. For any triggered events, the appropriate actions specified in the event definitions for the Neugent instance are taken. The actions taken in many instances are to raise AHD events, which generate alerts and notifications through normal AHD channels. Neugent calls the RaiseEvent utility when conditions warrant, and AHD determines when and how to alert users of a Neugent prediction.
- the Consult module has a debug or expert mode enabled by, for example, a Windows Registry entry.
- the mode enables logging of some or all of the queries being generated and submitted to the database server.
- Patterns are stored online through a Consult method (FIG. 34) to avoid having to do a costly or perhaps impossible reconstruction process offline. For example, if a feature value which is germane to an SLA Violation changes some time after the issue went into violation, it is difficult to recover that value without traversing database transaction logs. In addition, for rollup type features, it might be difficult to reconstruct a historical pattern.
- the SavePattern module performs similar operations to the consult activity, except that the ClosureConditions in the object definition for the Neugent instance is evaluated and output features are gathered as well. The final results are combined to form a pattern which is stored in the local namespace framework. These patterns are later used for DecisionTree analysis and/or re-training. The pattern is likely a superpattern, in which the current model is not using all the available features. In that case additional features are being stored in the event it becomes desirable to use a different set of features in the model.
- the replaceable tokens in the dynamic SQL queries (or stored procedures) in order to build patterns, include possible references to values in the local data store which allows, for example, an SLAViolation type Neugent to use the hourly sample of a CallLevel type Neugent for something like "calls opened in the last hour" as part of its pattern.
- a costly rollup query need not be repeated as frequently as the SLAViolation Neugent samples (e.g., 10 minutes) and instead the hourly average from a companion Neugent may be used.
- the module creates a table in the local namespace framework, if one does not exist already.
- An end of day function for the pattern build module is to purge pattern data beyond an aging limit specified in the system configuration.
- a time of day property in the object definition for the Neugent instance allows for synchronization with normal backup procedures.
- the module Due to the nature of the dynamic SQL queries being built, the module has a debug or expert mode enabled by something such as a Windows Registry entry.
- the mode enables logging of some or all of the queries being generated and submitted to the database server.
- An Evaluate method (FIG. 35) is called at intervals (e.g., Daily) specified in the Neugent instance definition. If a model is active for the Neugent instance and data is available, summary performance statistics are generated and stored for the instance. The data is available for use by the UpdateModel method, or for viewing and reporting with the AHD Historian. Performance evaluation does not rely on R 2 values as a figure of merit. Instead the figure of merit is tied to the Event conditions for the Neugent, i.e. whether an Event is raised when called.
- a DecisionTree module utilizes the DecisionTree parameters for the Neugent instance to perform discriminant analysis on available data.
- the primary candidates for re-evaluation in the AHD feature set are AHD category codes.
- the codes improve the effectiveness of a Neugent model. However, since the codes have no natural numerical ordering they are included in a Neugent model as binary features. Including non-significant features may adversely affect the Neugent model performance. Further, there may be too many features to include all in the model. Therefore, only the currently most significant ones may be included.
- the category codes are extracted through significant preprocessing. By default, discriminant analysis is only enabled against the category codes. However, there are properties in the Neugent object definition structure to include other features in a DecisionTree analysis.
- the manager service checks for availability of data for DecisionTree analysis and/or Neugent training. If no or insufficient data is available the model does nothing further.
- the method initiates training of a new model, with random validation, provided there is available data. If the model meets minimum standards for accuracy, the manager attempts to install it as the current model. If there is no current model for the instance, the manager installs the model unconditionally. If there is an existing model, the manager compares the effectiveness of the new one to the currently active one. If the new one is more effective, it is marked as the active one. Otherwise, the old one stays active.
- a Historian interface for user reporting may be provided.
- the Historian module provides an interface for users to view or print reports of Call Level Neugent predictions and/or prediction effectiveness. For example, users may select from the available Neugents instances and types, and then view available prediction and performance reports for the selected type. While reports may be graphical, some may be in a tabular format. A user may print the report through a standard Windows-style print dialog.
- a user may view past performance of the Neugent (e.g., actual versus predicted) .
- the statistical summaries may be stored by the Evaluation module of the Manager Service, and therefore may not need to be recalculated.
- a user also may print the report. Access restrictions to sensitive information may be provided through assignment of user account system security levels.
- a Web Historian service may optionally be provided to provide viewing of reports through a web browser (e.g., Internet Explorer) .
- the Historian may have the same look-and-feel as other AHD interfaces.
- Statistical summaries and predictions may be stored by the Evaluation module of the Manager Service, and therefore may not need to be recalculated.
- the Historian may display and print different reports for CallLevelNeugents and SLA Violation Neugents.
- SLA Violation Neugents a number of reports may be available. Exemplary SLA Violation reports are illustrated in FIGS. 25-27.
- a bar-chart graph of predictions for open issues e.g., Calls, ChangeOrders, etc.
- Various views of the report may be available, which group the issues by assignee, queue, time- to-violation, and SLA type.
- Hotspots may be provided on the bar-chart, which when clicked brings up a listbox of the issues contained within a prediction bar. Clicking on an issue within the listbox brings up further details of the issue contained within AHD.
- AHDView clicking on AHDView on the report brings up full details on the issue within the AHD web application.
- Another report for SLAViolation Neugents may show the regular evaluations for the Neugent instance. The evaluations are performed by testing the active Neugent model on closed data, withheld from training.
- Another report for SLA violation Neugents may show the accuracy of past predictions, measured as calls which were predicted are closed over time.
- the performance measures may include Event Coverage (e.g., the percentage of actual SLA Violations which were correctly identified by AHD, and Excess Coverage (e.g., the percentage of non-violations which AHD tagged as likely violations) .
- CallLevel Neugents For CallLevel Neugents, various reports also may be available. Some exemplary CallLevel reports are illustrated in FIGS. 28 and 29. For example, one report may show the individual predictions made by a CallLevel Neugent. Another report may be similar to the first, except multiple predictions may be superimposed on one graph. In addition, another report may show the actual versus predicted, called Individual Performance, levels for individual predictions. Another report may show average accuracy of all past predictions for a selected CallLevel Neugent .
- GetSecurityLevel is a utility which obtains the AHD Security Level of the logged-on user which may be used to restrict usage of the Historian and Configuration utilities.
- RaiseAHDEvent is a utility which passes alerts to the normal AHD Event handling channel when conditions warrant, such as when an SLA violation is predicted.
- the function may accept parameters (if needed) to qualify an event to be raised. An event is raised when the Neugent has determined that an SLA Violation has been predicted. Upon startup of the Neugent, the interface is initialized with AHD so that message flow is enabled.
- PredictSLA takes a number of actions, including the following: (a) check the specified Request or Change Order; (b) increment the predict_sla_violated value in the request or Change Order record; (c) add an activity log with the specified contents of the Neugent message string.
- Multithreading may be used to enable parallel processing, when possible and appropriate.
- AHD may distribute Neugents between multiple consoles, in order to improve performance or to facilitate scaling.
- the individual modules may be distributed among two or more processors, to improve system performance and scalability. For example, in a 24x7 operation there might be no real off-hour period which may be dedicated to model retraining.
- a list of server names and/or IP addresses may be maintained to facilitate interprocess communications.
- the AHD service may run entirely on a dedicated Management Console, to minimize its impact on other subsystems at a customer site.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Business, Economics & Management (AREA)
- Data Mining & Analysis (AREA)
- Entrepreneurship & Innovation (AREA)
- Human Resources & Organizations (AREA)
- Strategic Management (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Tourism & Hospitality (AREA)
- General Business, Economics & Management (AREA)
- Quality & Reliability (AREA)
- Operations Research (AREA)
- Computer Hardware Design (AREA)
- Computer Security & Cryptography (AREA)
- Marketing (AREA)
- Economics (AREA)
- Databases & Information Systems (AREA)
- Mathematical Physics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
Claims
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US37404102P | 2002-04-19 | 2002-04-19 | |
| US374041P | 2002-04-19 | ||
| PCT/US2002/022977 WO2003090147A2 (en) | 2002-04-19 | 2002-07-18 | Method and apparatus for discovering evolutionary changes within a system |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP1504365A2 true EP1504365A2 (en) | 2005-02-09 |
Family
ID=29251126
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP02807269A Withdrawn EP1504365A2 (en) | 2002-04-19 | 2002-07-18 | Method and apparatus for discovering evolutionary changes within a system |
Country Status (8)
| Country | Link |
|---|---|
| EP (1) | EP1504365A2 (en) |
| JP (1) | JP2005523526A (en) |
| KR (1) | KR20040111517A (en) |
| CN (1) | CN1864153A (en) |
| AU (1) | AU2002367882A1 (en) |
| CA (1) | CA2481296A1 (en) |
| IL (1) | IL164616A0 (en) |
| WO (1) | WO2003090147A2 (en) |
Families Citing this family (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP5098821B2 (en) * | 2008-06-02 | 2012-12-12 | 富士通株式会社 | Monitoring device and monitoring method for detecting a sign of failure of monitored system |
| JP5768983B2 (en) | 2010-06-09 | 2015-08-26 | 日本電気株式会社 | Contract violation prediction system, contract violation prediction method, and contract violation prediction program |
| JP2013058120A (en) * | 2011-09-09 | 2013-03-28 | Sony Corp | Information processing apparatus, information processing method and program |
| CN113610239B (en) * | 2016-09-27 | 2024-04-12 | 第四范式(北京)技术有限公司 | Feature processing method and feature processing system for machine learning |
| CN112990486A (en) * | 2017-07-20 | 2021-06-18 | 第四范式(北京)技术有限公司 | Method and system for generating combined features of machine learning samples |
| CN111967778A (en) * | 2020-08-19 | 2020-11-20 | 杭州铂钰信息科技有限公司 | Data security detection method and system based on security baseline model |
| JP2025515986A (en) * | 2022-03-02 | 2025-05-23 | ベアー ロボティックス,インコーポレイテッド | Temporal separation in large-scale image-based positioning. |
-
2002
- 2002-07-18 CA CA002481296A patent/CA2481296A1/en not_active Abandoned
- 2002-07-18 JP JP2003586817A patent/JP2005523526A/en not_active Abandoned
- 2002-07-18 KR KR10-2004-7016464A patent/KR20040111517A/en not_active Withdrawn
- 2002-07-18 WO PCT/US2002/022977 patent/WO2003090147A2/en not_active Ceased
- 2002-07-18 CN CNA028287746A patent/CN1864153A/en active Pending
- 2002-07-18 AU AU2002367882A patent/AU2002367882A1/en not_active Abandoned
- 2002-07-18 EP EP02807269A patent/EP1504365A2/en not_active Withdrawn
-
2004
- 2004-10-14 IL IL16461604A patent/IL164616A0/en unknown
Non-Patent Citations (1)
| Title |
|---|
| See references of WO03090147A2 * |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2005523526A (en) | 2005-08-04 |
| KR20040111517A (en) | 2004-12-31 |
| CA2481296A1 (en) | 2003-10-30 |
| CN1864153A (en) | 2006-11-15 |
| AU2002367882A1 (en) | 2003-11-03 |
| IL164616A0 (en) | 2005-12-18 |
| WO2003090147A2 (en) | 2003-10-30 |
| WO2003090147A8 (en) | 2004-12-02 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7533006B2 (en) | Method and apparatus for discovering evolutionary changes within a system | |
| US11017298B2 (en) | Cognitive modeling apparatus for detecting and adjusting qualitative contexts across multiple dimensions for multiple actors | |
| CN119094335B (en) | A method for automatically configuring data center resources | |
| US8719190B2 (en) | Detecting anomalous process behavior | |
| US12346234B2 (en) | Method, device, and computer readable storage media for data analysis | |
| US20020174222A1 (en) | Behavior experts in e-service management | |
| US20230281563A1 (en) | Earning code classification | |
| US20240346519A1 (en) | Multi-task deep learning of customer demand | |
| Sari et al. | Statistical metrics for assessing the quality of wind power scenarios for stochastic unit commitment | |
| Thibault et al. | Experimental methods in chemical engineering: Data processing and data usage in decision‐making | |
| Qian et al. | Enhancing power utilization analysis: detecting aberrant patterns of electricity consumption | |
| EP1504365A2 (en) | Method and apparatus for discovering evolutionary changes within a system | |
| CN118710223B (en) | An interconnected and synchronized supermarket management method and platform based on AI and IOT | |
| Bogojeska et al. | IBM predictive analytics reduces server downtime | |
| Manjupriya et al. | Customer churn prediction in the mobile telecommunication industry using decision tree classification algorithm | |
| CN118626828A (en) | Data automation analysis method and system based on artificial intelligence | |
| CN117421659A (en) | Charging station monitoring management method, system, terminal equipment and storage medium | |
| Mamedov et al. | Building a Reusable Defect Resolution Time Prediction Model Based on a Massive Open-Source Dataset: An Industrial Report | |
| Biemer et al. | An application of bootstrapping for determining a decision rule for site location | |
| Tsakpinis et al. | Forecasting the Maintained Score from the OpenSSF Scorecard for GitHub Repositories linked to PyPI libraries | |
| CN121542977A (en) | An adaptive threshold detection method and system for multi-dimensional distribution offset | |
| Müller et al. | Capacity planning as a service for enterprise standard software | |
| Cui et al. | Research on Operation and Maintenance Big Data Business Application Scenarios Based on AIops | |
| Soller | Anomaly Detection and Forecasting Techniques and their Applications Scenarios, Challenges and Limits in Industrial Production Settings | |
| Chawla et al. | Predictive Analytics for Data Pipeline Reliability: Machine Learning Models to Forecast ETL Failures and Bottlenecks |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| 17P | Request for examination filed |
Effective date: 20041115 |
|
| AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR IE IT LI LU MC NL PT SE SK TR |
|
| AX | Request for extension of the european patent |
Extension state: AL LT LV MK RO SI |
|
| REG | Reference to a national code |
Ref country code: HK Ref legal event code: DE Ref document number: 1073369 Country of ref document: HK |
|
| 17Q | First examination report despatched |
Effective date: 20090811 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
| 18D | Application deemed to be withdrawn |
Effective date: 20100223 |
|
| REG | Reference to a national code |
Ref country code: HK Ref legal event code: WD Ref document number: 1073369 Country of ref document: HK |