Machine Learning For Predictive Maintenance: A Multiple .

2y ago
5 Views
2 Downloads
3.02 MB
11 Pages
Last View : 19d ago
Last Download : 3m ago
Upload by : Jerry Bolanos
Transcription

Machine Learning for Predictive Maintenance: A Multiple ClassifiersApproachSusto, G. A., Schirru, A., Pampuri, S., McLoone, S., & Beghi, A. (2015). Machine Learning for PredictiveMaintenance: A Multiple Classifiers Approach. IEEE Transactions on Industrial Informatics, 11(3), blished in:IEEE Transactions on Industrial InformaticsDocument Version:Peer reviewed versionQueen's University Belfast - Research Portal:Link to publication record in Queen's University Belfast Research PortalPublisher rights(c) 2015 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other users, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works for resale or redistribution to servers or lists,or reuse of any copyrighted components of this work in other worksGeneral rightsCopyright for the publications made accessible via the Queen's University Belfast Research Portal is retained by the author(s) and / or othercopyright owners and it is a condition of accessing these publications that users recognise and abide by the legal requirements associatedwith these rights.Take down policyThe Research Portal is Queen's institutional repository that provides access to Queen's research output. Every effort has been made toensure that content in the Research Portal does not infringe any person's rights, or applicable UK laws. If you discover content in theResearch Portal that you believe breaches copyright or violates any law, please contact openaccess@qub.ac.uk.Download date:06. Oct. 2021

Queen's University Belfast - Research PortalMachine Learning for Predictive Maintenance: A MultipleClassifiers ApproachSusto, G. A., Schirru, A., Pampuri, S., McLoone, S., & Beghi, A. (2015). Machine Learning for PredictiveMaintenance: A Multiple Classifiers Approach. IEEE Transactions on Industrial Informatics, 11(3), 812-820.10.1109/TII.2014.2349359Published in:IEEE Transactions on Industrial InformaticsLink:Link to publication record in Queen's University Belfast Research PortalGeneral rightsCopyright for the publications made accessible via the Queen's University Belfast Research Portal is retained by the author(s) and / or othercopyright owners and it is a condition of accessing these publications that users recognise and abide by the legal requirements associatedwith these rights.Take down policyThe Research Portal is Queen's institutional repository that provides access to Queen's research output. Every effort has been made toensure that content in the Research Portal does not infringe any person's rights, or applicable UK laws. If you discover content in theResearch Portal that you believe breaches copyright or violates any law, please contact openaccess@qub.ac.uk.Download date:13. Jan. 2016

