CA2481431A1 - Automatic model maintenance through local nets - Google Patents

Automatic model maintenance through local nets Download PDF

Info

Publication number
CA2481431A1
CA2481431A1 CA002481431A CA2481431A CA2481431A1 CA 2481431 A1 CA2481431 A1 CA 2481431A1 CA 002481431 A CA002481431 A CA 002481431A CA 2481431 A CA2481431 A CA 2481431A CA 2481431 A1 CA2481431 A1 CA 2481431A1
Authority
CA
Canada
Prior art keywords
model
data
new
local net
data point
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.)
Abandoned
Application number
CA002481431A
Other languages
French (fr)
Inventor
Zhou Meng
Yoh-Han Pao
Baofu Duan
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CA Inc
Original Assignee
Computer Associates Think Inc
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Computer Associates Think Inc filed Critical Computer Associates Think Inc
Publication of CA2481431A1 publication Critical patent/CA2481431A1/en
Abandoned legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION 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/00Administration; Management
    • G06Q10/10Office automation; Time management

Abstract

A model maintenance method is provided. If accuracy of prediction by current model through consultation with new data is determined to be below a predetermined threshold, a compound model is formed by supplementing the current model with a local net trained with new data.

Description

AUTOMATIC MODEL MAINTENANCE THROUGH LOCAL NETS
CROSS-REFERENCE TO RELATED APPLICATIONS
This application claims the priority of U.S.
application no. (Attorney Docket No. 67092) filed March 28, 2003 and entitled ~~AUTOMATIC MODEL MAINTENANCE THROUGH
LOCAL NETS", and the benefit of the following commonly assigned provisional applications:
(a) Serial No. 60/374,064, filed April 19, 2002 and entitled ~~PROCESSING MIXED NUMERIC AND/OR NON-NUMERIC
DATA";
(b) Serial No. 60/374,020, filed April 19, 2002 and entitled ~~~AUTOMATIC NEURAL-NET MODEL GENERATION AND
MAINTENANCE";
(c) Serial No. 60/374,024, filed April 19, 2002 and entitled ~~VIEWING MULTI-DIMENSIONAL DATA THROUGH
HIERARCHICAL VISUALIZATION";
(d) Serial No. 60/374,041, filed April 19, 2002 and entitled ~~METHOD AND APPARATUS FOR DISCOVERING EVOLUTIONARY
CHANGES WITHIN A SYSTEM";
(e) Serial No. 60/373,977, filed April 19, 2002 and entitled ~~AUTOMATIC MODEL MAINTENANCE THROUGH LOCAL NETS";
and (f) Serial No. 60/373,780, filed April 19, 2002 and entitled ~~USING NEURAL NETWORKS FOR DATA MINING".
TECHNICAL FIELD
This application relates to system modeling. In particular, the application relates to automatic model maintenance.
DESCRIPTION OF RELATED ART
A system model defines a mapping from input space to system behavior space. In other words, the model describes system behaviors for selected inputs. The model may be used, for example, to perform predictive analysis of the modeled system, in place of running the system.
The parameters of a system model are derived from, or formed through training with, a set of training data ("training set"). Accuracy of the model affects quality of results when the trained model is in operation (often also called "consultation"), and largely depends on the training set. Ideally, the training set is representative of the system under all circumstances.
After a system model is formed (or trained) with a training set, new data points typically are still collected over time from the system. The new data points contain characteristics of the underlying system at the times) the new data are collected, which may or may not have changed since the time at which data were collected from the system for the training set. The new data points may contain characteristics that were not represented in the training set used to construct the original model. Even if the training set which is used to compute model parameters is representative of the system and the model is an accurate representation of the training set, the model may be representative of system behavior only for the times at which the data in the training set were collected.
Therefore, it may be desirable to utilize the newly available data points to update the model.
In some instances, system behavior changes dynamically and the underlying dynamics of the system may not be easily predictable. For example, the system dynamics may change after data for a training set are collected (FIG. lA).
Alternatively or additionally, the training set may only be representative of partial system behavior (FIG. 1B). Under both sets of circumstances, a system model may (i) perform
-2-well for a period~of time but perform unacceptably after the time period, or (ii) perform well some times but fail at other times.
Under the circumstances shown in FIG 1A, newly available data occupy the same regions) of the input space as the original data. However, the system dynamics have changed from X to X', which cause new system outputs corresponding to new data inputs to be different from the system outputs corresponding to the original data inputs.
However, a conventional system model trained with the original data usually produces, when consulted with new input data, output values which are appropriate under old system dynamics X but not accurately representing new system dynamics X'.
Under the circumstances shown in FIG. 1B, newly available data occupy a region of the input space different from the region occupied by the original data. The system dynamics X is composed of portions Xo and Xn. The trained model only captured the Xo part of the system dynamics.
Although the system dynamics X remains the same, the model performance for new data points may be unacceptable.
New (input and output) data points typically are continually collected after formation (or training) of a system model. The model may be consulted with a test set of collected data (and model outputs corresponding to the test set are compared to actual system response), to detect any significant discrepancy between the model prediction and the actual system response and to determine whether any poor performance by the model is abnormal behavior (e. g., bad sensor) or inadequacy (failure) of the model. Although a failed model in some instances can be replaced by a new model established (or trained) by using newly available data, retraining is usually an expensive task and requires
-3-a long period of time (to establish a new model by processing all the new data points and perhaps in combination with the previous training data), which may even be prohibitive especially for real-time applications.
It is desirable to be able to gradually incorporate newly available data into an existing model (i.e., to perform maintenance on the existing model) to prolong the model's useful life. Effective maintenance of a system model typically is a critical issue for maintaining adequate performance in the long term.
Further, model maintenance is different from routine processes, such as an oil change for a car. The tasks in an oil change and how the tasks may be performed are clearly known. In contrast, model parameters to be changed and how to change them for model maintenance typically are not well defined (which is especially true for a neural net model ) .
Neural net is a favored methodology for forming a model of a system with unfamiliar dynamics, because neural nets can be a universal approximator and therefore neural net models may be used in a wide range of applications.
Neural nets have, however, a blackbox nature, that is, the function of a parameter in a neural net model cannot be easily identified, which renders model maintenance for a neural net very difficult. Maintenance methodologies for a neural net model often are referred to as "adaptive learning". While adaptive learning may be performed through modifying weights and structure of an existing neural net model, some undesired side effects may result, depending on the characteristics of new data compared with the characteristics of training data used to form the original neural net model.
For example, one technique for tuning parameters of a
-4-trained neural net model with new data is to use back propagation with a small learning rate and/or a small number of iterations. This adaptive learning technique is most suitable for a hidden layer net structure. However, it is difficult to determine an appropriate value for the learning rate and/or an appropriate number of iterations.
If the values are too small, the corresponding amount of change may not be enough to adjust the model behavior. If the values are too large, the resulting model loses its memory of (e. g., from learning through) previous training data, which may be acceptable if the system dynamics have changed significantly. Memory loss is disastrous, however, if the new data points merely correspond to a first mode of system behavior which is different from a second mode in which the original data were collected, and particularly if the second mode is the dominant mode.
-5-SUN~1ARY
The present application provides a model maintenance method. In one embodiment, the method includes determining that accuracy of prediction by a system model through consultation with new data is below a predetermined threshold, and forming a compound model by supplementing the system model with a local net trained with the new data.
A local net may have an associated valid data space which corresponds to the new data. A clustering or decision tree technique may be applied to the new data to determine one or more data space ranges associated with the local net. If a data point is within the associated valid data space of the local net, the local net is consulted with the data point and a result of consulting the local net is returned. If the data point is not within the associated valid data space of the local net, the system model is consulted with the data point and a result of consulting the system model is returned.
If accuracy of prediction by the compound model through consultation with additional new data is below the predetermined threshold, an updated compound model may be formed by supplementing the original compound model with a second local net formed with the additional new data. If a data point is within a valid data space of the second local net, the second local net is consulted with the data point and a result of consulting the second local net is returned. If the data point is not within the valid data space of the second local net and is within the valid data space of the first local net, the first local net is consulted with the data point and a result of consulting the ffi rst local net is returned. If the data point is not within the valid data space of the second local net and is
-6-not within the valid data space of the first local net, the system model is consulted with the data point and a result of consulting the system model is returned. As more new data points become available and if the performance of the current model degrades, additional local nets can be added incrementally to maintain the quality performance of the model.
Data collection for updating the model may be automated. According to one embodiment, error of model prediction is determined when the current model is consulted with a new data point, and the new data point is added to a new training set if the error corresponding to consultation of the model with the new data point is not below a data collection threshold. The new training set is used to establish a new local net (and the current model is updated by supplementing the model with the new local net), when the error corresponding to consultation of the model with the new data point is above a model update threshold.
In addition, a new local net also may be established through the new training set when a number of data points in the new training set reaches a maximum number.
According to another embodiment, the new training set is not used to establish a new local net, unless a number of data points in the new training set is equal to or greater than a minimum number. Outliers may be removed from the new training set, before the new training set is used to establish a new local net.
A model maintenance method, according to another embodiment, includes determining that accuracy of a current model is below a predetermined threshold, collecting data for adaptively updating the current model, and forming a compound model by supplementing the current model with a local net trained with the collected data.

