Intelligent Call Routing: Optimizing Contact Center Throughput

Size: px
Start display at page:

Download "Intelligent Call Routing: Optimizing Contact Center Throughput"

Transcription

1 Intelligent Call Routing: Optimizing Contact Center Throughput Abbas Raza Ali Business Analytics Center of Competency IBM United Kingdom ABSTRACT In recent years, most companies now interact with their customers for businesses purposes through contact or call centers. Substantially, customers now perceive a company through their interaction with Customer Services Representatives (CSR s) in their centers. The CSR has become the key role and channel in maintaining brand reputation and ensuring customer retention. Explicitly, in a contact center environment Customer and CSR are the two main transactional entities, and business development depends on their interaction. Contact center management routinely adopts numerous processes to enhance centre services by training their CSRs, call recording for quality monitoring, acquiring customer feedback after the call, and assessing similar factors. However, these factors are often inadequate in advancing the customer experience, due to operational scale and being exclusively focused on the telephone as the medium for interaction. Every contact center strives to maximize its value through, improved customer satisfaction, retention and first call resolution; and minimized communication expenditures, for example, call handling time or talk time. Smart call routing can manage these improvements to enhance overall customer experience, leading to sales and maintained quality of service. The CSR to Customer call-outcome is the critical success factor (CSF) to improvement and optimization. This paper considers a new operational model for achieving significantly improved calloutcomes. A call outcome in contact center environment is most typically random, like flipping a coin, to tell whether a call achieves a sale or not. This random outcome can be made more certain if predicted and optimized by exploiting personal chemistry as a critical factor. Fortunately contact centers are more controlled environments within which to gain psychographic and demographic insights to gauge customer/csr chemistry. This paper proposes that descriptive, predictive and prescriptive analytical techniques can be applied to psychographic and demographic insights; to find the ideal mapping between them. By using those techniques, the model shows a ten to fifteen Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. MDMKDD 11, August 21, 2011, San Diego, CA, USA. Copyright 2011 ACM $ percent improvement in call-outcomes. Keywords Artificial Intelligence, Contact Center, Critical Success Factor, Customer Service Representatives, Demographic, Inbound, Machine Learning, Predictive Analytics, Optimization Theory, Psychographic, Skill Based Routing (SBR). 1. INTRODUCTION Contact centers have become the heart of every business, providing information, after sale services and, marketing to both existing and potential customers. Centers usually operates in two modes; inbound, where contact center receives call from customer for product support, information inquiry etc; and outbound, where outgoing calls are made by the contact center CSR for telemarketing, debt collection or similar purposes. Inbound contact centers are labor-intensive, with the cost of CSRs accounting for 70% of the overall operating budget [8]. According to a detailed study on inbound contact center staffing in 2008, the USA has 47,000 call centers and 2.7 million CSRs; Europe, Middle East, and Africa together have 45,000 call centers and 2.1 million CSRs; Canada and Latin America have an estimated 305,500 and 730,000 CSRs respectively. India has over one million CSRs and that market continues to grow rapidly [15]. With this rapid growth contact centers can operate under tough conditions due to the low call contention ratios for customers and CSRs to expensive telephony infrastructure and skilled human resources. An optimized contact center can accomplish its key operations with minimum operating cost yet give a maximum of throughput [5]. Contact centers usually provide services to their customers according to demographics, customer and CSR interest, opinion, activities, accent, and similar. A constraint remains though as it s not possible to train every CSR to handle every type of call. Typically contact centers divide their CSRs into groups by their specialized skills, and route calls to them based on those skills. This is known as skill based routing (SBR). The operational complexities and challenges of SBR are well described in [12]. A solution to reduce these complexities, improve customer satisfaction and increase overall revenue is proposed in this paper. The intelligent call routing technique usually exists in two main states. First, where CSRs are available and the routing technique chooses between one incoming call and more than one available CSR (n-csr:1-customers), with the disadvantage of underutilizing CSRs. In second state, callers waiting in queue and routing technique chooses between one CSR who becomes

2 available (1-CSR:n-Customers), which creates annoyance to callers. Contact centers try to manage the boundary between these two states; not too many CSRs available nor too many callers in queue. Customer retention maximization is strongly related to the way existing customers are serviced for their product, becoming loyal advocates of that product or brand; which in turn attracts new customers [12]. The model proposed can significantly increase sales, improves customer satisfaction, and reduces average call handle time. It provides optimization based on underlying Customer and CSR demographics, psychographics, and historical performance information. By mapping hundreds of features and using advanced analytics, intelligent call routing helps in boosting overall contact center throughput. The Intelligent call routing system is comprised of two core modules: Switch and Mapper. When calls arrive from a telephony switch via the Switch module, it invokes the Mapper and responds by returning the optimized CSR-Customer pair mappings. The Switch modules plays intermediary function between PBX/ACD and Mapper, there is no direct interface between them. The main roles of introducing the Switch layer is to provide translated messages to Mapper that Switch received from PBX/ACD and perform operations like call queuing and routing based on the scores returned from Mapper. By involving Switch module in the system, the core module - Mapper becomes generic and all the message interpretation of most of the telephony switches like Genesis, Cisco, Rockwell, etc. is done in Switch Module. Highlevel architecture of the system is shown in Figure 1. Figure 1. Highly level architecture of intelligent call routing system. When the Switch module gets any event from PBX/ACD, it invokes Mapper and passes call related information to it, including available CSRs and customers list that are waiting in queue. Mapper generates all the possible combinations of those CSRs and customers features, apply necessary preprocessing, and pass it to predictor. Predictor scores all the combinations by setting sale as the desired outcome and sending data for sales scoring, set talk time outcome and pass it for cost scoring, and set satisfaction level outcome and send the data for satisfaction level scoring. After scoring three lists based on their outcomes, they pass to the optimizer module which generates a single most optimal list containing unique and most optimal mappings of CSRs and customers. That optimal mapping will be the mixture of revenue and satisfaction maximization as well as cost minimization. The optimal CSR-Customer pairs then returned to Switch module for call routing purpose. 2. BACKGROUND The core component of intelligent call routing system, known as Mapper, is based on the principles of Artificial Intelligence. It is integrated with descriptive, predictive and prescriptive analytics which provides the core basis deriving optimal CSR-Customer pairing. It gets input from a telephony switch which contains customers billing telephone numbers (BTNs) and list of available CSRs. Following are some background of those components which is required to understand the system. 2.1 Switch To make Mapper generic and simple a layer between the telephony switch interface and Mapper is introduced known as the Switch. It provides an interface and compatibility of the system with multiple modern, and legacy telephony switches, such as Genesis, Cisco, Rockwell, etc. It transcribes telephony switch messages to a Mapper understandable format and expects optimal mapping returned from it for call routing purpose. 2.2 Advanced Analytics The Advanced Analytics discipline is a mixture of Statistics, Machines Learning, Data Mining, Information Theory and Retrieval, Operations Research, Visualization and many are considered. Advanced Analytics can be further divided into three main groups; descriptive, predictive, and prescriptive. Descriptive analytics used here for statistical analysis of the dataset, regression analysis to find interactions between CSR and Customer, visual description of the distribution of data as well as cluster the data into more homogeneous groups. The refined dataset and CSR-Customer interactions are then used in predictive modeling to score all the possible combination of customers waiting in queue and CSRs available to take call. These scorings are used to find most optimal mapping out of the all possible combinations and all three outcomes including Sale, Cost, and Satisfaction level. The above three analysis tools are used to optimize overall contact center operations. 3. DATA Intelligent call routing problem can be best solved by supervised machine learning algorithm. This type of learning algorithms classifies data based on an outcome feature of the dataset. So to gather demographics, psychographics, and outcome features of customers and CSRs three different data-sources are used. Customer data is gathered from two sources, Acxiom s Customer Data Integration (CDI) and Census, and known as Customer