1Machine Learning for Predictive Maintenance:a Multiple Classifier ApproachGian Antonio Susto, Andrea Schirru, Simone Pampuri, Seán McLoone Senior Member, IEEE,Alessandro Beghi Member, IEEEAbstract—In this paper a multiple classifier machinelearning methodology for Predictive Maintenance (PdM) ispresented. PdM is a prominent strategy for dealing withmaintenance issues given the increasing need to minimizedowntime and associated costs. One of the challenges withPdM is generating so called ’health factors’ or quantitativeindicators of the status of a system associated with a givenmaintenance issue, and determining their relationship to operating costs and failure risk. The proposed PdM methodology allows dynamical decision rules to be adopted for maintenance management and can be used with high-dimensionaland censored data problems. This is achieved by trainingmultiple classification modules with different predictionhorizons to provide different performance trade-offs in termsof frequency of unexpected breaks and unexploited lifetimeand then employing this information in an operating costbased maintenance decision system to minimise expectedcosts. The effectiveness of the methodology is demonstratedusing a simulated example and a benchmark semiconductormanufacturing maintenance problem.Index Terms—Classification Algorithms, Data Mining, IonImplantation, Machine Learning, Predictive Maintenance,Semiconductor Device Manufacture.I. I NTRODUCTIONThe increasing availability of data is changing theway decisions are taken in industry [17] in importantareas such as scheduling [15], maintenance management[24] and quality improvement [6], [23]. Machine learning(ML) approaches have been shown to provide increasingly effective solutions in these areas, facilitated by thegrowing capabilities of hardware, cloud-based solutions,Manuscript received March 17, 2014. Accepted for publication August 7, 2014.Copyright 2014 IEEE. Personal use of this material is permitted.However, permission to use this material for any other purposesmust be obtained from the IEEE by sending a request to pubspermissions@ieee.orgG.A. Susto (corresponding author) is with the Department of Information Engineering, University of Padova, Italy and with StatwolfLTD, Ireland. E-mail: gianantonio.susto@statwolf.com.A. Schirru and S. Pampuri are with the National University ofIreland, Maynooth and with Statwolf LTD, Ireland.S. McLoone is with Queen’s University Belfast, United Kingdom andwith the National University of Ireland, Maynooth.A. Beghi is with the Department of Information Engineering, University of Padova, Italy.This work has been done within the framework of INTEGRATE (Integrated Solutions for Agile Manufacturing in High-mix Semiconductor Fabs), an European Nanoelectronics Initiative Advisory Council’sproject.and newly introduced state-of-the-art algorithms. At thesame time the efficient management of maintenanceactivities is becoming essential to decreasing the costsassociated with downtime and defective products [14],especially in highly competitive advanced manufacturing industries such as semiconductor manufacturing.Approaches to maintenance management can begrouped into three main categories which, in order ofincreasing complexity and efficiency [22], are as follows:i. Run-to-Failure (R2F) - where maintenance interventionsare performed only after the occurrence of failures. Thisis obviously the simplest approach to dealing with maintenance (and for this reason it is frequently adopted),but it is also the least effective one, as the cost ofinterventions and associated downtime after failure areusually much more substantial than those associatedwith planned corrective actions taken in advance. ii.Preventive Maintenance (PvM) - where maintenance actions are carried out according to a planned schedulebased on time or process iterations. With this approach,also referred to as scheduled maintenance, failures areusually prevented, but unnecessary corrective actions areoften performed, leading to inefficient use of resourcesand increased operating costs.iii. Predictive Maintenance (PdM)1 - where maintenance isperformed based on an estimate of the health status ofa piece of equipment [7]. PdM systems allow advancedetection of pending failures and enable timely prefailure interventions, thanks to prediction tools basedon historical data, ad hoc defined health factors, statisticalinference methods, and engineering approaches.Among statistical inference based methods, thosebased on ML are the most suitable for dealing with modeling of high-dimensional problems, such as those arising in semiconductor manufacturing where hundredsor thousands of physical variables (pressures, voltages,currents, flows, etc.) act on the process [10], [26].In this paper a new PdM methodology based on multiple classifiers is introduced for integral type faults (themost frequent in semiconductor manufacturing), a termwhich describes the failures that happen on a machinedue to the accumulative ’wear and tear’ effects of usage1 Other authors [8] refer to this class of maintenance approaches asCondition-Based Maintenance