The present disclosure also provides a compound model of a system. According to one embodiment, the compound model includes a current model, and at least one local net having an associated valid data space. If a data point is within the associated valid data space of the local net, the local net is consulted with the data point and a result of consulting the local net is returned. If the data point is not within the associated valid data space of the local net, the current model is consulted with the data point and a result of consulting the current model is returned.
In the case of more than one local net, an associated data space of each local net is tested in reverse order of creation to identify which net has the associated data space containing that data point. The net having the associated data space containing the data point is then consulted and a result of consulting the net is returned.
When consultation with the compound model fails to yield satisfactory results, yet another local net may be established using the newly available data. Usage of each local net may be tracked, with infrequently used local nets being purged when the compound model is updated.
_g_ BRIEF DESCRIPTION OF THE DRAWINGS
The features of the present application can be more readily understood from the following detailed description with reference to the accompanying drawings wherein:
FIGS. 1A and 1B show respective diagrams of system models mapping input space to behavior space. In FIG. 1A, X represents original mapping and X' represents evolved mapping. In FIG. 1B, Xo and Xn represent different aspects of the same mapping X that would be brought out by data in different regions;
FIG. 2 shows a flow chart for a model maintenance method, in accordance with one embodiment of the present disclosure;
FIG. 3 shows a flow chart for a process of consulting using a compound model, in accordance with an embodiment of the present disclosure;
FIG. 4 shows a flow chart for a process for automatically maintaining a quality of a system model, in accordance with an embodiment of the present disclosure;
FIG. 5 shows a flow chart for a model maintenance method, in accordance with another embodiment of the present disclosure;
FIG. 6 shows a flow chart for a process for automated data collection and adaptive model update, in accordance with an embodiment of the present disclosure;
FIG. 7 shows a graphical representation of a comparison between an original model and an adaptively updated model, in a first example; and FIG. 8 shows a graphical representation of average errors of an original model and an adaptively updated model, respectively, in a second example.