3 Information in context of current system. Customer Information uses BTN or their telephone exchange as primary key to invoke customer features for an incoming call. Other features include gender, age, marital status, education, income, race, and ethnicity for data modeling purpose. The final model is stored in database in Predictive Modeling Markup Language (PMML) format. The above procedures are executed offline and know as offline training process. Table 1. Raw datasets of CSRs, Customers and call history databases CSR Information Customer Information History Data Extension MBTI GENDER RACE_WHITE RACE_BLACK BTN GENDER_MALE GENDER_FEMAL AGE Extension BTN SALE COST SATISFACTION E INFP ESTJ INTP ESTP ESTJ in the form of individual or area wise percentages. CSRs data is gathered in the form of surveys, known as CSR Information. In this dataset, CSR extension is considered to be unique feature and used to invoke CSRs features on availability. Other features include gender, age, education, math-ability, language-ability, Myers-Briggs Type Indicator (MBTI), interests, and race. The MBTI is the most trusted and widely used assessment for understanding individual personality differences [13]. These two datasets are needed to be updated on regular basis to ensure the accuracy of the data. The outcome and CSR performance features are gathered from another data-source known as historical data. This data contains logs of telephony switch, it tells some vital information of the Customer and CSR interaction about call. Every instance of the data contains extension of the CSR who received the call, BTN of the customer who dialed the call, and outcome of the call in the form of sale or not sale, for how much time Customer and CSR communicated can get from call start and end time, and satisfaction level outcome marked by customer based on the services CSR provided. 4. METHODOLOGY The intelligent call routing system is consisted of two main parts; Switch and Mapper. Switch is working as middle layer between telephony switch and Mapper. There are two main purposes of introducing this layer: 1. to separate out core analytics functionality, which is written in Mapper, from other tasks like customers call queues, agents status track, transcription of telephony switch messages in Mapper readable format, manage optimal scores returned by Mapper for call routing, maintain CSR and customer call detail including outcome, etc. 2. to provide compatibility of the system with most of the famous telephony switches. Switch layer translates telephony messages and passes two features to Mapper on every call arrival event - available CSR extensions and customer BTN who are waiting in queue. These events are originated from telephony switch. Mapper fetches remaining features of CSR and customer based on their extension and BTN, from their relevant databases and creates two datasets. Call history data is also used to get outcome features which is the requirement of supervised learning algorithm. Raw dataset of CSRs, customers, and call history are shown in Table 1. These datasets are then merged to form a single training-set and passes The data model is then loaded by the real-time or online scoring process in memory and waits for customer calls. Whenever a call arrives it gets information of available agents and customers waiting in queue from the Switch layer and does the same process as of training process. But in this process data modeling is performed to score data, rather than modeling, by setting sale, cost, and satisfaction as outcome one after the other. Predictor generates three separate lists of scores, one for each outcome, representing the best mapping of CSR and customer based on their features. These lists pass to optimizer to generate single globally optimized list of CSR and customer pairing which maximizes the sale, and satisfaction, as well as minimizes cost. This single list then returned to Switch layer for call routing purpose. Mapper works as brain of the system and integrated with advance analytics capabilities. It is divided into the following components and processes: 1. Predictor a. Offline training process b. Online scoring process 2. Optimizer 4.1 Predictor Predictor component scores the available CSRs against customers in queue. It is further divided into two independent processes - offline training and online scoring process. These processes are separated from each other just because of their execution type like training process is offline and scoring is a real-time process, otherwise both does data modeling. The training process generates training model on updated call history data on regular basis. The model is stored in PMML format in a common database accessible by both training and scoring processes. Scoring process, on the other side, loads that updated model, on monthly basis, in the memory and scores real-time CSR and customer data. These processes are discussed in detail as follows: Offline training process In this process, three data-sources are used for training purpose - CSRs and customer information, and call history data. The call history or historical data provides five features from CSR and customer past communication records. Those includes extension of the CSR who received the call, BTN of the customer who dialed the call, and outcome of the revenue, talk time, and

4 satisfaction level outcome marked by customer based on the services CSR provided. The satisfaction input is collected from the customer after every call with the help of interactive voice response system. The CSRs and customers features are fetched from their respective databases with their unique identification numbers like extension and BTN. The final training dataset passed to preprocessing module for some data manipulation and quantitative analysis. Data manipulation includes elimination of sparseness in data by introducing a very small value for unknown fields, scaling, Public Switched Telephone Network (PSTN) Private Branch Exchange (PBX) / Automatics Call Distributor (ACD) Switch Historical Data <CSR Ext, Customer BTN> CSR Information Customer Information Training Data 1. Eliminate Sparseness 2. Scaling 3. Dimensionality Reduction 4. Elimination of Uncorrelated Features 5. Elimination of Outliers 6. Transformations Preprocessing 1. Supervised Learning Algorithms 2. Analytical Processing Algorithms Data Modeling Data Model Conversion to PMML format Data Models of each outcome with maximum accuracy Offline Training Process Data Model Conversion from PMML format Preprocessing Load Customers in Queue Data <Customer BTN> Construct Dataset for scoring Load Data Model Load Available CSRs Data <CSR Ext> Predictor Data Modeling to score every combination of <CSR Ext, Customer BTN> Online Scoring Process <CSR Ext, Customer BTN, Score, Outcome> Optimization of outcome percentages R%, C%, S% R% x Revenue + C% x Cost + S% x Satisfaction Call Routing Information Optimizer Contact Center <CSR Ext, Customer BTN> pairing that maximizes overall outcome Optimal Pairing of <CSR Ext, Customer BTN> Figure 2. Detailed architecture of intelligent call routing system. Data Integration / Real Time Monitoring Mapper Switch