.2and stress on equipment parts. Even if no direct evidenceof process/machine degradation is available, PdM toolsexploit process and logistic variables collected duringproduction to identify the ’footprint’ of this degradationin the data. The proposed methodology, referred to asMultiple Classifier (MC) PdM, can effectively deal withthe unbalanced datasets that arise in maintenance classification problems, that is datasets where the observationsrelating to normal production greatly outnumber the observations associated with abnormal/faulty production[22]. It also allows planning of maintenance schedulesusing a statistical cost minimization approach.The remainder of the paper is structured as follows:Section II provides a brief literature review and anintroduction to ML-based approaches to PdM, whileSection III is dedicated to presenting the proposed MCPdM methodology. Tuning guidelines and classificationapproaches are discussed in Section IV. Then in SectionV, to demonstrate the principles and efficacy of MCPdM, results are presented comparing MC PdM withPvM for a benchmark semiconductor manufacturingmaintenance problem, namely, changing of filaments inion implantation tools. Finally, in Section VI, concludingremarks and possible extensions of the work are discussed.II. L ITERATURE R EVIEWMaintenance issues can be completely different innature and the predictive information to be fed to thePdM module has in general to be tailored to the particular problem at hand, thus justifying the presencein the literature of many different approaches to PdM[12]. However, PdM-related solutions based on ML techniques seem to be among the most popular (see e.g. [5]and [21] with reference to semiconductor manufacturingapplications).ML-based PdM can be divided into two main classes:i. supervised - where information on the occurrence offailures is present in the modeling dataset;ii. unsupervised - where logistic and/or process information is available, but no maintenance related data exists.The availability of maintenance information mostlydepends on the nature of the existing maintenance management policy: in the case of R2F policies the datarelated to a maintenance cycle (the production activitybetween two successive failure events) is available andtherefore supervised approaches can readily be adopted;on the other hand, when PvM policies are currently inplace the full maintenance cycle may not be observablegiven the fact that maintenance is generally performedwell in advance of any potential failure, and hence onlyunsupervised learning approaches are feasible. Whenpossible, supervised solutions are evidently preferable:given the wide diffusion of R2F maintenance policies inindustry, and hence the availability of suitable datasets,we consider in this work a supervised approach to PdM.From a ML perspective, supervised approaches require the availability of a dataset SnS {xi , yi }i 1 ,(1)where a couple {xi , yi } (called observation) contains theinformation related to the i-th process iteration. Here,vector xi R1 p contains information related to the pvariables associated with available process or logisticinformation. Depending on the type of output y twoclasses of supervised problem are possible:i. if y assumes continuous values a regression problem isobtained;ii. if y assumes categorical values a classification problemresults.In PdM problems, regression-based formulations generally arise when predicting the Remaining Useful Lifeof a process/equipment, directly [2] or indirectly (eg.through the computation of the conditional reliability[5]), while classification-based PdM formulations occurwhen seeking to discriminate between healthy and unhealthy conditions of the system being monitored [1].While classification tools are a natural choice for distinguishing between faulty and non-faulty process iterations based on observed process data, they do not mapnaturally to health factors that can be extrapolated formaintenance related decision making, unlike for example, regression models of Remaining Useful Life. In thefollowing a methodology based on multiple classifiers ispresented to address this limitation.III. M ULTIPLE C LASSIFIER P D MA. Classification for PdMLet us suppose that data regarding N maintenancePNcycles are available, for a total of n i 1 ni machineruns. We define the matrix X Rn p containing all thecollectible information TX x1 x2 . . . x n(2)regarding p physical variables or logistic information onthe process or on the tool that are used as inputs tothe PdM module. Information on maintenance events iscontained in the variable Y . If during the run the faultunder consideration takes place, then the observationis marked as faulty (F), and not faulty (NF) otherwise.Accordingly: Fif iteration i is faultyY (i) yi . (3)N F if iteration i is not faultyWhen dealing with R2F data, each maintenance cycleends with a failure, hence the available data contains Nsamples for class F and n N samples for class N F .Based on X and Y , a classifier learns a decision rule f (·)that assigns one of the two classes {F, N F } to each pointin the input space Rp .The formulation presented above is weak from a PdMperspective in two aspects:1. only the current process iteration is classified, i.e. no