DETAILED DESCRIPTION
The present disclosure provides tools (in the form of methodologies and systems) for model maintenance. For example, the methodologies of this disclosure may be incorporated in software-implemented systems and 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 present disclosure provides methodologies for supplementing a system model with a local net formed through newly available data (hereinafter "local" net methodologies"), instead of modifying system model parameters directly, when new data are available. The local net methodologies work well both for instances in which the system dynamics have shifted and instances in " which the original model is only good for partial system behavior.
A model maintenance method, according to one embodiment of the present disclosure, will be described with reference to FIG. 2. Accuracy of a system model is checked through consultation with new data (step S21). If the accuracy of model prediction is below a predetermined threshold (step S22), a compound model is formed by supplementing the system model with a local net formed through training with the new data (step S23).
The term "local net", as used herein, refers to a net that is valid in a well-specified local space. Newly available data points may be used to train a local net, which is then added to the existing neural net to form a compound model. The space spanned by the data points used to train the local net is a valid data space (also referred herein as "specified space") of the local net.

The terms "adaptive learning" and "adaptive update", as used' herein, means that after a model has been established or formed, additional data (corresponding either to a change of system dynamics or to one or more portions of the system behavior space not being covered by the existing model) can be used to update the model to achieve better model prediction accuracy overall. Local nets may be added to an existing model to accomplish adaptive learning.
When a system model is established through a training set, the valid ranges of the model correspond to the training data. However, the model is typically considered globally valid in the sense that the model may be consulted with a new data point in any region (but accuracy of the model's prediction depends, of course, on the training).
In contrast, a local net is valid in a defined working range. Due to limited extrapolation capabilities of neural nets in general, the valid range of a local net corresponds to the region (s) in the input space over which data used for training the local net are distributed. The local net simply does not make a prediction if a new data point falls outside its specified valid range.
A local net is also different from localized node functions (such as a Gaussian) in, for example, a radial basis function (RBF) net. A RBF net is globally valid, although it uses localized node functions. A local net is only locally valid but may use any node functions.
A neural net model generally has poor extrapolating capabilities as compared with its interpolating capabilities. For a group of new data points that are outside a range of data points through which the model was formed, as in the case illustrated in FIG. 1B, accuracy of a predicted value generated by the globally valid model may be unacceptable.
The remedy, according to the local net methodologies, is to provide one or more local nets to supplement an existing system model. Altogether they form an adapted compound model of the system. When a new set of data points is available, one or more local nets are built to cover the ranges) of the new data set. The local nets are then appended to the existing model to form a compound model.
A process of consulting using a compound model, according to one embodiment (FIG. 3), when a new data point is being consulted, either a local net or an existing system model is used to perform a prediction, depending on whether the data point is in a valid range of the local net. When the compound model is used in consulting mode, location of a data point is first checked to determine if it falls inside a valid range of the local net (step S31).
If the data point falls inside the range of the local net (step 532, YES), the local net is used to perform the prediction (step S33). Otherwise (.step 532, NO), the data point is passed up to the existing system model for prediction (step S34).
Additional local nets may be added, as more new data points become available. The local net methodologies may be recursively applied, that is, an existing model itself may be a compound model. Usage of each local net may be tracked so that very infrequently used local nets may be purged at the time of new updates to keep the overall model at a reasonable sire. Thus, a series of nets may form a compound system model.
When the compound model, updated with a series of local nets, is consulted or used in prediction, each local net is tried in reverse order of creation (i.e., most recently formed is tried first). If a data point with which the model is consulted falls in the specified space of a local net, the result of consulting the local net is returned. Otherwise, the data point is passed to the previous local net to determine whether the data point falls in the associated data space of the local net (and so on, up to the original neural net). Since the original model is considered globally valid, a prediction. may be returned by the original model if all local nets refuse to process a particular data point.
A process for automatically maintaining a quality of a compound model, according to one embodiment, will be discussed with reference to FIG. 4. When a current compound model is consulted, accuracy of model prediction is compared to a threshold (step S41). If the prediction is sufficiently accurate (step 542, YES), the current model continues to be used (step S43) . If the returned value from the compound model is no longer adequately accurate (step 542, NO), it is time to perform another round of adaptive learning (step S44). After another new data point is collected for consultation (step S45), the process is repeated. Since the size of the compound model is usually also controlled, usage of individual local nets inside the compound model may be tracked. When the model is further updated, nets that are seldom used may be erased as new local nets are appended.
The local net methodologies can handle both instances in which system dynamics have changed (FIG. lA) and instances in which the original model is only good for partial system behavior (FIG. 1B), or a combination of the two.
In the first instance, one or more local nets may be deployed to capture the new system dynamics (X' in FIG. 1A) represented in a new set of data. Since the local nets are valid in the same ranges) as the existing model, and they have precedence over the existing model,~the local nets corresponding to the new system dynamics are used in consulting mode. The existing model becomes obsolete under these circumstances.
In the second instance, the local nets capture a part of the system dynamics (Xn in FIG. 1B) which includes one or more new data ranges not represented in the data set through which the existing system model was formed. Since the local nets are valid in the new data ranges, the compound model works correctly both for points in the original range and for points in the new ranges, by using the local nets for consultation with data points in the new ranges and by using the existing model for consultation with data points in the original range.
In practice, a combination of the two instances typically occurs, and the local nets partially replace the existing model and supplement the existing model, at the same time.
A method of automatic model maintenance, according to another embodiment of the present disclosure, will be described with reference to FIG. 5. Accuracy of a current model is checked through consultation with new data (step S51). If the accuracy of the model is below a predetermined threshold (step 552, NO), data are collected and/or retrieved for adaptively updating the system model (step S53). A compound model is formed by supplementing the system model with a local net formed through training with the retrieved data (step S54).
There are some practical concerns in model maintenance. One issue is how many new data points should be used to update a system model. In principle, the more data points the better. However, it is usually desirable to carry out the update as fast as possible, especially for real-time applications. Therefore, it is useful to use only data that provide new information (e.g., not represented by the existing model).
The local net methodologies include an optional double-threshold technique (discussed below) for determining a timing for data collection and model update, to provide automated model updates without user intervention. A process for automated data collection and adaptive model update, according to one embodiment (FIG.
6), uses two thresholds to determine whether to keep newly available data and whether to update a current model. A
first threshold, t1, is used to determine whether newly available data contain any new information and whether to keep the new data for updating the current model. A second threshold, t2, is used to determine whether the model should be updated. The value of t2 is larger than tl, and each may be determined based on a typical error of the existing model on original data.
When the current model is consulted, with a new data point, error of model prediction is determined (step S61).
If the prediction error is below data collection threshold tl (step 562, YES), the new data point is simply dropped.
If the prediction error is not below the data collection threshold t1 (step 562, NO), the new data point is kept for a new training set for updating the model (step S64). If the~prediction error is above model update threshold t2 (step 565, NO), the new training set is used to establish a local net and the current model is updated by supplementing the model with the local net (step 5660. Another new data point is collected (or retrieved) [step S67] and the process is repeated.

To avoid accidental triggering of data collection and update by outliers, the new data points may be accumulated into a small set. The size of the set is large enough to be able to identify and remove outliers in the set. An average error of the set may then be used to compare with the two thresholds. A limit on a maximum number of data points may also be specified. When the prediction error crosses tl but stays below t2 for a prolonged period, the data point limit may help to put a limit on an amount of time used to perform the adaptive model update (by limiting the number of training data points). Depending on requirements of the existing model and a preference in setup, a limit on a minimum number of data points collected before an update is initiated may also be specified. If a large sudden change is detected, the lower limit prevents the existing model from being changed and may also be used to alert the operator about such a change, since such a change usually indicates abnormal behavior either in the system or due to bad sensor.
Another practical issue is determination of local net range(s). Simple minimum and maximum values detected from training input may not be sufficient since there may be holes in a distribution of the data points between the extreme values . Clustering may be used to obtain a more precise estimate. In order to avoid a need to specify the number of clusters or a cluster radius in advance, hierarchical k-means clustering technique may be used. The hierarchical k-means clustering technique is a divisive methodology. The whole data set is first clustered into a small number of clusters. Depending on the populations of the respective resulting clusters, large clusters may be split further into smaller clusters until the populations of the clusters are moderate or a number of levels in the cluster hierarchy exceeds a selected maximum. A limit on the number of levels may be used to control a maximum complexity of the resulting model. The k-means technique may be used for each level of clustering.
After completion of the clustering process, a cluster tree may be generated. The radius of each leaf cluster in the cluster tree may be estimated based on distances from each and every member of the cluster to the cluster center, or (to a lesser degree of precision) from the furthest member in the cluster to the cluster center.
In consulting mode, when a new data point is encountered, if it falls within the radius of any one of the leaf clusters, it is considered to have fallen into the range of the associated local net. If the data point does not fall in any clusters corresponding to a local net, the data point is passed on to the existing model.
Other techniques can also be used to determine the ranges for a local net. Since the k-means technique usually generates spherical clusters which may not reflect an actual shape of a cluster (i.e., the cluster may cover more space than the members actually occupy), other partition techniques such as ISODATA and SOM may be used instead. Another possibility is to use a decision tree technique, such as CART and ID3, in place of the clustering technique.
These clustering and decision tree techniques are discussed in commonly-assigned U.S. provisional applications no. 60/374,020, entitled ~~AUTOMATIC NEURAL-NET
MODEL GENERATION AND MAINTENANCE", and no. 60/374,041, entitled ~~METHOD AND APPARATUS FOR DISCOVERING EVOLUTIONARY
CHANGES WITHIN A SYSTEM", which are incorporated herein in their entireties by reference.
The local net methodologies of the present disclosure have been demonstrated to be useful and effective for performing adaptive updates) to a system model. Compared with adaptive learning techniques that update the model weights and/or structure directly, the local net methodologies provide faster convergence to a new system dynamics when the dynamics of a system shift. The local net methodologies also may absorb and utilize newly available information corresponding to new areas of system operation which were not included in the data set used to build the original model, without compromising accuracy corresponding to system operations already represented in the original model.
Combined with the automatic model structure selection capability of orthogonal functional-link net methodologies which may be used to build the original neural net model and the local nets forming the compound model, the combination of orthogonal functional link net methodologies and local net methodologies provide complete automation in model creation and maintenance. Orthogonal functional-link net methodologies are described in commonly-assigned United States provisional patent application no. 60/374,020, which is incorporated herein in its entirety by reference.
Examples A non-linear time series problem is used to illustrate a process of updating a system model using the local net methodologies. The non-linear time series is simulated by the following equation:
y(t) _ [0.8 - 0.5 exp(-y2 (t -1))] y(t -1) 3 0 - [0.3 + 0.9 exp(-yz (t -1))]y(t - 2) ( 1 ) + 0.1 sin(~y (t -1)) + e(t) where e(t) is a zero mean noise sequence with variance 0.01. The initial conditions are y(0) - 0.1 and y(-1) - 0.
The problem is to use the two previous points to predict a value of the current point.
Two thousand samples of the time series were generated. The first 1000 patterns were used as the training set and the remaining 1000 were used as the validation set. Orthogonal functional-link net was used to build the original model. Gaussians were used as the functional-link nodes. The centers were determined through cluster centers and the spreads were determined from the radii of the clusters. For an error target of 5e-4, a total of 13 nodes were selected. The error for the validation set was also less than 5e-4, indicating good generalization capability of the resulting model.
To illustrate a process of maintaining optimal model performance through appending a local net, a constant drift term is added to the non-linear time series system represented by Equation (1). The modified equation is as follows, for t > 1000:
y(t) _ [0.8 - 0.5 exp(-y 2 (t -1))] y(t -1) - [0.3 + 0.9 exp(-y2 (t -1))]y(t - 2) ( 2 ) + 0.1 sin(~y(t -1)) + 0.25 + e(t) Another training data set containing 1000 patterns was generated. The error of consulting these patterns using the original model was 0.00316, which indicates that the current model is not an accurate representation of the current system dynamics.
Adaptive learning was then applied to the original model. An additional orthogonal functional-link net was formed as a local net using the newly available data. The resulting error of the updated compound model was again below the target training error of 5e-4. The newly added local net again has 13 Gaussian nodes.
FIG. 7 illustrates results of the non-linear time series example for the original model and for the adaptively updated model. The small plus signs are positions of original training patterns. The small gray cross signs are positions of new training patterns. The gray limit cycles are theoretical limit cycles generated from Equation (1) and (2). The black limit cycles are generated from the original and updated models. The lower-left pair of gray and black limit cycles is for the original case and the upper-right set is for the modified case.
As shown in FIG. 7, the original model and the updated model are good representations of the original data and the new data, respectively. Since the data points of the new modified function occupy almost the same area as the data points of the original function, the newly built local net essentially replaces the original net in the compound model.
Compared with results obtained using the weight-update technique, the local net methodologies provide immediate catch-up with changed system dynamics. In contrast, the weight-update technique offer gradual shift from the original system dynamics towards the new system dynamics.
The compound model provides better performance at the expense of a larger-sized model.
While the above example demonstrates an effectiveness of the local net methodologies in handling adaptive learning for a case of changed system dynamics, the following example shows that the local net methodologies are equally capable of handling a case of new ranges of system operation without losing knowledge of existing ranges of system operation.
A simple product of sine and cosine functions is the underlying system dynamics in the following example, as shown below in Equation (3):
z = sin(2Trx) cos(2~y) The original training data set was obtained by randomly choosing 1000 points inside the interval [0.0, 1.0] for both x and y. An orthogonal functional-link net was used to build the initial model with an error target of le-4. The target was met with 27 Gaussian functional-link nodes. The system may also run in the additional range of [1.0, 2.0] for x and [0.0, 1.0] for y. The additional range, however, was not represented in the original training data set. Another 1000 points randomly chosen inside the additional range formed a new training data set, and the local net adaptive learning methodologies were used to update the existing model. An additional orthogonal functional-link net was established as the local net by using the new data set. The training error went below the target of le-4 with 26 Gaussian functional-link nodes.
To test the performance of both the original model and the updated model in the operating range of [0.0, 2.0] for x and [0.0, 1.0] for y, a set of grid points with steps of 0.1 in the x direction and steps of 0.05 in the y direction was created as the test set, resulting in a total of 441 test points. The test set was used to consult both the original model and the updated model.
FIG. 8 illustrates performance of the original and updated models over the full operating range. The gray cross signs show averaged errors of the original model over the y grid points for the corresponding x value. The black plus signs show the averaged errors of the updated model.
In order to concisely show the performance, the mean squared errors of all grid points of the same x value are averaged over.
As expected, the original model underperformed in the new range, becoming worse as the x value deviated further from the previous maximum of 1, because the neural net model has only very limited capability in extrapolation.
The updated model, however, performed acceptably over the whole range, not only the new range on which the update training was carried out.
The performance of the two models initially are identical, indicating that the updated compound model actually used the original net to perform the prediction.
At around x = 0.9, the performance of the two models begins to show differences, which indicate that the new local net begins to take over the prediction from the original model.
The clusters are spherical (circular in 2-D), and the radius was the distance of the furthest member from the center, which caused the clusters that are close to the boundary to include slightly more areas than they actually occupy. Since this circumstance corresponds to extrapolation for the new local net, the performance of the .25 compound model is actually worse than the original model at this point. However, as x further increased into the new range, the performance of the compound model improved and remained good while performance of the original model became unacceptable.
Overall, the performance of the updated model is acceptable over the whole range of the system. All the 'error values shown are actually larger than the target value of le-4 because the grid points happen to include extreme values both in terms of edges in the range of operation and extreme values of the system function. Since the training patterns are randomly generated in both training sets, the extreme points are not actually included in them and the errors for such points are therefore larger than average.
For the problem above, the weight-update method is unsuitable for the outlier situation (i.e., data point outside of range of training) because the node functions in the existing model are customised to fit the previously known range. Since the range is different for the newly available data, the nodes in the existing model are unsuitable to represent the new range. In the first example, the range of operation stayed almost the same.
For a functional-link net with radial-basis nodes such as Gaussian ones, it is possible to add some new nodes in the new range. However, such additions may introduce interference in the original range unless the two ranges are far away which is not the case for the current problem.
Applications of the Local Net Methodologies Many computer application software may employ system model methodologies to provide the application with abilities similar to human pattern recognition and predictive skills. The following are just a few examples in which application software may be adapted with such skills through system modeling and the model may be updated by applying local net methodologies.
A retailer periodically needs to determine an amount of merchandise to order from a supplier to avoid running out of inventory in the upcoming month, while not keeping too much inventory (e.g., above what is needed for the month). Enterprise resource planning software may include means for modeling the dynamics of the retail business and for making predictions of future, sales, based on recent sales, current inventory, historical trend, etc. However, the dynamics of the retail business may change and therefore the model may require update. For example, in response to a change in demographics of visitors (for example, younger, lower-income customers) to the mall in which the retail store is located changed, the retailer may add to its store shelves lower-end merchandise, which the retailer did not sell prior to the demographics change. A
local net may be added to cover a portion of the retail business dynamics, corresponding to lower-end merchandise, which was not represented in the original model. Also, another local net may need to be added to cover a change in dynamics corresponding to higher-end merchandise, which had been the focus of the retail store prior to the demographics change, because a new local sales tax has recently been imposed.
The local net methodologies also may be applied to, for example, profiling (which is known in the information technology art as "data mining"), to look for interesting data patterns in a system and, for example, associate them with (as an effect of) a cause or (as a cause of) an effect. For example, a model of consumer buying tendencies may be developed through training with,a set of consumer profile data kept by an eBusiness application for a selected group of consumers. After the model has been established, the model may be supplemented with a local net when new data, for a second group of consumers who are not represented in the existing model, are obtained. An additional local net may be added because the dynamics of purchasing power have changed since the economy has undergone a boom after the existing model was formed.

As another example, utilization of resources in an enterprise information system may vary according to assorted factors (and combination of factors), such as time (for example, hour of day, day of week, or month of year, etc.), user or group, resource, etc. A model for allocating enterprise system resources may be developed based on historical resources utilization patterns.
However, the original model may need to be supplemented with a local net, if, for example, wireless network interfaces are introduced into the enterprise resource pool, after the existing model is developed. Since system resources utilization may differ substantially when wireless network interfaces are available as compared to when only conventional network interfaces are available, a portion of the dynamics of resource utilization corresponding to when wireless network interfaces are used may not be represented in the original model. In addition, it maybe that the system dynamics has shifted since the availability of wireless network interfaces may encourage enterprise users at large to make greater use of selected enterprise information resources which are now more accessible through a wireless network interface.
As yet another example, a value prediction model may be trained to model a production process from historical product data in a database containing process recipes (each of which contains a list of ingredients and processing conditions for producing rubber, polymers, glass, metals, petrochemicals, food, etc.) and resulting properties of the respective products. For example, a model trained to predict the properties of bread (for example, Italian bread, baguettes, rolls, loaves of multi-grain bread, etc.) recipes may receive the amounts of various ingredients and the baking conditions as inputs, and predict the measurable qualities of the bread product. Alternatively, the model may be trained to specify an appropriate recipe based on input of the desired properties. In any event, the model may be supplemented with a local net in order to model the production process of other baked goods, such as muffins, scones, etc. Another local net may be added, because the dynamics of the system changed, since an old conventional oven was swapped out for a brick oven.
The above specific embodiments are illustrative, and many variations can be introduced on these exemplary embodiments without departing from the spirit of the disclosure or from the scope of the appended claims.
Elements and/or features of different illustrative embodiments may be combined with each other and/or substituted for each other within the scope of this disclosure and appended claims.
Additional variations may be apparent to one of ordinary skill in the art from reading the following U.S.
applications, which are incorporated in their entireties herein by reference:
(a) Serial No. 60/374, 064, filed April 19, 2002 and entitled ~~PROCESSING MIXED NUMERIC AND/OR NON-NUMERIC
DATA";
(b) Serial No. 60/374,020, filed April 19, 2002 and entitled ~~AUTOMATTC NEURAL-NET MODEL GENERATION AND
MAINTENANCE";
(c) Serial No. 60/374,024, filed April 19, 2002 and entitled ~~VIEWING MULTI-DIMENSIONAL DATA THROUGH
HIERARCHICAL VISUALIZATION";
(d) Serial No. 60/374, 041, filed April 19, 2002 and entitled ~~METHOD AND APPARATUS FOR DISCOVERING EVOLUTIONARY
CHANGES WITHIN A SYSTEM";
(e) Serial No. 60/373,977, filed April 19, 2002 and entitled ~~AUTOMATIC MODEL MAINTENANCE THROUGH LOCAL NETS";
(f) Serial No. 60/373,780, filed April 19, 2002 and entitled ~~USING NEURAL NETWORKS FOR DATA MINING";
(g) Serial No. (Attorney Docket No. 67092) filed March 28, 2003 and entitled ~~AUTOMATIC MODEL MAINTENANCE THROUGH
LOCAL NETS".

Claims (29)

What is claimed is:
1. A model maintenance method comprising:
determining that accuracy of prediction by a system model through consultation with new data is below a predetermined threshold; and forming a compound model by supplementing the system model with a local net trained with the new data.
2. The method of claim 1, wherein the local net has an associated valid data space corresponding to a space spanned by the new data.
3. The method of claim 2, wherein when the compound model is consulted with a data point, the local net is consulted with the data point and a result of consulting the local net is returned, if the data point is within the associated valid data space of the local net.
4. The method of claim 3, wherein if the data point is not within the associated valid data space of the local net, the system model is consulted with the data point.
5. The method of claim 1, wherein the compound model is updated by supplementing the original compound model with a second local net formed through training with additional new data, if accuracy of prediction by the compound model through consulting with the additional new data is below the predetermined threshold.
6. The method of claim 5, wherein when the updated compound model is consulted with a data point, the second local net is consulted with the data point and a result of consulting the second local net is returned, if the data point is within a valid data space of the second local net.
7. The method of claim 6, wherein the first local net is consulted with the data point and a result of consulting the first local net is returned, if the data point is not within the valid data space of the second local net and is within the associated valid data space of the first local net.
8. The method of claim 7, wherein the system model is consulted with the data point and a result of consulting the system model is returned, if the data point is not within the valid data space of the second local net and is not within the valid data space of the first local net.
9. The method of claim 1, wherein error of model prediction is determined when the current model is consulted with a new data point, and the new data point is added to a new training set if the error corresponding to consultation of the model with the new data point is not below a data collection threshold.
10. The method of claim 9, wherein the new training set is used to establish a new local net and the current model is updated by supplementing the model with the new local net, if the error corresponding to consultation of the model with the new data point is above a model update threshold.
11. The method of claim 9, wherein when a number of data points in the new training set reaches a maximum number, the new training set is used to establish a new local net, and the current model is updated by supplementing the model with the new local net.
12. The method of claim 9, wherein the new training set is not used to establish a new local net, unless a number of data points in the new training set is equal to or greater than a minimum number.
13. The method of claim 9, wherein outliers are removed from the new training set.
14. The method of claim 1, wherein a clustering technique or decision tree technique is applied to the new data to determine one or more data space ranges associated with the local net.
15. A computer system, comprising:
a processor; and a program storage device readable by the computer system, tangibly embodying a program of instructions executable by the processor to perform the method of claim 1.
16. A program storage device readable by a machine, tangibly embodying a program of instructions executable by the machine to perform the method of claim 1.
17. A computer data signal embodied in a transmission medium which embodies instructions executable by a computer to perform the method of claim 1.
18. A model maintenance method comprising:
determining that accuracy of a current model is below a predetermined threshold;

collecting data for adaptively updating the current model; and forming a compound model by supplementing the current model with a local net trained with the collected data.
19. The method of claim 18, wherein inadequacy of the prediction accuracy of the current model is attributed to training with training data corresponding to only partial system behavior.
20. The method of claim 18, wherein deterioration of model prediction accuracy is attributed to a shift to system dynamics after the current model was established.
21. The method of claim 20, wherein one or more local nets are added to the compound model to capture the new system dynamics.
22. The method of claim 18, wherein inadequacy of the prediction accuracy of the current model is attributed to a combination of (a) training with training data corresponding to only partial system behavior, and (b) a change of system dynamics after the current model was established.
23. A computer system, comprising:
a processor; and a program storage device readable by the computer system, tangibly embodying a program of instructions executable by the processor to perform the method of claim 18.
24. A program storage device readable by a machine, tangibly embodying a program of instructions executable by the machine to perform the method of claim 18.
25. A computer data signal embodied in a transmission medium which embodies instructions executable by a computer to perform the method of claim 18.
26. A compound model of a system, comprising:
a current model; and at least one local net having an associated valid data space, wherein when the compound model is consulted with a data point, the local net is consulted with the data point and a result of consulting the local net is returned, if the data point is within an associated valid data space of the local net, and the current model is consulted with the data point and a result of consulting the current model is returned, if the data point is not within the associated valid data space of the local net.
27. The compound model of claim 26, wherein the compound model is updated repeatedly by adding a series of additional local nets formed through training with new data points, if accuracy of predictions by the compound model through consultations with the new data points is below a predetermined threshold.
28. The compound model of claim 27, wherein the updated compound model is consulted with a new data point by comparing the new data point to the valid data spaces of the local nets in reverse order to identify one of the local nets which has a valid data space within which the new data point falls, consulting the identified local net with the new data point, and returning a result of consulting the identified local net with the new data point.
29. The compound model of claim 27, wherein usage of each local net is tracked, and infrequently used local nets are purged when the compound model is updated.
CA002481431A 2002-04-19 2003-04-17 Automatic model maintenance through local nets Abandoned CA2481431A1 (en)

Applications Claiming Priority (15)

Application Number Priority Date Filing Date Title
US37378002P 2002-04-19 2002-04-19
US37397702P 2002-04-19 2002-04-19
US37404102P 2002-04-19 2002-04-19
US37402002P 2002-04-19 2002-04-19
US37406402P 2002-04-19 2002-04-19
US37402402P 2002-04-19 2002-04-19
US60/374,020 2002-04-19
US60/374,024 2002-04-19
US60/373,977 2002-04-19
US60/373,780 2002-04-19
US60/374,041 2002-04-19
US60/374,064 2002-04-19
US10/401,930 2003-03-28
US10/401,930 US7444310B2 (en) 2002-04-19 2003-03-28 Automatic model maintenance through local nets
PCT/US2003/011829 WO2003090148A2 (en) 2002-04-19 2003-04-17 Automatic model maintenance through local nets

Publications (1)

Publication Number Publication Date
CA2481431A1 true CA2481431A1 (en) 2003-10-30

Family

ID=29220110

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002481431A Abandoned CA2481431A1 (en) 2002-04-19 2003-04-17 Automatic model maintenance through local nets

Country Status (10)

Country Link
US (1) US7444310B2 (en)
EP (1) EP1497789A2 (en)
JP (1) JP2005523527A (en)
KR (1) KR20040111536A (en)
CN (1) CN1647108A (en)
AU (1) AU2003225014A1 (en)
BR (1) BR0309332A (en)
CA (1) CA2481431A1 (en)
IL (1) IL164629A0 (en)
WO (1) WO2003090148A2 (en)

Families Citing this family (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2003241302A1 (en) * 2002-04-19 2003-11-03 Computer Associates Think, Inc Using neural networks for data mining
US7777743B2 (en) * 2002-04-19 2010-08-17 Computer Associates Think, Inc. Viewing multi-dimensional data through hierarchical visualization
US20110188759A1 (en) * 2003-06-26 2011-08-04 Irina Filimonova Method and System of Pre-Analysis and Automated Classification of Documents
RU2635259C1 (en) * 2016-06-22 2017-11-09 Общество с ограниченной ответственностью "Аби Девелопмент" Method and device for determining type of digital document
US7908047B2 (en) * 2004-06-29 2011-03-15 General Electric Company Method and apparatus for run-time incorporation of domain data configuration changes
US7729808B2 (en) * 2006-03-10 2010-06-01 Edsa Micro Corporation System for comparing real-time data and modeling engine data to predict arc flash events
US8959006B2 (en) * 2006-03-10 2015-02-17 Power Analytics Corporation Systems and methods for automatic real-time capacity assessment for use in real-time power analytics of an electrical power distribution system
US20160246905A1 (en) 2006-02-14 2016-08-25 Power Analytics Corporation Method For Predicting Arc Flash Energy And PPE Category Within A Real-Time Monitoring System
US9557723B2 (en) 2006-07-19 2017-01-31 Power Analytics Corporation Real-time predictive systems for intelligent energy monitoring and management of electrical power networks
US11016450B2 (en) 2006-02-14 2021-05-25 Power Analytics Corporation Real-time predictive systems for intelligent energy monitoring and management of electrical power networks
US20170046458A1 (en) 2006-02-14 2017-02-16 Power Analytics Corporation Systems and methods for real-time dc microgrid power analytics for mission-critical power systems
US9092593B2 (en) 2007-09-25 2015-07-28 Power Analytics Corporation Systems and methods for intuitive modeling of complex networks in a digital environment
US8126685B2 (en) * 2006-04-12 2012-02-28 Edsa Micro Corporation Automatic real-time optimization and intelligent control of electrical power distribution and transmission systems
US7693608B2 (en) * 2006-04-12 2010-04-06 Edsa Micro Corporation Systems and methods for alarm filtering and management within a real-time data acquisition and monitoring environment
TWI315054B (en) * 2006-05-10 2009-09-21 Nat Cheng Kung Universit Method for evaluating reliance level of a virtual metrology system in product manufacturing
US9626161B2 (en) * 2006-12-12 2017-04-18 Ca, Inc. Computer readable medium and methods for filtering a dynamic comparison model
US8229722B2 (en) * 2007-05-16 2012-07-24 Power Analytics Corporation Electrical power system modeling, design, analysis, and reporting via a client-server application framework
US20110082597A1 (en) 2009-10-01 2011-04-07 Edsa Micro Corporation Microgrid model based automated real time simulation for market based electric power system optimization
FI123336B (en) * 2009-12-23 2013-02-28 7Signal Oy A method for monitoring and intelligently adjusting radio network parameters
JP5768983B2 (en) 2010-06-09 2015-08-26 日本電気株式会社 Contract violation prediction system, contract violation prediction method, and contract violation prediction program
US9348609B2 (en) * 2010-08-02 2016-05-24 Sap Se Framework for ad-hoc process flexibility
CA2825777A1 (en) * 2011-01-25 2012-08-02 Power Analytics Corporation Systems and methods for automated model-based real-time simulation of a microgrid for market-based electric power system optimization
US9514022B1 (en) * 2011-10-18 2016-12-06 Netapp, Inc. Modeling storage system performance
US9601010B2 (en) 2012-11-06 2017-03-21 Nec Corporation Assessment device, assessment system, assessment method, and computer-readable storage medium
US20140222496A1 (en) * 2013-02-07 2014-08-07 International Business Machines Corporation Determining cost and risk associated with assets of an information technology environment
CN103902845A (en) * 2014-04-25 2014-07-02 哈尔滨工业大学 Method for evaluating risk of simulation system based on fuzzy FMEA
CN105243069A (en) * 2014-07-09 2016-01-13 南方科技大学 Intelligent system for big data cognitive decision-making
CN105045096A (en) * 2015-08-26 2015-11-11 福建恒天晨光节能服务有限公司 Intelligent energy saving method based on neural network and system thereof
CN108885712B (en) * 2015-11-12 2022-06-10 渊慧科技有限公司 Neural programming
DE202017007641U1 (en) * 2016-07-18 2024-01-24 Deepmind Technologies Limited Training machine learning models on multiple machine learning tasks
KR102049049B1 (en) * 2016-09-07 2019-11-26 한국전자통신연구원 Method and apparatus for future prediction in Internet of thing
US20180268288A1 (en) * 2017-03-14 2018-09-20 General Electric Company Neural Network for Steady-State Performance Approximation
US11216745B2 (en) * 2017-11-07 2022-01-04 Google Llc Incognito mode for personalized machine-learned models
CN111104054B (en) * 2018-10-29 2023-10-27 伊姆西Ip控股有限责任公司 Method, apparatus and computer program product for managing input/output operations
EP3772411A1 (en) * 2019-08-06 2021-02-10 Siemens Aktiengesellschaft Separation of states of mechanical presses by analysing trained patterns in a neural network
JP7245796B2 (en) * 2020-01-24 2023-03-24 株式会社日立製作所 Information processing system and control method for information processing system
US20210306224A1 (en) * 2020-03-26 2021-09-30 Cisco Technology, Inc. Dynamic offloading of cloud issue generation to on-premise artificial intelligence
KR102433936B1 (en) * 2022-01-12 2022-08-19 주식회사 에이젠글로벌 Method for update and change of credit evaluation model based on real time monitoring result and apparatus for performing the method

Family Cites Families (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4193115A (en) 1977-12-15 1980-03-11 The United States Of America As Represented By The Secretary Of Commerce Method and apparatus for implementation of the CMAC mapping algorithm
US4215396A (en) 1978-08-24 1980-07-29 Texas Instruments Incorporated Intelligent programmable process control system
US4438497A (en) 1981-07-20 1984-03-20 Ford Motor Company Adaptive strategy to control internal combustion engine
US4649515A (en) 1984-04-30 1987-03-10 Westinghouse Electric Corp. Methods and apparatus for system fault diagnosis and control
JPH0789283B2 (en) 1984-11-02 1995-09-27 株式会社日立製作所 Formula processing control system
US4670848A (en) 1985-04-10 1987-06-02 Standard Systems Corporation Artificial intelligence system
US4663703A (en) 1985-10-02 1987-05-05 Westinghouse Electric Corp. Predictive model reference adaptive controller
US4754410A (en) 1986-02-06 1988-06-28 Westinghouse Electric Corp. Automated rule based process control method with feedback and apparatus therefor
US4858147A (en) 1987-06-15 1989-08-15 Unisys Corporation Special purpose neurocomputer system for solving optimization problems
FR2625347B1 (en) 1987-12-23 1990-05-04 Labo Electronique Physique NEURON NETWORK STRUCTURE AND CIRCUIT AND ARRANGEMENT OF NEURON NETWORKS
US4979126A (en) 1988-03-30 1990-12-18 Ai Ware Incorporated Neural network with non-linear transformations
US4928484A (en) 1988-12-20 1990-05-29 Allied-Signal Inc. Nonlinear multivariable control system
US4972363A (en) 1989-02-01 1990-11-20 The Boeing Company Neural network using stochastic processing
JPH0660826B2 (en) 1989-02-07 1994-08-10 動力炉・核燃料開発事業団 Plant abnormality diagnosis method
US5119468A (en) 1989-02-28 1992-06-02 E. I. Du Pont De Nemours And Company Apparatus and method for controlling a process using a trained parallel distributed processing network
US5033087A (en) * 1989-03-14 1991-07-16 International Business Machines Corp. Method and apparatus for the automatic determination of phonological rules as for a continuous speech recognition system
JP2821189B2 (en) 1989-09-01 1998-11-05 株式会社日立製作所 Learning type decision support system
US5140523A (en) 1989-09-05 1992-08-18 Ktaadn, Inc. Neural network for predicting lightning
JPH0711256B2 (en) 1989-09-06 1995-02-08 本田技研工業株式会社 Control device for internal combustion engine
IT1232989B (en) * 1989-09-14 1992-03-13 Rizzi & Co Spa Luigi SINGLE-PASS LEATHER SHAVING MACHINE
CA2031765C (en) 1989-12-08 1996-02-20 Masahide Nomura Method and system for performing control conforming with characteristics of controlled system
US5111531A (en) 1990-01-08 1992-05-05 Automation Technology, Inc. Process control using neural network
US5052043A (en) 1990-05-07 1991-09-24 Eastman Kodak Company Neural network with back propagation controlled through an output confidence measure
US5113483A (en) 1990-06-15 1992-05-12 Microelectronics And Computer Technology Corporation Neural network with semi-localized non-linear mapping of the input space
US5142612A (en) 1990-08-03 1992-08-25 E. I. Du Pont De Nemours & Co. (Inc.) Computer neural network supervisory process control system and method
US5175678A (en) 1990-08-15 1992-12-29 Elsag International B.V. Method and procedure for neural control of dynamic processes
US5335291A (en) 1991-09-20 1994-08-02 Massachusetts Institute Of Technology Method and apparatus for pattern mapping system with self-reliability check
US5349541A (en) 1992-01-23 1994-09-20 Electric Power Research Institute, Inc. Method and apparatus utilizing neural networks to predict a specified signal value within a multi-element system
US5485390A (en) 1993-11-30 1996-01-16 The United States Of America As Represented By The Secrectary Of The Air Force Inductive-deductive process design for machined parts
US5835901A (en) 1994-01-25 1998-11-10 Martin Marietta Corporation Perceptive system including a neural network
US5848402A (en) 1994-07-07 1998-12-08 Ai Ware, Inc. Universal system for artificial intelligence based learning, categorization, and optimization
US5734796A (en) 1995-09-29 1998-03-31 Ai Ware, Inc. Self-organization of pattern data with dimension reduction through learning of non-linear variance-constrained mapping
US6134537A (en) 1995-09-29 2000-10-17 Ai Ware, Inc. Visualization and self organization of multidimensional data through equalized orthogonal mapping
GB9803466D0 (en) * 1998-02-19 1998-04-15 Chemical Computing Group Inc Discrete QSAR:a machine to determine structure activity and relationships for high throughput screening
US6327550B1 (en) 1998-05-26 2001-12-04 Computer Associates Think, Inc. Method and apparatus for system state monitoring using pattern recognition and neural networks

Also Published As

Publication number Publication date
CN1647108A (en) 2005-07-27
IL164629A0 (en) 2005-12-18
US20030200075A1 (en) 2003-10-23
WO2003090148A3 (en) 2004-10-21
JP2005523527A (en) 2005-08-04
EP1497789A2 (en) 2005-01-19
WO2003090148A2 (en) 2003-10-30
US7444310B2 (en) 2008-10-28
BR0309332A (en) 2007-03-06
AU2003225014A1 (en) 2003-11-03
KR20040111536A (en) 2004-12-31

Similar Documents

Publication Publication Date Title
US7444310B2 (en) Automatic model maintenance through local nets
JP5077617B2 (en) Unexpected demand detection system and unexpected demand detection program
US8560092B2 (en) Apparatus and method for model quality estimation and model adaptation in multivariable process control
US20180082204A1 (en) Characteristic value estimation device and characteristic value estimation method
US7966151B2 (en) Method for analyzing operation of a machine
US20090204232A1 (en) Self sensing component interface system
AU2003223638A1 (en) Automatic neural-net model generation and maintenance
Bergman et al. A Bayesian approach to demand forecasting for new equipment programs
JP2021507418A (en) Trained dynamic control complex system
Polotski et al. Kalman filter based production control of a failure-prone single-machine single-product manufacturing system with imprecise demand and inventory information
US11755951B2 (en) Machine learning with an intelligent continuous learning service in a big data environment
WO2000041123A9 (en) Real-time planner for design
Frantzén et al. Digital-twin-based decision support of dynamic maintenance task prioritization using simulation-based optimization and genetic programming
Lozano et al. Developing flexible management strategies in infrastructure: The sequential expansion problem for infrastructure analysis (SEPIA)
CN107615183A (en) In Model Predictive Control application program relative to best performance values premium properties system and method
KR20220115357A (en) A method and apparatus for generating future demand forecast data based on attention mechanism
Si et al. A reliability-and-cost-based framework to optimize maintenance planning and diverse-skilled technician routing for geographically distributed systems
GB2465861A (en) A reasoning inference making tool for recommending actions based on a hybridisation of a data driven model and knowledge based logic.
Koukaras et al. Proactive buildings: A prescriptive maintenance approach
Ivanov et al. Adaptation-based supply chain resilience
US11656887B2 (en) System and method to simulate demand and optimize control parameters for a technology platform
Bangash et al. Inventory requirements planning at lucent technologies
US20230267007A1 (en) System and method to simulate demand and optimize control parameters for a technology platform
Li Supply Chain Efficiency and Effectiveness Management Using Decision Support Systems
JP2024018619A (en) Information processing device, information processing method, and information processing program

Legal Events

Date Code Title Description
FZDE Discontinued