5 dimensionality reduction by removing features with least variation, and data transformation by merging or expanding some features. The quantitative analysis includes regression to populate interactions between CRS and customers, elimination of uncorrelated features, and elimination of outliers. waiting in queue. It communicates with offline training process only through data models database. The training process keep updating the models in that database on monthly basis and this process loads it in the memory from there. The model update scheduler enhances overall prediction accuracy. This process Extension BTN Table 2. Training data format extracted from CSRs, Customers and call history databases MBTI ESTJ CSR GENDER_FEMALE CSR GENDER_MALE CSR RACE_BLACK CUSTOMER GENDER_FEMALE CUSTOMER GENDER_MALE CUSTOMER CUSTOMER AGE_15-24 AGE_25-34 SALE COST SATISFACTION After analysis and augmentation, data is passed to modeling process and all available and well known supervised learning algorithms are applied on it to find the best algorithm for the data. The algorithms used in data processing module are generalized linear model, neural network, support vector machines, and random forest. The overall performance of the system is measured in terms of area under the curve (AUC). The algorithm which gives maximum AUC is converted in PMML format and stored in the database. The trained model is converted to PMML format for generalization purpose, and to become training and scoring processes independent of each other. Neural network trained data model is converted in PMML format shown in Figure 4. The data modeling process run all algorithms on same dataset with sales, cost and satisfaction outcomes separately and stores three models in database including their preprocessing information. The data modeling is based on interactions between CSR and customer. An interactive model is used here rather than entire dataset is passed to learning algorithms for modeling. Figure 3 is showing interactions of CSR and customers demographics and psychographics interactions. almost does the same tasks as training process but with little variations. In online process, CSRs and customers data come from real-time environment rather than call history database and other variation is that the learning algorithms predict outcome rather than train model. As it is mentioned that this is a real-time process so with accuracy, efficient scoring also becomes key factor. To make the process efficient it is further divided into two phases: 1. Initialization 2. Prediction Initialization The initialization phase executes only whenever it finds updated model in the database and loads it in memory. CSRs data is also loaded in the memory and updates on monthly basis with data model. Mapper loads CSR data in its process memory, but customers data cannot be loaded in the memory because it contains millions of instances and about 30 features. So, few features of customer data has to be loaded from database and preprocessed whenever this process will be invoked by Switch layer. Customer data processing usually takes about 4-6 Figure 3. Sample interactive model. The offline training process is scheduled on monthly basis to keep model updated with new historical data. It is necessary because, in some cases, new CSRs joined contact center their historical data should be updated otherwise for these CSR who has no record in CSR information database, their features will be predicted with average values and they were not part of training model as well. Other purpose of scheduling of training process is, if at any stage data pattern changes and some other algorithm giving more accuracy than current one, then the new algorithm giving maximum accuracy will be replace the existing one, otherwise scheduler will just update model of existing algorithm Online scoring process This process is invoked by the Switch layer whenever a customer call is arrived in real-time environment. It receives two features extensions of available CSRs and updated list of customer BTN milliseconds for up to 100 instances. But in initialization phase its query based on features required by data model, is prepared. And in prediction phase that query fetch only relevant records rather than entire features of the customers to save processing time. This phase reduces overall processing time of online process Prediction This phase fetches information of customers waiting in queue from the database, based on the query prepared in initialization phase. That information is preprocess and merged with preprocessed in-memory CSRs information, done by initialization phase. The merged dataset contains all combinations of CSRs and customers information. For example, if at any stage there are 10 available CSRs and 15 customers are waiting in queue, then the combined dataset will contain 10 x 15 = 150 instances. This dataset passes to learning algorithm for scoring purpose based on all three outcome features one after the other. The predicted

6 scores of three outcomes then passed to optimizer to get single and unique pairing of CSR and customers maximizes revenue and satisfaction as well as minimizes average call handle time from the provided lists. 4.2 Optimizer Optimization theory is a mathematical technique for determining the most optimal choice out of a set of alternatives. It is applied here to determine the most optimal mapping of CSRs and customer from three lists optimized locally for three different outcomes. This component gets three list from Mapper component contains CSR extension, customer BTN, score of combination and outcome for which it is optimized. By applying objective function and constraint, shown in Figure 5, a single CSR-Customer unique and most optimal mapping is determined and returned to switch layer for call routing purpose. Optimizer also stores optimal routing information in call routing database for data integration and real-time reporting purpose. Figure 5. Object function and constraint which optimizes revenue, cost, and customer satisfaction level. 5. EXPERIMENTS For real-world noisy data, it could be more difficult to select an algorithm capable of generating a classifier with the best classification accuracy using random/default parameter selection. In this case, it is possible drawback of getting worse results. Some experimentation has been done on data to find the positive impact of parameter tuning and enhancing overall classifier s performance. The analysis is based on three supervised learning algorithms Neural Network, Random Forest, and Support Vector Machines, their algorithms, observations, and benchmarking are discussed in this section of the paper. Figure 4. Sample data model in PMML format. 5.1 Neural Network Feed-forward neural network with a single hidden layer network is used. Neural network s algorithm exposes many parameter of the algorithm, but an important parameter which can create significant difference in overall performance, is number of units in hidden layer. To find optimal network size structural adaptation approach is used, in which, many different network architectures have to try, train them all on the same training-set but with different samplings of training and validation-set and choose one that generalizes best to the validation-set. Following is the tuning algorithm in R language and nnet library is used after that for network training on calculated optimal parameters. 1. nrows = nrow(dataset) 2. for (i in 1:maxFolds) { 3. split = sample(1:nrows, size = floor(0.9 * nrows), replace = F) 4. for (j in 1:maxHiddenUnits) { 5. model = nnet(target ~ interactions, data = dataset[split, ], size = j, ) 6. predictions = predict(model, dataset[-split, ], type = "class") 7. errormat[i, j] = sum(predictions!= dataset[-splitsize, target ]) 8. } 9. }

7 10. bestsize = which.min(colmeans(errormat)) 11. bestmodel = nnet(target ~ interactions, data = trainingset, size = bestsize, ) 12. predictions = predict(bestmodel, validationset, type = "raw") 5.2 Random Forest Random Forests are a combination of tree predictors such that each tree depends on the values of a random vector sampled independently and with the same distribution for all trees in the forest. It grows many classification trees. To classify a new object from an input vector, the input vector is placed under each of the trees in the forest. In random forest algorithm a parameter tells about how many number of variables randomly sampled as candidates at each split. The optimal selection of that parameter can generate significant accuracy. RandomForest library of R provides a tuning function to calculate the most optimal value of the parameter; its procedure is given below: 1. tunemodel = tunerf(x = trainingset, y = validationset, mtrystart = 1, stepfactor = 2, ntreetry = 500, improve = 0.01, ) 2. bestmtry = tunemodel[tunemodel[, 2] == min(tunemodel[, 2]), 1] 3. bestmodel = randomforest(disposition~interactions, data = trainingset, mtry = bestmtry, ) 4. prediction = predict(bestmodel, validationset, type = "response") 5.3 Support Vector Machines It is observed from experiments that cost and gamma parameters can boost overall accuracy of support vector machine algorithm. Cost parameter in SVM is a regularization term, which provides a way to control over-fitting. If this parameter becomes large enough, it is unattractive to not respect the data at the cost of reducing margins. On contrary to this by setting small value, it is easy to account for some data points with the use of slack variables and to have a fat margin placed so it models the bulk of the data. Slack variable are attached with every data point and these are zero for correctly classified points, and greater than zero for data-points which crosses the margin. SVM library of R provides a tuning function to find most optimal value of cost and gamma parameters based on the training data. The procedure is given below: 1. tunemodel = tune.svm(target ~ interactions, data = trainingset) 2. bestgamma = tunemodel$best.parameters[[1]] 3. bestcost = tune$best.parameters[[2]] 4. model = svm(target ~ interactions, data = trainingset, gamma = bestgamma, cost = bestcost, ) 5. bestmodel = model$best.model 6. prediction = predict(bestmodel, validationset, type = "probabilities") 5.4 Benchmarking To prove impact of the above mentioned parameters of random noisy data some experimentation has been performed and results are shown in Table 2. Multiple iterations are executed on each algorithm and same dataset but with random sampling to find stable AUC. Table 3. Comparison of random and optimal parameter selection 6. RESULTS Three different datasets are used for comprehensive benchmarking of the system. These datasets contains information from different industries providing services to their customers through contact centers. Raw datasets are passed to the offline training process and prediction accuracies (AUCs) are recorded in Table 4. Table 4. Benchmarking of three different data-sources Source Algorithm Sale Cost Satisfaction Generalize Linear Model Dataset 1 Dataset 2 Dataset 3 Algorithms Neural Network Support Vector Machines Random Forest GLM Neural Network Support Vector Machines Random Forest Generalize Linear Model Neural Network Support Vector Machines Random Forest The above table shows training model accuracies and predicting about 10 to 15 percent boost in overall performance which is a significant value. In online scoring process this boost is verified by running the system in epochs, calls are passed through Mapper in alternative epochs. In call routing information database, it is marked with every call that it is randomly routed call or optimally. That information is used to calculate overall boost by applying following: Revenueboost calculation : Random Parameter Selection (in AUC) No.of salesin optimally routedcalls O = Totaloptimally routedcall No.of salesin randomly routedcalls R = Totalrandomly routedcall Optimal Parameter Selection (in AUC) Neural Network Support Machines Vector Random Forest