.3fault prevention policy can be implemented.2. no operating cost optimization policy is enforced.As far as total operating cost minimization is concerned, two key metrics can be defined, namely2 :1) Frequency of Unexpected Breaks (ρUB ) - percentageof failures not prevented;2) Amount of Unexploited Lifetime (ρUL ) - averagenumber of process iterations that could have beenrun before failure if the preventative maintenancesuggested by the maintenance management module had not been performed.Different costs, cUB and cUL , can be associated with ρUBand ρUL , respectively, where generally cUB cUL , giventhat cUB relates to unplanned interruption of production. It is not possible to simultaneously minimize bothmetrics, rather an optimal trade-off solution is soughtthrough minimization of the total operating costs, asdefined by the weighted sumJ ρUB cUB ρUL cUL .(4)As formulated above, the classification problem is notsuitable for maintenance managements purposes, because it doesn’t facilitate identification of policies thatminimise J in (4).From a classification perspective, the formulation described in Eq. 3 also suffers from the fact that the datasetis very unbalanced or skewed, with N samples in class Fand n N samples in class N F and N n. Classification using unbalanced datasets generally results in poorprediction accuracy and generalization performance [9].These issues are addressed by the MC PdM methodology presented in the next subsection.x2x2x2x1x1x1y (2)y (1)Classifier 1y (k)Classifier kClassifier 2Fig. 1. 2-dimensional example for the k classifiers of the MC PdMmethodology: the labels N F (orange circle) and F (blue plus) changewith failure horizon m resulting in a different classification problemfor each classifiercycle (of length ni ) we have N F if t ni m(j)(j)yt ,Fotherwisewhere m(j) N ; the associated PdM performance of(j)(j)the j-th classifier is indicated by ρUB and ρUL .In the presented approach the k classifiers work inparallel and a maintenance event is triggered by thedecision making logic based on the following operatingcosts minimization philosophy: given the current costscUB (t) and cUL (t) at time t, the MC PdM suggests acorrective action when the j -th classifierj arg min J (j) (t)j 1,.,k(j)(j) arg min ρUB cUB (t) ρUL cUL (t)j 1,.,kB. MC PdM ConceptA possible approach to preventing unexpected failuresis to consider a different classification problem where,instead of only labeling the last iteration of a maintenance cycle as F , we label as F the last m iterations.From a PdM perspective, this approach allows us toprovide more conservative maintenance recommendations by choosing larger values for the failure horizonm. Moreover, by assigning more samples to the F classwe reduce the skewness of the dataset (N m samples inclass F and n N m samples in class NF).This can be repeated for k different values of the horizon m. In the proposed MC PdM approach, k differentclassifiers run on the module, each one facing a differentclassification problem and therefore providing different maintenance management performance outcomes interms of ρUB and ρUL .The MC PdM scheme is depicted in Fig. 1. The j-thclassifier is associated with the labels Y (j) , where, considering the t-th process iteration of the i-th maintenance2 TheR2F approach clearly guarantees a total of ρUB 1 and ρUL 0, while the performance of PvM and PdM approaches depend onsome tuning parameters as will be illustrated in Section IV(5)(6)outputs a label F classification.The training procedure for MC PdM is sketched inAlgorithm 1. The performance of each classifier is evaluated using Repeated Random Sub-Sampling Validation[16], also known as Monte Carlo crossvalidation (MCCV): Qsimulations are performed by randomly splitting the Nmaintenance cycles into a training dataset of NTR bN qcmaintenance cycles and a validation dataset of NVL dN (1 q)e maintenance cycles, with 0 q 1. It hasbeen shown [20] that MCCV is asymptotically consistentresulting in more pessimistic predictions of the testdata compared with full crossvalidation. Algorithm 1 isapplicable to any choice of classification algorithm. Ingeneral (as in the case of the two algorithms presentedin Section IV-B) to set up the classifiers the tuning of oneor more hyper-parameters is required. This is achievedthrough crossvalidation with the Missclassification Rate(MCR)MCR[%] Percentage of missclassified samplesemployed as a performance indicator.Fab integration and on-line operation of the MC PdMmodule are described in Fig. 2. Estimates of ρUB and

4Algorithm 1: MC PdM Training kData: X, Y , k, q1 , q2 , Q1 , Q2 , m(j) j 1 kResult: Classifiers f (j) j 1 and PdM performances1. Let ρUB [ · ] and ρUL [ · ] (empty vectors)for j 1 to k do2. Compute Y (j) as in Eq. 5 for i 1 to Q1 do3. Randomly split the maintenance cyclesbetween training and validation samples,keeping the ratio q14. Compute the MCR of the classifier withdifferent hyper-parameters5. Chose the hyper-parameters based on theaveraged MCR over the Q1 simulations6. Compute f (j) with the selectedhyper-parametersfor i 1 to Q2 do7. Randomly split the maintenance cyclesbetween training and validation, keeping theratio q28. Compute f (j) with the selectedhyper-parameters9. Compute ρUB and ρUL of f (j)10. Compute ρ UB and ρ UL as averaged over theQ2 simulations11. ρUB [ρUB ; ρ UB ] and ρUL [ρUL ; ρ UL ]IV. I MPLEMENTATION D ETAILSA. Failure Horizon SelectionPerformance of the MC PdM methodology increaseswith the number of classifiers, k, since each classifier provides more information on the health status of the process. Unfortunately k cannot be considered as a degreeof freedom in the MC PdM design since it is constrainedby the available computational and storage capabilitiesand by the algorithm chosen for the classification. Inthe following we propose two strategies for defining thefailure horizons of the k classifiers.The k classifiers are distributed in order to haveequally spaced failure horizons in terms of the numberof process iterations; thus the k horizons employed in(5) are assigned as follows (j 1)(M1 1) 1 for j 1, . . . , k(7)m(j) k 1where bue is the closest integer to u and M1 0 specifiesthe maximum failure horizon and is chosen based on thelengths of the maintenance cycles in the training dataset.An alternative approach for selecting the failure horizons is to express them as the percentage of a maintenance cycle, rather than a fixed number of processiterations. Thus, in this second approach we have N F if t ni 1 m(j)(j),(8)yt Fotherwisewithm(j) (j 1)M2k 1for j 1, . . . , k(9)where M2 (0, 1].We remark that the choice of criteria used to definethe failure horizons depends on the nature of the faultunder investigation and, as such, there is no a-priori bestsolution.B. Classification AlgorithmsFig. 2.FabOverview of how the MC PdM module integrates with theρUL are provided by the historical and simulation performances of the PdM module, while cUB and cUL areprovided by the user, and may be changed at eachevaluation of the PdM module (i.e. unexpected breaksare much more costly during highly intense productionperiods than during normal production periods).While undesirable from a operating cost perspective,when an unexpected break occurs during operation of aPdM module it means that a full maintenance cycle hasbeen observed, and hence valuable new data is availablewith which to update the MC PdM module and relatedperformance metrics. Therefore, as illustrated in Fig. 2, itis important to retain the facility to update the MC PdMmodule following deployment.The MC PdM methodology presented does not impose any restrictions on the classification algorithm thatcan be adopted for the individual classifiers. Here, weconsider two well known and widely used classificationtechniques, namely: Support Vector Machines (SVMs)and k-Nearest Neighbors (k-NN). This choice is motivated by the fact that it provides a comparison betweentwo contrasting types of classifier; a powerful, but computationally complex to estimate, model based classifier(SVM); and a low-complexity non-parametric classifier(k-NN). In the following the two selected classifiers arebriefly presented.1) Support Vector Machines: SVMs are probably themost popular approach to classification, thanks to theirhigh classification accuracy, even for non-linear problems, and to the availability of optimized algorithms fortheir computation [3].Consider the problem where two classes of data (Fand N F in the problem at hand) have to be classified;