8 Average Call Hande Time boost calculation : Sum of talk time in optimally routed calls O = Total optimally routed call Sum of talk time in randomly routed calls R = Total randomly routed call Satisfaction - level boost calculation : Sum of satisfaction - levelin optimally routed calls O = Total optimally routed call Sum of satisfaction - level in randomly routed calls R = Total randomly routed call O + R Benchmarking of real - time data = R Qin case of average call handle time negative boost if positive boost if O > R O R The graph shown in Figure 6 is the area under the curve plot by modeling Dataset 1 to optimize satisfaction-level using neural network algorithm. The AUC value is 59.6 means the model is better than chance and gained 9.6% boost. The blue diagonal line is showing that a model is not better than chance and its AUC value 50 means zero boost. Figure 6. Area Under the Curve (AUC) plot by modeling Dataset 1 to optimize satisfaction using neural network algorithm. 7. CONCLUSION Industry research consistently shows that the central driver of customer satisfaction is the degree to which CSR and client establishes a rapport over the course of their interaction. In turns what drives rapport and engagement, is the degree to which CSR and Customer personalities coincide. Intelligent call routing system is a further extension to this concept for contact centers to deliver best services to the valued customers. Applying machine learning algorithms that are able to recognize data patterns through repeated learning techniques and effectively developing matching strategy between Customer and CSR will prove beneficial in maximizing overall contact center throughput. Another distinctive feature of the system is the means by which the predictor is capable of automatically updating and refining itself against a specific machine learning algorithm. This is achieved by scheduling offline training process after a specific period of time with updated historical data. During a typical update cycle, if the previously selected algorithm keeps on giving maximum value of AUC for a campaign, its relevant data model will undergo refinements. This will prove as an indication that for a certain contact center there is a Machine Learning algorithm which is best suitable. However, the proposed Mapper architecture is capable of switching to a different algorithm if it proves to be giving a higher AUC value than the current one, which helps in keep maintaining better accuracy of the system. 8. FUTURE WORK Analytic Network Processing (ANP) algorithm will apply on the same demographic, psychographic and historical performance dataset to find interaction and feedback within and between clusters of features. It will give inner and outer dependency between the features and can model effects of interactions. From some preliminary studies and experimentations, it is expected to get notable improvements in systems accuracy. 9. ACKNOWLEDGMENTS The author wishes to thank Kenneth N. Tombs, Percipience JV, for subject discussion on the Analytic Network Process, and review of the paper. 10. REFERENCES [1] Tang, M., Pellom, B., and Hacioglu, K Call-type classification and unsupervised training for the call center domain. In Proceedings of IEEE Workshop on Automatic Speech Recognition and Understanding, pp [2] Nauck, D., Ruta, D., Spott, M., and Azvine, B A Tool for Intelligent Customer Analytics. In Proceedings of 3 rd International IEEE Conferences on Intelligent Systems, London, pp [3] Cooper, R. B Introduction to Queuing Theory. New York, 2 nd edition. [4] Franzese, L. A. G., Fioroni, M. M., Botter, R. C., and de Freitas Filho, P. J Comparison of Call Center Models. In Proceedings of the Winter Simulation Conference, Texas, pp [5] Mehrotra, V., and Fama, J Call center simulations: call center simulation modeling: methods, challenges, and opportunities. In Proceedings of the 35 th Conference on Winter Simulation: Driving innovation, Louisiana, pp [6] Koole, G The Calculus of Call Center: Server Level Definitions and computations. In proceedings of MSON Conference, Amsterdam. [7] Chuchual, P., Chongpravatisakul, N., Kusolmanomai, T., and Komolavanij, S Inbound and outbound calls assignment for an efficient call center. In Proceedings of 7 th International Conference on Service Systems and Service Management, Tokyo, pp.1-4. [8] Aksin, Z., Armony, M., and Mehrotra, V The Modern Call-Center: A Multi-Disciplinary Perspective on Operations Management Research. In Production and Operations Management, vol. 16, no. 6, pp [9] Jing, L., and Min, G Predicting Call Center Service Grade with Improved Neural Network Algorithm. In

9 Proceedings of Intelligent Systems and Applications, Wuhan, pp [10] Lawrence, R., Perlich, R. C., Rosset, S., Arroyo, J., Callahan, M., Collins, J. M., Ershov, A., Feinzig, S., Khabibrakhmanov, I., Mahatma, I., Niemaszyk, M., and Weiss, S. M Analytics-driven solutions for customer targeting and sales-force allocation. IBM System Journal, vol. 46, no. 4, New Jersey, pp [11] Wang, C., Lu, Y., and Tong, H Study on Customer Psychology Satisfaction Alarm System. In Proceedings of Wireless Communications, Networking and Mobile Computing, Dalian, 2008, pp.1-4. [12] Wallace, R. B. and Whitt, W A staffing algorithm for call centers with skill-based routing. In Journal of Manufacturing and Service Operations Management, 2005, Vol. 7, No. 4, 2005, pp [13] Cunningham, P. B Improved communication and teamwork through use of Myers-Briggs type indicator. In Proceedings of the 1 st Austin Workshop in Engineering Management in Technology-Based Organizations, Austin, 2000, pp [14] Peyravi, F. and Keshavarzi, A CSR Based Model for Call Centers Using Knowledge Management. In Proceeding of 3 rd Asia International Conference on Modeling & Simulation, Bali, pp [15] Etham, A Introduction to Machine Learning. The MIT Press, 2 nd edition. [16] Incoming Call Management Institute (ICMI). (2008). Available:

DATA MINING TECHNIQUES AND APPLICATIONS

DATA MINING TECHNIQUES AND APPLICATIONS DATA MINING TECHNIQUES AND APPLICATIONS Mrs. Bharati M. Ramageri, Lecturer Modern Institute of Information Technology and Research, Department of Computer Application, Yamunanagar, Nigdi Pune, Maharashtra,

More information

Azure Machine Learning, SQL Data Mining and R

Azure Machine Learning, SQL Data Mining and R Azure Machine Learning, SQL Data Mining and R Day-by-day Agenda Prerequisites No formal prerequisites. Basic knowledge of SQL Server Data Tools, Excel and any analytical experience helps. Best of all:

More information

Data Mining Applications in Higher Education

Data Mining Applications in Higher Education Executive report Data Mining Applications in Higher Education Jing Luan, PhD Chief Planning and Research Officer, Cabrillo College Founder, Knowledge Discovery Laboratories Table of contents Introduction..............................................................2

More information

Practical Data Science with Azure Machine Learning, SQL Data Mining, and R

Practical Data Science with Azure Machine Learning, SQL Data Mining, and R Practical Data Science with Azure Machine Learning, SQL Data Mining, and R Overview This 4-day class is the first of the two data science courses taught by Rafal Lukawiecki. Some of the topics will be

More information

USING SIMULATION TO EVALUATE CALL FORECASTING ALGORITHMS FOR INBOUND CALL CENTER. Guilherme Steinmann Paulo José de Freitas Filho

USING SIMULATION TO EVALUATE CALL FORECASTING ALGORITHMS FOR INBOUND CALL CENTER. Guilherme Steinmann Paulo José de Freitas Filho Proceedings of the 2013 Winter Simulation Conference R. Pasupathy, S.-H. Kim, A. Tolk, R. Hill, and M. E. Kuhl, eds USING SIMULATION TO EVALUATE CALL FORECASTING ALGORITHMS FOR INBOUND CALL CENTER Guilherme