.5we initially consider the separable case, where the twoclasses can be linearly separated. Suppose that a trainingdataset S as in Eq. (1) is available and the values { 1, 1}are assigned to the two classes which the data belong to,for example 1if i-th sample Fyi 1 if i-th sample N FWe define the hyperplane F0 in the Rp space asF0 {x f (x) xβ β0 0 } ,(10)pwhere β R with norm kβk 1. The classification isthen based on the choice of f (x) (and consequently ofF0 ): for a new sample xnew / S, we classify 1 (Class F )if f (xnew ) 0new yd(11) 1 (Class N F ) if f (xnew ) 0Since, by assumption, the two classes are separable,then it is possible to find a function f (x) s.t.yi f (x) 0 i;The hyperplane yielding the largest margin Π betweenthe two classes is chosen: this can be rephrased as themaximization problemmax Πβ,β0 ,kβksubject to yi f (x) Π, i 1, . . . , n.(12)We refer the interested reader to [4] for details on how(12) is solved.In real classification problems, classes are often nonseparable, i.e., the two categories overlap: SVMs can stillbe used in this case by allowing some samples to beon the ’wrong’ side of the separation line. With respectto the separable case the optimization problem (12) ischanged by modifying the constraint to:y (xi β β0 ) Π ξi Π(1 ξi ) i,(13)where the slack variables ξi have to satisfy the conditions:ξi 0 (the points on the wrong side of their margin arelabeled with ξi 0,Pwhile the points on the correct sidenhave ξi 0) and i 1 ξi C R. The optimizationproblem is now (see [4] for a detailed solution):nXξimin 12 kβk γβ,β0i 1(14) y (xi β β0 ) 1 ξi , isubject to,ξi 0where the regularization parameter γ governs the tradeoff between the margin width and the sum of values ofthe slack variables.SVMs are usually employed in combination withKernel Methods to further enhance the classificationperformance by allowing non-linear solutions. Thecomputational cost for training a nonlinear SVM isgenerally between O(n2 ) and O(n3 ), depending onthe algorithm employed for its computation. For moredetailed presentations on SVMs we refer interestedreaders to [19] and [25].Fig. 3. Schematic of a generic Ion Implanter tool. The tool can bedivided into three main parts: the Source , the Beamline Area , theEnd Station 2) k-Nearest Neighbours: k-NN is probably the simplestapproach to classification as it requires just computationof distances between samples.In the k-NN procedure each point of the input space islabelled according to the labels of its k closest neighbouring samples (where distances are computed according toa given metric, often the Euclidean norm).The only parameter that requires tuning in k-NN is k,the value of the number of samples in the consideredneighbourhood: the choice of k is usually data-driven(often decided though cross-validation). Larger valuesof k reduce the effect of noise on the classification, butmake decision boundaries between classes less distinct[28].Optimized algorithms for computing k-NN have acomputational cost of O(log n).V. E XPERIMENTAL R ESULTSA. Use CaseWe test the proposed MC PdM methodology for replacing tungsten filaments used in Ion Implantation [13],one of the most important processes in semiconductormanufacturing fabrication. Ion Implantation is used tomodify the electrical properties of wafers by injectingdoping atoms. It is often considered a ’bottleneck’ inproduction lines due to the high cost of the tool, makingit a critical operation for throughput [11].The components of a typical Implanter tool are illustrated in Fig. 3. The filament is part of the Ion Sourcesection of the tool. During the process, the filament isheated and electrons are ’boiled’ off the heated filament.The electrons are then accelerated in the beamline areaand impinge on the target wafers in the End Station.The tungsten filament must be frequently replaced. Every time a filament is changed, the tool is down forapproximately 3 hours making this the most importantmaintenance issue for process engineers working on thetool.Several factors may influence the working duration ofa filament. For example, it is known that high valuesof pressure, voltage and filament current can drasticallyreduce the lifetime of the filament. The operations ofcleaning, installation and degasification can also have afundamental impact on filament ’health’ and duration.

.6Physical/Electrical VariableCurrentCurrent Transfer RatioDecelerationFlowNumber of ScansPlasma Gun EmissionPositionPressureQuantity of Electric ChargeScan SpeedTilt AngleVoltageQuantity911111232127TABLE IR ECORDEDTypePvMPdMMC PdMTOOL VARIABLESBased on:Mean µMedian ηLinear SVMGaussian Kernel SVMk-NNSVMAcronymPvM-µPvM-ηPdM-linPdM-rbfMC PdM-knnMC PdM-svmTABLE IIT ESTEDMAINTENANCE MANAGEMENT TECHNIQUESB. Data DescriptionThe available data consists of N 33 maintenancecycles, with the filament maintained using a R2F policy(i.e. each maintenance cycle consists of the data for theimplanter tool from the installation of a new filament tothe point that the filament breaks and the tool is stoppedfor maintenance), for a total of n 3671 batches.A total of 31 variables, as listed in Table I, wererecorded from the ion-implantation tool during the nruns. These variables have a time series evolution duringeach run, with some presenting with a non-uniformsampling rate from observation to observation. In order to construct a design matrix to feed the classifiers,features must be extracted. A classical approach [18] toextracting such features is to rely on statistical moments.In this work we extracted 6 features for each of the31 time series, namely: maximum, minimum, average,variance, skewness and kurtosis. After constant variablesare discarded a total of p 125 input variables areretained in the dataset.C. Comparison of SVM and kNN Based ApproachesThe MC PdM approach has been tested on the problem described above using the classification algorithmsdescribed in Section IV-B. We use MC PdM-knn andMC PdM-svm to denote MC PdM implemented withk-NN and SVM, respectively. In the case of SVM, wehave employed Radial Basis Function (RBF) kernels toimplement the non-linear classification boundaries inthe linear framework presented in Section IV-B (at theexpense of a more complicated tuning procedure, see[4]). A linear SVM implementation, denoted PdM-lin, isalso considered.The maintenance strategies investigated aresummarized in Table II. A number of approachesare compared to MC PdM as follows:1) A simulated PvM policy: PvM policies are usuallybased on the mean µ or median η of the maintenancecycle lengths and on the definition of an optimal actionthreshold τµ or τη . Once τµ is computed, then the PvMmaintenance is triggered iff µ iterations since last maintenance µ τµ ,(15)and similarly for the median. The PvM policy based onthe mean (PvM-µ) is outlined in Algorithm 2 (the versionbased on the median, PvM-η, is a natural extension).Algorithm 2: PvM moduleData: Y , cUB , cULResult: Maintenance Rule (defined by τµ ), ρµUB , ρµULand J µ (T µ )1. Compute µ, the mean number of processiterations in a maintenance cycle2. Define a set of threshold values T µ Rd3. Let ρµUB [ · ] and ρµUL [ · ] (empty vectors)for j 1 to N do4. Compute ρµUB and ρµUL for all entries in T µ5. ρµUB [ρµUB ; ρµUB ] and ρµUL [ρµUL ; ρµUL ]6. ρµUB Mean(ρµUB ) and ρµUL Mean(ρµUL )7. Compute J µ (τ µ ) for all entries in T µ : J µ (T µ )8. Let τ µ minτ µ T µ J µ (τ µ )2) An SVM Classification distance-based PdM system:This is based on the PdM approach developed in [24]and involves exploiting the distance from a computedSVM decision boundary to define a metric for the distance an observed sample is from a faulty situation.The assumption is that the more stress on a machine,the closer statistically we get to a faulty situation andhence the distance from the separation boundary of thetwo SVM classes decreases. The resulting PdM modulerecommends that a corrective action be performed whenf (x) τ R ,(16)and different choi