More information

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013 A Short-Term Traffic Prediction On A Distributed Network Using Multiple Regression Equation Ms.Sharmi.S 1 Research Scholar, MS University,Thirunelvelli Dr.M.Punithavalli Director, SREC,Coimbatore. Abstract:

More information

Predictive Data modeling for health care: Comparative performance study of different prediction models

Predictive Data modeling for health care: Comparative performance study of different prediction models Predictive Data modeling for health care: Comparative performance study of different prediction models Shivanand Hiremath [email protected] National Institute of Industrial Engineering (NITIE) Vihar

More information

KnowledgeSTUDIO HIGH-PERFORMANCE PREDICTIVE ANALYTICS USING ADVANCED MODELING TECHNIQUES

KnowledgeSTUDIO HIGH-PERFORMANCE PREDICTIVE ANALYTICS USING ADVANCED MODELING TECHNIQUES HIGH-PERFORMANCE PREDICTIVE ANALYTICS USING ADVANCED MODELING TECHNIQUES Translating data into business value requires the right data mining and modeling techniques which uncover important patterns within

More information

Network Machine Learning Research Group. Intended status: Informational October 19, 2015 Expires: April 21, 2016

Network Machine Learning Research Group. Intended status: Informational October 19, 2015 Expires: April 21, 2016 Network Machine Learning Research Group S. Jiang Internet-Draft Huawei Technologies Co., Ltd Intended status: Informational October 19, 2015 Expires: April 21, 2016 Abstract Network Machine Learning draft-jiang-nmlrg-network-machine-learning-00

More information

STATISTICA. Financial Institutions. Case Study: Credit Scoring. and

STATISTICA. Financial Institutions. Case Study: Credit Scoring. and Financial Institutions and STATISTICA Case Study: Credit Scoring STATISTICA Solutions for Business Intelligence, Data Mining, Quality Control, and Web-based Analytics Table of Contents INTRODUCTION: WHAT

More information

The Predictive Data Mining Revolution in Scorecards:

The Predictive Data Mining Revolution in Scorecards: January 13, 2013 StatSoft White Paper The Predictive Data Mining Revolution in Scorecards: Accurate Risk Scoring via Ensemble Models Summary Predictive modeling methods, based on machine learning algorithms

More information

Oracle IVR Integrator

Oracle IVR Integrator Oracle IVR Integrator Concepts and Procedures Release 11i for Windows NT July 2001 Part No. A86103-03 1 Understanding Oracle IVR Integrator This topic group provides overviews of the application and its

More information

2015 Workshops for Professors

2015 Workshops for Professors SAS Education Grow with us Offered by the SAS Global Academic Program Supporting teaching, learning and research in higher education 2015 Workshops for Professors 1 Workshops for Professors As the market

More information

Integrating Voice and Data for Call Center Excellence. logicalage CTI-enabled Contact Control Center

Integrating Voice and Data for Call Center Excellence. logicalage CTI-enabled Contact Control Center Integrating Voice and Data for Call Center Excellence gent logicalage CTI-enabled Contact Control Center Agent - Call Center Contact Control logicalagent World class service is achieved when: Calls are

More information

Unlocking Value from. Patanjali V, Lead Data Scientist, Tiger Analytics Anand B, Director Analytics Consulting,Tiger Analytics

Unlocking Value from. Patanjali V, Lead Data Scientist, Tiger Analytics Anand B, Director Analytics Consulting,Tiger Analytics Unlocking Value from Patanjali V, Lead Data Scientist, Anand B, Director Analytics Consulting, EXECUTIVE SUMMARY Today a lot of unstructured data is being generated in the form of text, images, videos

More information

Call Center Glossary. Call Center Resources

Call Center Glossary. Call Center Resources Call Center Resources Call Center Glossary after-call work (ACW) The work that an agent completes after a call ends. It can include entering activity codes, completing forms or sending an outbound communication.

More information

How-to Guide: Top Ways to Improve Contact Center Performance

How-to Guide: Top Ways to Improve Contact Center Performance Top Ways to Improve Contact Center Performance HOW ADVANCED TECHNOLOGY IS HELPING CONTACT CENTERS ACHIEVE KEY PERFORMANCE INDICATORS Executive Summary Recent studies have demonstrated a positive relationship

More information

WHITE PAPER. SATMAP Delivers Immediate, Measurable Customer Service Performance Improvements WWW.SATMAPINC.COM. July 2015, SATMAP Inc., V. 2.

WHITE PAPER. SATMAP Delivers Immediate, Measurable Customer Service Performance Improvements WWW.SATMAPINC.COM. July 2015, SATMAP Inc., V. 2. SATMAP Delivers Immediate, Measurable Customer Service Performance Improvements WWW.SATMAPINC.COM July 2015, SATMAP Inc., V. 2.0 SATMAP Delivers Immediate, Measurable Customer Service Performance Improvements

More information

WebFOCUS RStat. RStat. Predict the Future and Make Effective Decisions Today. WebFOCUS RStat

WebFOCUS RStat. RStat. Predict the Future and Make Effective Decisions Today. WebFOCUS RStat Information Builders enables agile information solutions with business intelligence (BI) and integration technologies. WebFOCUS the most widely utilized business intelligence platform connects to any enterprise

More information

Data Mining Applications in Fund Raising

Data Mining Applications in Fund Raising Data Mining Applications in Fund Raising Nafisseh Heiat Data mining tools make it possible to apply mathematical models to the historical data to manipulate and discover new information. In this study,

More information

Flexible Workforce Management System for Call Center: A case study of public sector

Flexible Workforce Management System for Call Center: A case study of public sector Asia Pacific Management Review (2007) 12(6), 338-346 Flexible Workforce Management System for Call Center: A case study of public sector Jun Woo Kim a, Sang Chan Park a,* a Department of Industrial Engineering,

More information

BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES

BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES 123 CHAPTER 7 BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES 7.1 Introduction Even though using SVM presents

More information

Comparison of K-means and Backpropagation Data Mining Algorithms

Comparison of K-means and Backpropagation Data Mining Algorithms Comparison of K-means and Backpropagation Data Mining Algorithms Nitu Mathuriya, Dr. Ashish Bansal Abstract Data mining has got more and more mature as a field of basic research in computer science and

More information

How To Use Data Mining For Knowledge Management In Technology Enhanced Learning

How To Use Data Mining For Knowledge Management In Technology Enhanced Learning Proceedings of the 6th WSEAS International Conference on Applications of Electrical Engineering, Istanbul, Turkey, May 27-29, 2007 115 Data Mining for Knowledge Management in Technology Enhanced Learning

More information

Call Center Metrics: Glossary of Terms

Call Center Metrics: Glossary of Terms Call Center Metrics: Glossary of Terms A. abandoned call. A call or other type of contact that has been offered into a communications network or telephone system but is terminated by the person originating

More information

Predicting borrowers chance of defaulting on credit loans

Predicting borrowers chance of defaulting on credit loans Predicting borrowers chance of defaulting on credit loans Junjie Liang ([email protected]) Abstract Credit score prediction is of great interests to banks as the outcome of the prediction algorithm

More information

BOOSTING - A METHOD FOR IMPROVING THE ACCURACY OF PREDICTIVE MODEL

BOOSTING - A METHOD FOR IMPROVING THE ACCURACY OF PREDICTIVE MODEL The Fifth International Conference on e-learning (elearning-2014), 22-23 September 2014, Belgrade, Serbia BOOSTING - A METHOD FOR IMPROVING THE ACCURACY OF PREDICTIVE MODEL SNJEŽANA MILINKOVIĆ University

More information

Mining the Software Change Repository of a Legacy Telephony System

Mining the Software Change Repository of a Legacy Telephony System Mining the Software Change Repository of a Legacy Telephony System Jelber Sayyad Shirabad, Timothy C. Lethbridge, Stan Matwin School of Information Technology and Engineering University of Ottawa, Ottawa,

More information

Enhanced Boosted Trees Technique for Customer Churn Prediction Model

Enhanced Boosted Trees Technique for Customer Churn Prediction Model IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 03 (March. 2014), V5 PP 41-45 www.iosrjen.org Enhanced Boosted Trees Technique for Customer Churn Prediction

More information

MHI3000 Big Data Analytics for Health Care Final Project Report

MHI3000 Big Data Analytics for Health Care Final Project Report MHI3000 Big Data Analytics for Health Care Final Project Report Zhongtian Fred Qiu (1002274530) http://gallery.azureml.net/details/81ddb2ab137046d4925584b5095ec7aa 1. Data pre-processing The data given

More information

Index Contents Page No. Introduction . Data Mining & Knowledge Discovery

Index Contents Page No. Introduction . Data Mining & Knowledge Discovery Index Contents Page No. 1. Introduction 1 1.1 Related Research 2 1.2 Objective of Research Work 3 1.3 Why Data Mining is Important 3 1.4 Research Methodology 4 1.5 Research Hypothesis 4 1.6 Scope 5 2.

More information

A Study Of Bagging And Boosting Approaches To Develop Meta-Classifier

A Study Of Bagging And Boosting Approaches To Develop Meta-Classifier A Study Of Bagging And Boosting Approaches To Develop Meta-Classifier G.T. Prasanna Kumari Associate Professor, Dept of Computer Science and Engineering, Gokula Krishna College of Engg, Sullurpet-524121,

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

Five steps to improving the customer service experience

Five steps to improving the customer service experience Five steps to improving the customer service experience Metrics, tips, and tools for utilizing customer feedback An Ovum White Paper Sponsored by Publication Date: January 2012 INTRODUCTION As the use

More information

Design call center management system of e-commerce based on BP neural network and multifractal

Design call center management system of e-commerce based on BP neural network and multifractal Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):951-956 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Design call center management system of e-commerce

More information

Numerical Algorithms Group

Numerical Algorithms Group Title: Summary: Using the Component Approach to Craft Customized Data Mining Solutions One definition of data mining is the non-trivial extraction of implicit, previously unknown and potentially useful

More information

Using Data Mining for Mobile Communication Clustering and Characterization

Using Data Mining for Mobile Communication Clustering and Characterization Using Data Mining for Mobile Communication Clustering and Characterization A. Bascacov *, C. Cernazanu ** and M. Marcu ** * Lasting Software, Timisoara, Romania ** Politehnica University of Timisoara/Computer

More information

Data Mining & Data Stream Mining Open Source Tools

Data Mining & Data Stream Mining Open Source Tools Data Mining & Data Stream Mining Open Source Tools Darshana Parikh, Priyanka Tirkha Student M.Tech, Dept. of CSE, Sri Balaji College Of Engg. & Tech, Jaipur, Rajasthan, India Assistant Professor, Dept.

More information

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree Predicting the Risk of Heart Attacks using Neural Network and Decision Tree S.Florence 1, N.G.Bhuvaneswari Amma 2, G.Annapoorani 3, K.Malathi 4 PG Scholar, Indian Institute of Information Technology, Srirangam,

More information

An Evaluation of Machine Learning Method for Intrusion Detection System Using LOF on Jubatus

An Evaluation of Machine Learning Method for Intrusion Detection System Using LOF on Jubatus An Evaluation of Machine Learning Method for Intrusion Detection System Using LOF on Jubatus Tadashi Ogino* Okinawa National College of Technology, Okinawa, Japan. * Corresponding author. Email: [email protected]

More information

What is a Call Center?

What is a Call Center? A Call Center is a centralized office used for the purpose of receiving and transmitting a large volume of requests by telephone. A call center is operated by a company to administer incoming product support

More information

Small Businesses Need Contact Centers to Deliver Great Service

Small Businesses Need Contact Centers to Deliver Great Service Small Businesses Need Contact Centers to Deliver Great Service March 2014 Sponsored by: - 1 - DMG Consulting LLC Table of Contents Cloud-Based Contact Center Solutions are Ideal for Small Businesses...

More information

Is a Data Scientist the New Quant? Stuart Kozola MathWorks

Is a Data Scientist the New Quant? Stuart Kozola MathWorks Is a Data Scientist the New Quant? Stuart Kozola MathWorks 2015 The MathWorks, Inc. 1 Facts or information used usually to calculate, analyze, or plan something Information that is produced or stored by

More information

PBX IVR ACD. 7011Koll Center Parkway, Suite 150 Pleasanton, CA 94566-3140. Phone: (925) 461-4510 Fax: (925) 461-4520 SUPERVISOR, MANAGER

PBX IVR ACD. 7011Koll Center Parkway, Suite 150 Pleasanton, CA 94566-3140. Phone: (925) 461-4510 Fax: (925) 461-4520 SUPERVISOR, MANAGER In today s competitive environment, reducing customer service telephone-based customer interaction overhead, improving call handling quality, and maximizing the effectiveness of customer service is a must.

More information

Big Data Analytics. An Introduction. Oliver Fuchsberger University of Paderborn 2014

Big Data Analytics. An Introduction. Oliver Fuchsberger University of Paderborn 2014 Big Data Analytics An Introduction Oliver Fuchsberger University of Paderborn 2014 Table of Contents I. Introduction & Motivation What is Big Data Analytics? Why is it so important? II. Techniques & Solutions

More information

Oracle Real Time Decisions

Oracle Real Time Decisions A Product Review James Taylor CEO CONTENTS Introducing Decision Management Systems Oracle Real Time Decisions Product Architecture Key Features Availability Conclusion Oracle Real Time Decisions (RTD)

More information

Applying Customer Attitudinal Segmentation to Improve Marketing Campaigns Wenhong Wang, Deluxe Corporation Mark Antiel, Deluxe Corporation

Applying Customer Attitudinal Segmentation to Improve Marketing Campaigns Wenhong Wang, Deluxe Corporation Mark Antiel, Deluxe Corporation Applying Customer Attitudinal Segmentation to Improve Marketing Campaigns Wenhong Wang, Deluxe Corporation Mark Antiel, Deluxe Corporation ABSTRACT Customer segmentation is fundamental for successful marketing

More information

How to use Big Data in Industry 4.0 implementations. LAURI ILISON, PhD Head of Big Data and Machine Learning

How to use Big Data in Industry 4.0 implementations. LAURI ILISON, PhD Head of Big Data and Machine Learning How to use Big Data in Industry 4.0 implementations LAURI ILISON, PhD Head of Big Data and Machine Learning Big Data definition? Big Data is about structured vs unstructured data Big Data is about Volume

More information

An Overview of Knowledge Discovery Database and Data mining Techniques

An Overview of Knowledge Discovery Database and Data mining Techniques An Overview of Knowledge Discovery Database and Data mining Techniques Priyadharsini.C 1, Dr. Antony Selvadoss Thanamani 2 M.Phil, Department of Computer Science, NGM College, Pollachi, Coimbatore, Tamilnadu,

More information

Banking Analytics Training Program

Banking Analytics Training Program Training (BAT) is a set of courses and workshops developed by Cognitro Analytics team designed to assist banks in making smarter lending, marketing and credit decisions. Analyze Data, Discover Information,

More information

In this presentation, you will be introduced to data mining and the relationship with meaningful use.

In this presentation, you will be introduced to data mining and the relationship with meaningful use. In this presentation, you will be introduced to data mining and the relationship with meaningful use. Data mining refers to the art and science of intelligent data analysis. It is the application of machine