learning methodology for Predictive Maintenance (PdM) is presented. PdM is a prominent strategy for dealing with maintenance issues given the increasing need to minimize downti

Related Documents:

Bruksanvisning för bilstereo . Bruksanvisning for bilstereo . Instrukcja obsługi samochodowego odtwarzacza stereo . Operating Instructions for Car Stereo . 610-104 . SV . Bruksanvisning i original

10 tips och tricks för att lyckas med ert sap-projekt 20 SAPSANYTT 2/2015 De flesta projektledare känner säkert till Cobb’s paradox. Martin Cobb verkade som CIO för sekretariatet för Treasury Board of Canada 1995 då han ställde frågan

service i Norge och Finland drivs inom ramen för ett enskilt företag (NRK. 1 och Yleisradio), fin ns det i Sverige tre: Ett för tv (Sveriges Television , SVT ), ett för radio (Sveriges Radio , SR ) och ett för utbildnings program (Sveriges Utbildningsradio, UR, vilket till följd av sin begränsade storlek inte återfinns bland de 25 största

Hotell För hotell anges de tre klasserna A/B, C och D. Det betyder att den "normala" standarden C är acceptabel men att motiven för en högre standard är starka. Ljudklass C motsvarar de tidigare normkraven för hotell, ljudklass A/B motsvarar kraven för moderna hotell med hög standard och ljudklass D kan användas vid

LÄS NOGGRANT FÖLJANDE VILLKOR FÖR APPLE DEVELOPER PROGRAM LICENCE . Apple Developer Program License Agreement Syfte Du vill använda Apple-mjukvara (enligt definitionen nedan) för att utveckla en eller flera Applikationer (enligt definitionen nedan) för Apple-märkta produkter. . Applikationer som utvecklas för iOS-produkter, Apple .

Predictive Maintenance Predictive maintenance lets you estimate time-to-failure of a machine. Knowing the predicted failure time helps you find the optimum time to schedule maintenance for your equipment. Predictive maintenance not only predicts a fu-ture failure, but also pinpoints problems in your complex

predictive analytics and predictive models. Predictive analytics encompasses a variety of statistical techniques from predictive modelling, machine learning, and data mining that analyze current and historical facts to make predictions about future or otherwise unknown events. When most lay people discuss predictive analytics, they are usually .

SAP Predictive Analytics Data Manager Automated Modeler Expert Modeler (Visual Composition Framework) Predictive Factory Hadoop / Spark Vora SAP Applications SAP Fraud Management SAP Analytics Cloud HANA Predictive & Machine Learning Spatial Graph Predictive (PAL/APL) Series Data Streaming Analytics Text Analytics