More information

Role of Customer Response Models in Customer Solicitation Center s Direct Marketing Campaign

Role of Customer Response Models in Customer Solicitation Center s Direct Marketing Campaign Role of Customer Response Models in Customer Solicitation Center s Direct Marketing Campaign Arun K Mandapaka, Amit Singh Kushwah, Dr.Goutam Chakraborty Oklahoma State University, OK, USA ABSTRACT Direct

More information

Analysis Tools and Libraries for BigData

Analysis Tools and Libraries for BigData + Analysis Tools and Libraries for BigData Lecture 02 Abhijit Bendale + Office Hours 2 n Terry Boult (Waiting to Confirm) n Abhijit Bendale (Tue 2:45 to 4:45 pm). Best if you email me in advance, but I

More information

FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS

FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS Breno C. Costa, Bruno. L. A. Alberto, André M. Portela, W. Maduro, Esdras O. Eler PDITec, Belo Horizonte,

More information

Data Mining Framework for Direct Marketing: A Case Study of Bank Marketing

Data Mining Framework for Direct Marketing: A Case Study of Bank Marketing www.ijcsi.org 198 Data Mining Framework for Direct Marketing: A Case Study of Bank Marketing Lilian Sing oei 1 and Jiayang Wang 2 1 School of Information Science and Engineering, Central South University

More information

The Cross-Media Contact Center

The Cross-Media Contact Center Whitepaper The Cross-Media Contact Center The Next-Generation Replacement for the Traditional Call Center Intel in Communications Executive Summary Because call centers are a principal point of contact

More information

A STUDY OF DATA MINING ACTIVITIES FOR MARKET RESEARCH

A STUDY OF DATA MINING ACTIVITIES FOR MARKET RESEARCH 205 A STUDY OF DATA MINING ACTIVITIES FOR MARKET RESEARCH ABSTRACT MR. HEMANT KUMAR*; DR. SARMISTHA SARMA** *Assistant Professor, Department of Information Technology (IT), Institute of Innovation in Technology

More information

Consolidating Network Infrastructure Resources in Contact Centers

Consolidating Network Infrastructure Resources in Contact Centers White Paper Consolidating Network Infrastructure Resources in Contact Centers A tidal wave of IT and telecommunications convergence is on the way. Hundreds of servers will be washed away clearing a path

More information

Customer Relationship Management using Adaptive Resonance Theory

Customer Relationship Management using Adaptive Resonance Theory Customer Relationship Management using Adaptive Resonance Theory Manjari Anand M.Tech.Scholar Zubair Khan Associate Professor Ravi S. Shukla Associate Professor ABSTRACT CRM is a kind of implemented model

More information

Data Mining Practical Machine Learning Tools and Techniques

Data Mining Practical Machine Learning Tools and Techniques Ensemble learning Data Mining Practical Machine Learning Tools and Techniques Slides for Chapter 8 of Data Mining by I. H. Witten, E. Frank and M. A. Hall Combining multiple models Bagging The basic idea

More information

Scalable Developments for Big Data Analytics in Remote Sensing

Scalable Developments for Big Data Analytics in Remote Sensing Scalable Developments for Big Data Analytics in Remote Sensing Federated Systems and Data Division Research Group High Productivity Data Processing Dr.-Ing. Morris Riedel et al. Research Group Leader,

More information

not possible or was possible at a high cost for collecting the data.

not possible or was possible at a high cost for collecting the data. Data Mining and Knowledge Discovery Generating knowledge from data Knowledge Discovery Data Mining White Paper Organizations collect a vast amount of data in the process of carrying out their day-to-day

More information

DATA MINING TECHNOLOGY. Keywords: data mining, data warehouse, knowledge discovery, OLAP, OLAM.

DATA MINING TECHNOLOGY. Keywords: data mining, data warehouse, knowledge discovery, OLAP, OLAM. DATA MINING TECHNOLOGY Georgiana Marin 1 Abstract In terms of data processing, classical statistical models are restrictive; it requires hypotheses, the knowledge and experience of specialists, equations,

More information

Healthcare Measurement Analysis Using Data mining Techniques

Healthcare Measurement Analysis Using Data mining Techniques www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 03 Issue 07 July, 2014 Page No. 7058-7064 Healthcare Measurement Analysis Using Data mining Techniques 1 Dr.A.Shaik

More information

Data Mining. Nonlinear Classification

Data Mining. Nonlinear Classification Data Mining Unit # 6 Sajjad Haider Fall 2014 1 Nonlinear Classification Classes may not be separable by a linear boundary Suppose we randomly generate a data set as follows: X has range between 0 to 15

More information

IP Contact Center: Realize the Full Business Potential of IP Contact Centers

IP Contact Center: Realize the Full Business Potential of IP Contact Centers IP Contact Center: Realize the Full Business Potential of IP Contact Centers WHITEPAPER The joint solution from Cisco and IBM provides people, processes, and technology needed to maximize the return on

More information

Interaction Dialer 3.0. Best Practices

Interaction Dialer 3.0. Best Practices Interaction Dialer 3.0 Best Practices March 20, 2009 1 Table of Contents Overview... 3 Configuration... 3 Default Settings... 3 Copy & Paste... 3 Automation with Rules... 4 Change Auditing... 4 Pacing...

More information

The Artificial Prediction Market

The Artificial Prediction Market The Artificial Prediction Market Adrian Barbu Department of Statistics Florida State University Joint work with Nathan Lay, Siemens Corporate Research 1 Overview Main Contributions A mathematical theory

More information

Virtual Call Center. Dragan Savić, Sara Stančin, Grega Jakus, Sašo Tomažič University of Ljubljana, Faculty of Electrical Engineering

Virtual Call Center. Dragan Savić, Sara Stančin, Grega Jakus, Sašo Tomažič University of Ljubljana, Faculty of Electrical Engineering Virtual Call Center Dragan Savić, Sara Stančin, Grega Jakus, Sašo Tomažič University of Ljubljana, Faculty of Electrical Engineering Abstract - A call center is a centralized workspace, primarily intended

More information

SPATIAL DATA CLASSIFICATION AND DATA MINING

SPATIAL DATA CLASSIFICATION AND DATA MINING , pp.-40-44. Available online at http://www. bioinfo. in/contents. php?id=42 SPATIAL DATA CLASSIFICATION AND DATA MINING RATHI J.B. * AND PATIL A.D. Department of Computer Science & Engineering, Jawaharlal

More information

A Near Real-Time Personalization for ecommerce Platform Amit Rustagi [email protected]

A Near Real-Time Personalization for ecommerce Platform Amit Rustagi arustagi@ebay.com A Near Real-Time Personalization for ecommerce Platform Amit Rustagi [email protected] Abstract. In today's competitive environment, you only have a few seconds to help site visitors understand that you

More information

A Systemic Artificial Intelligence (AI) Approach to Difficult Text Analytics Tasks

A Systemic Artificial Intelligence (AI) Approach to Difficult Text Analytics Tasks A Systemic Artificial Intelligence (AI) Approach to Difficult Text Analytics Tasks Text Analytics World, Boston, 2013 Lars Hard, CTO Agenda Difficult text analytics tasks Feature extraction Bio-inspired

More information

Using reporting and data mining techniques to improve knowledge of subscribers; applications to customer profiling and fraud management

Using reporting and data mining techniques to improve knowledge of subscribers; applications to customer profiling and fraud management Using reporting and data mining techniques to improve knowledge of subscribers; applications to customer profiling and fraud management Paper Jean-Louis Amat Abstract One of the main issues of operators

More information

How To Make A Credit Risk Model For A Bank Account

How To Make A Credit Risk Model For A Bank Account TRANSACTIONAL DATA MINING AT LLOYDS BANKING GROUP Csaba Főző [email protected] 15 October 2015 CONTENTS Introduction 04 Random Forest Methodology 06 Transactional Data Mining Project 17 Conclusions

More information

A Review of Data Mining Techniques

A Review of Data Mining Techniques Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski [email protected]

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski trajkovski@nyus.edu.mk Introduction to Machine Learning and Data Mining Prof. Dr. Igor Trakovski [email protected] Neural Networks 2 Neural Networks Analogy to biological neural systems, the most robust learning systems

More information

Artificial Neural Networks and Support Vector Machines. CS 486/686: Introduction to Artificial Intelligence

Artificial Neural Networks and Support Vector Machines. CS 486/686: Introduction to Artificial Intelligence Artificial Neural Networks and Support Vector Machines CS 486/686: Introduction to Artificial Intelligence 1 Outline What is a Neural Network? - Perceptron learners - Multi-layer networks What is a Support

More information

Knowledge Discovery from patents using KMX Text Analytics

Knowledge Discovery from patents using KMX Text Analytics Knowledge Discovery from patents using KMX Text Analytics Dr. Anton Heijs [email protected] Treparel Abstract In this white paper we discuss how the KMX technology of Treparel can help searchers

More information

Predictive Analytics for Donor Management

Predictive Analytics for Donor Management IBM Software Business Analytics IBM SPSS Predictive Analytics Predictive Analytics for Donor Management Predictive Analytics for Donor Management Contents 2 Overview 3 The challenges of donor management

More information

A New Approach for Evaluation of Data Mining Techniques

A New Approach for Evaluation of Data Mining Techniques 181 A New Approach for Evaluation of Data Mining s Moawia Elfaki Yahia 1, Murtada El-mukashfi El-taher 2 1 College of Computer Science and IT King Faisal University Saudi Arabia, Alhasa 31982 2 Faculty

More information

Gerard Mc Nulty Systems Optimisation Ltd [email protected]/0876697867 BA.,B.A.I.,C.Eng.,F.I.E.I

Gerard Mc Nulty Systems Optimisation Ltd gmcnulty@iol.ie/0876697867 BA.,B.A.I.,C.Eng.,F.I.E.I Gerard Mc Nulty Systems Optimisation Ltd [email protected]/0876697867 BA.,B.A.I.,C.Eng.,F.I.E.I Data is Important because it: Helps in Corporate Aims Basis of Business Decisions Engineering Decisions Energy

More information

Prerequisites. Course Outline

Prerequisites. Course Outline MS-55040: Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot Description This three-day instructor-led course will introduce the students to the concepts of data mining,

More information

Technological Considerations

Technological Considerations Technological Considerations 4 Overview Technologies supporting quitlines are constantly evolving. They have become increasingly powerful and sophisticated and now offer many capabilities that were not

More information

DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM

DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 DATA MINING TECHNIQUES SUPPORT TO KNOWLEGDE OF BUSINESS INTELLIGENT SYSTEM M. Mayilvaganan 1, S. Aparna 2 1 Associate

More information

An Empirical Study of Application of Data Mining Techniques in Library System

An Empirical Study of Application of Data Mining Techniques in Library System An Empirical Study of Application of Data Mining Techniques in Library System Veepu Uppal Department of Computer Science and Engineering, Manav Rachna College of Engineering, Faridabad, India Gunjan Chindwani

More information

ANALYTICS CENTER LEARNING PROGRAM

ANALYTICS CENTER LEARNING PROGRAM Overview of Curriculum ANALYTICS CENTER LEARNING PROGRAM The following courses are offered by Analytics Center as part of its learning program: Course Duration Prerequisites 1- Math and Theory 101 - Fundamentals

More information

Classification of Bad Accounts in Credit Card Industry

Classification of Bad Accounts in Credit Card Industry Classification of Bad Accounts in Credit Card Industry Chengwei Yuan December 12, 2014 Introduction Risk management is critical for a credit card company to survive in such competing industry. In addition

More information

CRM for Customer Service and Support

CRM for Customer Service and Support CRM for Customer Service and Support Maximize satisfaction. Drive repeat business Servicing customers effectively is a key component in growing your business through loyal, repeat buyers. Whether it s

More information

Chapter 7: Data Mining

Chapter 7: Data Mining Chapter 7: Data Mining Overview Topics discussed: The Need for Data Mining and Business Value The Data Mining Process: Define Business Objectives Get Raw Data Identify Relevant Predictive Variables Gain

More information

NAVIGATING SCIENTIFIC LITERATURE A HOLISTIC PERSPECTIVE. Venu Govindaraju

NAVIGATING SCIENTIFIC LITERATURE A HOLISTIC PERSPECTIVE. Venu Govindaraju NAVIGATING SCIENTIFIC LITERATURE A HOLISTIC PERSPECTIVE Venu Govindaraju BIOMETRICS DOCUMENT ANALYSIS PATTERN RECOGNITION 8/24/2015 ICDAR- 2015 2 Towards a Globally Optimal Approach for Learning Deep Unsupervised

More information

Applied Mathematical Sciences, Vol. 7, 2013, no. 112, 5591-5597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.

Applied Mathematical Sciences, Vol. 7, 2013, no. 112, 5591-5597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013. Applied Mathematical Sciences, Vol. 7, 2013, no. 112, 5591-5597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.38457 Accuracy Rate of Predictive Models in Credit Screening Anirut Suebsing

More information

MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL

MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL G. Maria Priscilla 1 and C. P. Sumathi 2 1 S.N.R. Sons College (Autonomous), Coimbatore, India 2 SDNB Vaishnav College

More information

KnowledgeSEEKER POWERFUL SEGMENTATION, STRATEGY DESIGN AND VISUALIZATION SOFTWARE

KnowledgeSEEKER POWERFUL SEGMENTATION, STRATEGY DESIGN AND VISUALIZATION SOFTWARE POWERFUL SEGMENTATION, STRATEGY DESIGN AND VISUALIZATION SOFTWARE Most Effective Modeling Application Designed to Address Business Challenges Applying a predictive strategy to reach a desired business

More information

Predictive Modeling in Workers Compensation 2008 CAS Ratemaking Seminar

Predictive Modeling in Workers Compensation 2008 CAS Ratemaking Seminar Predictive Modeling in Workers Compensation 2008 CAS Ratemaking Seminar Prepared by Louise Francis, FCAS, MAAA Francis Analytics and Actuarial Data Mining, Inc. www.data-mines.com [email protected]

More information

Comparing the Results of Support Vector Machines with Traditional Data Mining Algorithms

Comparing the Results of Support Vector Machines with Traditional Data Mining Algorithms Comparing the Results of Support Vector Machines with Traditional Data Mining Algorithms Scott Pion and Lutz Hamel Abstract This paper presents the results of a series of analyses performed on direct mail

More information

STATISTICA. Clustering Techniques. Case Study: Defining Clusters of Shopping Center Patrons. and

STATISTICA. Clustering Techniques. Case Study: Defining Clusters of Shopping Center Patrons. and Clustering Techniques and STATISTICA Case Study: Defining Clusters of Shopping Center Patrons STATISTICA Solutions for Business Intelligence, Data Mining, Quality Control, and Web-based Analytics Table

More information

Sentiment Analysis on Big Data

Sentiment Analysis on Big Data SPAN White Paper!? Sentiment Analysis on Big Data Machine Learning Approach Several sources on the web provide deep insight about people s opinions on the products and services of various companies. Social

More information