Collective Mind. Early Warnings of Systematic Failures of Equipment. Big Data Analytics for Proactive Fleet Management

Size: px
Start display at page:

Download "Collective Mind. Early Warnings of Systematic Failures of Equipment. Big Data Analytics for Proactive Fleet Management"

Transcription

1 Collective Mind Early Warnings of Systematic Failures of Equipment Big Data Analytics for Proactive Fleet Management Dr. Artur Dubrawski Dr. Norman Sondheimer Auton Lab Carnegie Mellon University University of Massachusetts Amherst Big Data for Defense and Homeland Security Symposium, Alexandria, VA, January 29, 2013 Copyright Carnegie Mellon University 2013

2 Collective Mind Unique technology that integrates Multivariate Big Data mining Predictive Analytics Interactive visualization of trends and patterns Scales to large amounts of noisy data routinely collected in Operations and Maintenance Supports Proactive Approach to Fleet Health Management 2

3 Challenges of Proactive Approach to Fleet Health Management Unexpected systematic maintenance crises are common Out of spec parts Ill conceived maintenance procedure New mission/theater Inexperienced personnel, etc. Early detection is the key to Proactive Management Currently, various performance indicators are used to reactively survey the status of fleet Physics based models are used to identify propensity of individual aircraft to known problems Ideal complementary capability: Fast and reliable detection of unexpected issues No false alarms Never missing anything important Copyright Carnegie Mellon University

4 Proving Ground: Surveillance of Public Health Genesis: Post 9/11 concern of a possible bio terror attack, 2002 Winter Olympics in Utah, preexisting detection systems subject to substantial latencies Familiar requirements: Fast detection, high sensitivity, low false alert rates Homogeneous populations of subjects Solution: Monitor changes in demand for medical services and supplies Proven utility in issuance of reliable early warnings 4

5 Data driven Surveillance of Public Health: Two Key Analytic Challenges 1. How to decide which spike in data is due to a real issue as opposite to some (A) random or (B) known effect? Answer A: Aggressively use statistical significance analysis to quantify the risk of making Type I errors (false positives) Answer B: Look for plausible natural explanation(s) for every detected anomalous pattern Example: Spatio-temporal distribution of daily counts of cases of leptospirosis in Sri-Lanka and Tamil Nadu state of India 5

6 target baseline total current reference ,550 12,397 total ,645 12,515 Bi variate Temporal Scan: One of Possible Ways to Attack that Challenge 1. Establish time window of interest and period of reference 2. Compute sums of target and baseline counts 3. Put the results in a 2 by 2 table 4. Report the p value of the χ 2 or Fisher s exact test of independence E.g.: expected count = 8.2 p value = 7.39*10 8 target counts (SELECT SPECIFIC SUBSET OF VALUES OF DESCRIPTOR VARIABLES) Jan-01 Apr-01 Jul-01 Oct-01 baseline counts (SELECT ALL) Jan-02 time window of interest Apr-02 Jul-02 Oct-02 Jan-03 Apr-03 Jul-03 Oct-03 Jan-04 Apr-04 Jul-04 Oct-04 Jan-05 Apr-05 Jul-05 Oct-05 Jan-06 Apr-06 Jul-06 Oct-06 Temporal Scan alerts of unusual changes in frequency of events of interest (e.g. elderly patients reporting recently with fever) which cannot be explained by the changes in baselines (like e.g. increase of population size) Jan-01 Apr-01 Jul-01 Oct-01 Jan-02 Apr-02 Jul-02 Oct-02 Jan-03 Apr-03 Jul-03 Oct-03 Jan-04 Apr-04 Jul-04 Oct-04 Jan-05 Apr-05 Jul-05 Oct-05 Jan-06 Apr-06 Jul-06 Oct-06 6

7 Data driven Surveillance of Public Health: Two Key Analytic Challenges 1. How to decide which spike in data is due to a real issue as opposite to some (A) random or (B) known effect? Answer A: Aggressively use statistical significance analysis to quantify the risk of making Type I errors (false positives) Answer B: Look for plausible natural explanation(s) for every detected anomalous pattern 2. Where to look for these spikes? Ideal answer: Everywhere! However, typical data is highly dimensional multiplicity of possible projections hard to achieve desirable throughputs Example: Spatio-temporal distribution of daily counts of cases of leptospirosis in Sri-Lanka and Tamil Nadu state of India 7

8 One Way to Achieve Scalability: Replace Raw Data with Sufficient Statistics Pre compute key statistics about data ahead of its extensive analyses in order to amortize the bulk of the costs of future computations Example: Using Contingency Tables to represent categorical data Testing hypotheses about categorical data typically requires counting (co )occurrences Precomputing counts makes the future costs of analyses independent on the data size E[ P(Flyfisher Canadian) ] = NumberOf(Canadian Flyfishers)/NumberOf(Canadians) N=7 Records Raw data Canadian? Flyfisher? HockeyFan? Canadian=0 0 Flyfisher=0 1 1 Flyfisher=1 2 2 Contingency table M=3 Attributes Canadian=

9 One Way to Achieve Scalability: Replace Raw Data with Sufficient Statistics Pre compute key statistics about data ahead of its extensive analyses in order to amortize the bulk of the costs of future computations Example: Using Contingency Tables to represent categorical data Complaint: Testing hypotheses about categorical data typically requires counting (co )occurrences Contingency Precomputing Tables counts can makes reach the unmanageable future costs of analyses sizes (numbers independent of cells) on the if data the size underlying E[ P(Flyfisher Canadian) data highly ] = NumberOf(Canadian dimensional and Flyfishers)/NumberOf(Canadians) if the involved variables can assume many different values N=7 Records Raw data Canadian? Flyfisher? HockeyFan? Canadian=0 0 Flyfisher=0 1 1 Flyfisher=1 2 2 Contingency table M=3 Attributes Canadian=

10 All Dimensional Tree: Example of a More Pragmatic Representation 1. Replace the contingency table with a tree It represents the same counts of co occurrences [Moore & Lee, 1998] A1=* A2=* C=8 Vary nodes contain queries in which specific attributes are instantiated Vary A1 Vary A2 Data A1 A A1=1 A2=1 C=0 A1=1 A2=* C=1 Vary A2 A1=1 A2=2 C=1 A1=2 A2=1 C=2 A1=2 A2=* C=3 Vary A2 A1=2 A2=2 C=1 A1=3 A2=1 C=1 A1=3 A2=* C=4 Vary A2 A1=3 A2=2 C=3 A1=* A2=1 C=3 A1=* A2=2 C=5 Count nodes store queries and the corresponding counts of the records of data matching them 10

11 2. Take advantage of sparseness and redundancies in data Do not store anything with zero counts and do not store sub trees of Most Common Values Data A1 A All Dimensional Tree: Example of a More Pragmatic Representation NULL A1=1 A2=* C=1 Vary A2 mcv->2 NULL (mcv) NULL (mcv) Vary A1 mcv->3 A1=2 A2=* C=3 Vary A2 mcv->1 A1=2 A2=2 C=1 NULL (mcv) A1=* A2=* C=8 A1=* A2=1 C=3 Vary A2 mcv->2 This tree may consume much less memory than the equivalent Contingency Table NULL (mcv) Yet, we can still cheaply re compute all of the removed counts 11

12 Collective Mind Enables Fast Processing of Large and Complex Data It is fast and scalable Advanced statistics; Smart data structures; Fast algorithms Response times to complex count queries can be reduced by 1 3 orders of magnitude when compared to alternatives Efficiency enables massive scale multivariate analyses of Big Data Visualizations of data at interactive speeds Automated and highly responsive ad hoc analyses Key practical benefits: Comprehensive searches for unusual patterns made possible We don t know what we don t know dilemma can be substantially mitigated Interactive visualizations and queries boost awareness of issues Side notes on performance 1. Query response times do not depend on the number of records in data Largest set loaded so far: 125M records, 15 dimensions Minutes to screen for patterns over 4 dimensions, evaluating 4.5B hypotheses 2. Memory footprint varies with complexity of data Most complex data loaded so far: 7.7M records, 19 dimensions, 5.2*10 25 unique data cube cells, 478B of them with non zero counts Requires 10GB of memory 3. Speed can be traded for memory 12

13 How Valuable are Early Warnings? normal operations Current Processes crisis undetected investigation solution being implemented normal operations parts exchange rate time 13

14 How Valuable are Early Warnings? normal operations Collective Mind Gains Time crisis undetected investigation solution being implemented normal operations parts exchange rate time gain time gain time 14

15 Early Warnings Can Reduce Part Exchanges normal operations Caused by Systematic Problems crisis undetected solution being implemented normal operations parts exchange rate exchanges avoided time 15

16 Example: Collective Mind in Support of the F 16 Health Of Fleet Reports Evidence obtained with help from the F 16 Weapons System Supply Chain Management Systematic failures identified earlier F 16 Onboard Oxygen Generating System Concentrator Collective Mind Massive Screening produced an early warning that the component was experiencing significant supply issues; base was forced to cannibalize to meet mission requirements Early warning saves multiple repairs for substantial cost avoidance Issues previously undetected F 16 Digital Electronic Engine Control Unit Pre existing process would NOT have driven F 16 WS SCM to this item Problems continued intermittently for a year 16

17 Those Examples Tracked Remove And Replace Maintenance Actions The Data Offers Many More Views Typical maintenance data spans multiple streams and multiple dimensions Streams: maintenance records, built in test, vibration, configuration, flight data, supply, etc. Maintenance data dimensions: actions taken, when discovered, aircraft configuration, mission type, squadron, etc. This leads to billions of potentially interesting projections of data Traditionally, data surveillance is selective and of limited sensitivity Comprehensive approach is often deemed computationally infeasible Analytic resources come in short supply Risk of missing critical clues is substantial Emerging issues identified later than they could CM capabilities address those challenges: 1. Massive Screening of highly multivariate data for abnormal patterns (fleet level) 2. Systems Performance Monitor (detecting Bad Actors ) 3. Exploration of identified patterns across streams 4. Explanation and prediction of patterns Using routinely collected data (doing more without more) 17

18 Millions $250 $200 $150 $100 $50 Quantified Task: Avoided Cost of Part Exchanges Evidence obtained with help from the F 16 Strategic Analysis Support Section and the US Air Force Cost Analysis Directorate $0 Currrent F-16 Cost Avoidance Potential F-16 Cost Avoidance USAF Aircraft Potential All Military Aircraft Potential Fleet Status Reports Poor Performing Aircraft Bad Actor Components Total Those savings only reflect avoided exchanges More potential, not yet estimated firmly, includes a few relatively straightforward benefits: Improved equipment availability Improved mission capability Reduction of analytic efforts Costs of transition to regular use is not included in the estimates F 16 : Return from subset of items analyzed from early detection and mobilization: $6.5M p.a.; Expected return once fully deployed: $18.0M p.a. More recent estimate: >$100M p.a. from just one Collective Mind capability Observed cost of integrating new platform data: Once established with Data Universe, adding new aircraft type took 8 man hours to setup Transfer of CM Massive Screening, System Performance Monitor and Basic Exploration and Explanation from USAF F 16 to USN V 22 environment took 1 man month Larger effort to integrate into new analytic processes Modest additional investment can enable scaling Collective Mind throughout DoD aircraft fleets and throughout all DoD equipment fleets wherever logistics data warehouses exist 18

19 Additional Capabilities of Collective Mind: Fusing Evidence from Multiple Sources of Data Maintenance Records Vibration Measurements Some vibration exceedences correlate with parameters of flight Holistic View Built In Diagnostics Flight Parameters Certain types of vibration alerts can be forecast to enable preventative maintenance Some of them occur in particular flight regimes 19

20 Example of a CM Massive Screening for Changes in Cross Stream Correlations Find pairs of Built In Test reported faults (BIT) followed by specific part replacements (MAF) that show substantial changes in cooccurrences This graph shows the result of using a 6 month analysis window slid daily, computing BIT MAF succession probability lift over time (blue) Lift = P(MAF BIT) / P(MAF) The particular part type is being replaced following the specific BIT message much more often in the second half of 2008, then the peak repeats in 2009 Probability( MAF after BIT ) Date MAF R&R count BIT fault count 20

21 Example of CM Cross Stream Explanatory Analysis: Explaining V 22 Vibration Exceedences Example: One vibration channel notoriously triggering exceedences in flight Ground tests: Re Test OK look like false alerts Hypothesis: Can they be explained as e.g. environmental artifacts and not signs of failure? Perhaps they correlate with the parameters of flight? Approach: Use flight parameters (~60 dimensions) as input data for Collective Mind predictive model that will learn how to discriminate: Flight parameter snapshots coinciding with the exceedences The rest of flight data If the trained model can accurately tell when the exceedences occur, these exceedences could be explained with the instantaneous parameters of flight 21

22 Example: Explaining Vibration Exceedences One example aircraft and one example exceedence type: actual exceedences Predicted probability of exceedence CM flight data alert signal magnitude Flying hours Collective Mind utility potential: Upfront dismissal of fake failures reduces maintenance workload 22

23 Example: Explaining Vibration Exceedences One example aircraft and one example exceedence type: actual exceedences Predicted probability of exceedence Periods of specific flight conditions CM flight data alert signal magnitude Flying hours Collective Mind capability: Identify key factors that allow accurate prediction of exceedences 23

24 How many detections are true Predicting Vibration Exceedences: Example Results Predicting specific type of vibration exceedences to occur between 10 and 40 flying hours from now: About 50% of all these exceedences could be reliably predicted by CM with lead time of flying hours and ~40% of those flagged by CM would be true positives How many actual events predicted The precision/recall trade off can be optimized against cost benefits The precision/recall trade off can be varied by optempo Potential utility: Anticipate future maintenance need and execute it preemptively i.e. before the exceedence actually occurs 24

25 Summary of Key Capabilities and Areas of Impact Capabilities: Early Warnings of emerging crises Fleet wide: Comprehensive monitoring of data for new drivers Item level: Detection of Bad Actors Data Fusion Explanation of patterns and trends Prediction of future events Dimensions of Impact: Cost avoidance E.g. avoided exchanges of parts Improved readiness and equipment availability Better visibility of issues Doing more without more Very little cleaning of data required Transferable to new platforms Example results: Clickable list of findings sorted by statistical significance Each of them identifies a view of data that pertains to one detection Temporal visualization highlights unexpected activity Interactive drill downs, slicing anddicing, and pivoting, help interpreting the results 25

26 Collective Mind: Summary 1. Collective Mind leverages new computational capabilities to support proactive approach to Fleet Health Management 2. It uses statistical Big Data mining and predictive trending to monitor routinely collected data for early indications of reliability issues 3. Capabilities developed so far have demonstrated utility for USAF and NAVAIR aircraft maintenance, built in test, vibration, and flight data 4. Applicability is not limited to USAF and NAVAIR Benefits should be realizable across multiple DoD equipment management organizations, and beyond 26

27 Examples of Additional Opportunities Throughout DoD, DHS and IC Organizations DoD maintenance, logistics, and supply Expand to 14,000 aircraft, 36,000 vehicles, 300 ships, 800 missiles plus a myriad of smaller equipment, 50% of which is supported organically by 650,000 personnel Active operations E.g. identify emerging trends and patterns in enemy activity through sigacts data (IARPA and DARPA efforts) Personnel health and safety E.g. identify emerging trends and patterns in medical care data, track effectiveness of preventative care E.g. monitor safety of food supply through predictive analysis of inspection, microbial testing, and disease data (current deployment through USDA, ongoing research efforts through USDA and CDC) Threat detection and characterization E.g. nuclear threat detection at ports of entry and within perimeter (current research an transition efforts through DHS (DNDO, CBP), DoE (NA 22) and DoD (DTRA)) Contracting, acquisitions, and engineering E.g. tracking actual performance vs. contract for better risk awareness, budget over run mitigation, online audits for performance based contracting, etc., with the goal to reduce cost, acquisition time, and risk E.g. monitoring impact of design changes, interactive trace backs to attribute adverse events, etc. Enterprise knowledge and personnel training E.g. identification of the best and the worst practices based on performance, retrieval and retention of working solutions to mitigate effects of personnel turnover, etc. 27

28 Example: Nuclear Threat Assessment (Joint work with Lawrence Livermore NL, support from DNDO, CBP, NA 22 and DTRA) Problems addressed: 8M cargo containers enter US each month, 0.4% of them trigger radiation alerts Nuclear threats that are already in the US need to be detected and assessed Requirements of high throughput and high accuracy are hard to meet simultaneously Improved threat determination rates at fewer false alerts True Negative Rate Approach: Use Machine Learning, available historical data, and nuclear domain expertise to: Boost sensitivity of the existing radiation detection systems without increasing false alert rates Utilize various types of information: intensity, spectral, radiographic, contextual Utilize multiple and/or mobile sensors mobile sensor data Supervised Detection Supervised Classification Anomaly Detection New Class Detection new labeled classes explained detections unexplained alerts new phenomena OFFLINE PROCESS U S E R S follow-up investigation Log (False Negative Rate) Stationary sensing: Learn to classify threat using radiation measurements and contextual information (cargo manifest, etc) Mobile sensing: Use multiple observations to probabilistically map threats of known types as well as undetermined yet potential threats 28

29 Example: Fast Predictive Queries in Large Graphs Commute times demonstrated to yield the most accurate predictions of node labels wikipedia pages topics/ words papers authors Our GRANCH algorithm allows queries on 20M node graphs to process in minutes on a single processor Demonstrated through the DARPA Guard Dog program A "free ontology" yields accuracy improvements simply by linking in wikipedia pages Same tool used for social, financial, event, knowledge, or heterogeneous networks Sample Intelligence Queries on Graphs with People, Places, Events Query an event to find people most likely to be involved Query a set of people to find most likely additional collaborators Query a set of people to find most likely locations for them to meet Query a set of people to find most likely event for them to participate in 29

30 Example: Active Target Selection in Graphs Problem description: Fixed budget in the number of entities to investigate Maximize the number of positives found Approach: Utility bounds allow pruning for a tractable look ahead search Impact criterion approximates further look ahead Results: Up to 10x more hits than uniform sampling 20% more than competing active target selection methods Applications Selecting potentially fraudulent transactions for follow up Identifying suspicious individuals in criminal investigations Product recommendations Scientific discovery Related Capability: Active Survey Poll nodes to estimate the fraction of positives in the network May be used to estimate public opinion/support for products/ideas/people May be used to estimate effectiveness of marketing campaigns 30

31 Thank you! Collective Mind User Quotes: Collective Mind provides unique capability to quickly identify what is driving maintenance. It is the only tool capable of analyzing the volume of data generated by our weapon system Mr. Joseph Smith, F 16 System Program Analyst "As the Project Managers for the CAMEO Team we are excited about the potential Collective Mind enables for a holistic approach for the health and well being of the V 22 Osprey." Mr. Joseph Schmidley, V 22 ALE IPT Lead, and Mr. Sam McNeely, V 22 ALE We expect in excess of $100M annual cost avoidance due to implementation of Collective Mind Early Warning Bad Actor capability in the F 16 program alone, however Asset Management Tracking capability must be stood up and the information becomes discoverable." Mr. Robert Riegert, Project Lead, Systems Lifecycle Integrity Management (SLIM), A4ID, Department of the Air Force Collective Mind could automate analyses that lead to tremendous DoDwide savings. Dr. Robert Neches, Director, Advanced Engineering Initiatives, OASD(R&E) 31

32 Contact Information 32

INTERACTIVE MANIPULATION, VISUALIZATION AND ANALYSIS OF LARGE SETS OF MULTIDIMENSIONAL TIME SERIES IN HEALTH INFORMATICS

INTERACTIVE MANIPULATION, VISUALIZATION AND ANALYSIS OF LARGE SETS OF MULTIDIMENSIONAL TIME SERIES IN HEALTH INFORMATICS Proceedings of the 3 rd INFORMS Workshop on Data Mining and Health Informatics (DM-HI 2008) J. Li, D. Aleman, R. Sikora, eds. INTERACTIVE MANIPULATION, VISUALIZATION AND ANALYSIS OF LARGE SETS OF MULTIDIMENSIONAL

More information

THE 2014 THREAT DETECTION CHECKLIST. Six ways to tell a criminal from a customer.

THE 2014 THREAT DETECTION CHECKLIST. Six ways to tell a criminal from a customer. THE 2014 THREAT DETECTION CHECKLIST Six ways to tell a criminal from a customer. Telling criminals from customers online isn t getting any easier. Attackers target the entire online user lifecycle from

More information

The Future of the Advanced SOC

The Future of the Advanced SOC The Future of the Advanced SOC Developing a platform for more effective security management and compliance Steven Van Ormer RSA Technical Security Consultant 1 Agenda Today s Security Landscape and Why

More information

Business Intelligence Solutions for Gaming and Hospitality

Business Intelligence Solutions for Gaming and Hospitality Business Intelligence Solutions for Gaming and Hospitality Prepared by: Mario Perkins Qualex Consulting Services, Inc. Suzanne Fiero SAS Objective Summary 2 Objective Summary The rise in popularity and

More information

TEXT ANALYTICS INTEGRATION

TEXT ANALYTICS INTEGRATION TEXT ANALYTICS INTEGRATION A TELECOMMUNICATIONS BEST PRACTICES CASE STUDY VISION COMMON ANALYTICAL ENVIRONMENT Structured Unstructured Analytical Mining Text Discovery Text Categorization Text Sentiment

More information

This Symposium brought to you by www.ttcus.com

This Symposium brought to you by www.ttcus.com This Symposium brought to you by www.ttcus.com Linkedin/Group: Technology Training Corporation @Techtrain Technology Training Corporation www.ttcus.com Big Data Analytics as a Service (BDAaaS) Big Data

More information

Leveraging innovative security solutions for government. Helping to protect government IT infrastructure, meet compliance demands and reduce costs

Leveraging innovative security solutions for government. Helping to protect government IT infrastructure, meet compliance demands and reduce costs IBM Global Technology Services Leveraging innovative security solutions for government. Helping to protect government IT infrastructure, meet compliance demands and reduce costs Achieving a secure government

More information

Hillstone T-Series Intelligent Next-Generation Firewall Whitepaper: Abnormal Behavior Analysis

Hillstone T-Series Intelligent Next-Generation Firewall Whitepaper: Abnormal Behavior Analysis Hillstone T-Series Intelligent Next-Generation Firewall Whitepaper: Abnormal Behavior Analysis Keywords: Intelligent Next-Generation Firewall (ingfw), Unknown Threat, Abnormal Parameter, Abnormal Behavior,

More information

Smart wayside management software

Smart wayside management software Smart wayside management software FleetWise is innovative wayside data management software specifically designed to help transit authorities achieve superior fleet performance by collecting, distributing

More information

可 视 化 与 可 视 计 算 概 论. Introduction to Visualization and Visual Computing 袁 晓 如 北 京 大 学 2015.12.23

可 视 化 与 可 视 计 算 概 论. Introduction to Visualization and Visual Computing 袁 晓 如 北 京 大 学 2015.12.23 可 视 化 与 可 视 计 算 概 论 Introduction to Visualization and Visual Computing 袁 晓 如 北 京 大 学 2015.12.23 2 Visual Analytics Adapted from Jim Thomas s slides 3 Visual Analytics Definition Visual Analytics is the

More information

Introduction to Data Mining

Introduction to Data Mining Introduction to Data Mining 1 Why Data Mining? Explosive Growth of Data Data collection and data availability Automated data collection tools, Internet, smartphones, Major sources of abundant data Business:

More information

How To Create An Insight Analysis For Cyber Security

How To Create An Insight Analysis For Cyber Security IBM i2 Enterprise Insight Analysis for Cyber Analysis Protect your organization with cyber intelligence Highlights Quickly identify threats, threat actors and hidden connections with multidimensional analytics

More information

Niara Security Analytics. Overview. Automatically detect attacks on the inside using machine learning

Niara Security Analytics. Overview. Automatically detect attacks on the inside using machine learning Niara Security Analytics Automatically detect attacks on the inside using machine learning Automatically detect attacks on the inside Supercharge analysts capabilities Enhance existing security investments

More information

Using Predictive Analytics to Detect Contract Fraud, Waste, and Abuse Case Study from U.S. Postal Service OIG

Using Predictive Analytics to Detect Contract Fraud, Waste, and Abuse Case Study from U.S. Postal Service OIG Using Predictive Analytics to Detect Contract Fraud, Waste, and Abuse Case Study from U.S. Postal Service OIG MACPA Government & Non Profit Conference April 26, 2013 Isaiah Goodall, Director of Business

More information

Meeting the challenges of today s oil and gas exploration and production industry.

Meeting the challenges of today s oil and gas exploration and production industry. Meeting the challenges of today s oil and gas exploration and production industry. Leveraging innovative technology to improve production and lower costs Executive Brief Executive overview The deep waters

More information

SureSense Software Suite Overview

SureSense Software Suite Overview SureSense Software Overview Eliminate Failures, Increase Reliability and Safety, Reduce Costs and Predict Remaining Useful Life for Critical Assets Using SureSense and Health Monitoring Software What SureSense

More information

Preemptive security solutions for healthcare

Preemptive security solutions for healthcare Helping to secure critical healthcare infrastructure from internal and external IT threats, ensuring business continuity and supporting compliance requirements. Preemptive security solutions for healthcare

More information

Cyber and Operational Solutions for a Connected Industrial Era

Cyber and Operational Solutions for a Connected Industrial Era Cyber and Operational Solutions for a Connected Industrial Era OPERATIONAL & SECURITY CHALLENGES IN A HYPER-CONNECTED INDUSTRIAL WORLD In face of increasing operational challenges and cyber threats, and

More information

Data Warehouse design

Data Warehouse design Data Warehouse design Design of Enterprise Systems University of Pavia 21/11/2013-1- Data Warehouse design DATA PRESENTATION - 2- BI Reporting Success Factors BI platform success factors include: Performance

More information

Detect & Investigate Threats. OVERVIEW

Detect & Investigate Threats. OVERVIEW Detect & Investigate Threats. OVERVIEW HIGHLIGHTS Introducing RSA Security Analytics, Providing: Security monitoring Incident investigation Compliance reporting Providing Big Data Security Analytics Enterprise-wide

More information

5 Steps to Avoid Network Alert Overload

5 Steps to Avoid Network Alert Overload 5 Steps to Avoid Network Alert Overload By Avril Salter 1. 8 0 0. 8 1 3. 6 4 1 5 w w w. s c r i p t l o g i c. c o m / s m b I T 2011 ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic

More information

Is your SIEM ready.???

Is your SIEM ready.??? New security threats: Is your SIEM ready.??? May 2011 Security is more than just compliance Compliance Measure of processes and procedures Conformity with policy and directive Reporting against rules Security

More information

PALANTIR CYBER An End-to-End Cyber Intelligence Platform for Analysis & Knowledge Management

PALANTIR CYBER An End-to-End Cyber Intelligence Platform for Analysis & Knowledge Management PALANTIR CYBER An End-to-End Cyber Intelligence Platform for Analysis & Knowledge Management INTRODUCTION Traditional perimeter defense solutions fail against sophisticated adversaries who target their

More information

Anomaly detection. Problem motivation. Machine Learning

Anomaly detection. Problem motivation. Machine Learning Anomaly detection Problem motivation Machine Learning Anomaly detection example Aircraft engine features: = heat generated = vibration intensity Dataset: New engine: (vibration) (heat) Density estimation

More information

A Review of Anomaly Detection Techniques in Network Intrusion Detection System

A Review of Anomaly Detection Techniques in Network Intrusion Detection System A Review of Anomaly Detection Techniques in Network Intrusion Detection System Dr.D.V.S.S.Subrahmanyam Professor, Dept. of CSE, Sreyas Institute of Engineering & Technology, Hyderabad, India ABSTRACT:In

More information

The Comprehensive National Cybersecurity Initiative

The Comprehensive National Cybersecurity Initiative The Comprehensive National Cybersecurity Initiative President Obama has identified cybersecurity as one of the most serious economic and national security challenges we face as a nation, but one that we

More information

VDI FIT and VDI UX: Composite Metrics Track Good, Fair, Poor Desktop Performance

VDI FIT and VDI UX: Composite Metrics Track Good, Fair, Poor Desktop Performance VDI FIT and VDI UX: Composite Metrics Track Good, Fair, Poor Desktop Performance Key indicators and classification capabilities in Stratusphere FIT and Stratusphere UX Whitepaper INTRODUCTION This whitepaper

More information

Detecting Anomalous Behavior with the Business Data Lake. Reference Architecture and Enterprise Approaches.

Detecting Anomalous Behavior with the Business Data Lake. Reference Architecture and Enterprise Approaches. Detecting Anomalous Behavior with the Business Data Lake Reference Architecture and Enterprise Approaches. 2 Detecting Anomalous Behavior with the Business Data Lake Pivotal the way we see it Reference

More information

Statistical Analysis and Visualization for Cyber Security

Statistical Analysis and Visualization for Cyber Security Statistical Analysis and Visualization for Cyber Security Joanne Wendelberger, Scott Vander Wiel Statistical Sciences Group, CCS-6 Los Alamos National Laboratory Quality and Productivity Research Conference

More information

I. TODAY S UTILITY INFRASTRUCTURE vs. FUTURE USE CASES...1 II. MARKET & PLATFORM REQUIREMENTS...2

I. TODAY S UTILITY INFRASTRUCTURE vs. FUTURE USE CASES...1 II. MARKET & PLATFORM REQUIREMENTS...2 www.vitria.com TABLE OF CONTENTS I. TODAY S UTILITY INFRASTRUCTURE vs. FUTURE USE CASES...1 II. MARKET & PLATFORM REQUIREMENTS...2 III. COMPLEMENTING UTILITY IT ARCHITECTURES WITH THE VITRIA PLATFORM FOR

More information

TIBCO Live Datamart: Push-Based Real-Time Analytics

TIBCO Live Datamart: Push-Based Real-Time Analytics TIBCO Live Datamart: Push-Based Real-Time Analytics ABSTRACT TIBCO Live Datamart is a new approach to real-time analytics and data warehousing for environments where large volumes of data require a management

More information

Big Data & Analytics for Semiconductor Manufacturing

Big Data & Analytics for Semiconductor Manufacturing Big Data & Analytics for Semiconductor Manufacturing 半 導 体 生 産 におけるビッグデータ 活 用 Ryuichiro Hattori 服 部 隆 一 郎 Intelligent SCM and MFG solution Leader Global CoC (Center of Competence) Electronics team General

More information

with Managing RSA the Lifecycle of Key Manager RSA Streamlining Security Operations Data Loss Prevention Solutions RSA Solution Brief

with Managing RSA the Lifecycle of Key Manager RSA Streamlining Security Operations Data Loss Prevention Solutions RSA Solution Brief RSA Solution Brief Streamlining Security Operations with Managing RSA the Lifecycle of Data Loss Prevention and Encryption RSA envision Keys with Solutions RSA Key Manager RSA Solution Brief 1 Who is asking

More information

The Big Data Paradigm Shift. Insight Through Automation

The Big Data Paradigm Shift. Insight Through Automation The Big Data Paradigm Shift Insight Through Automation Agenda The Problem Emcien s Solution: Algorithms solve data related business problems How Does the Technology Work? Case Studies 2013 Emcien, Inc.

More information

Business Intelligence Solutions. Cognos BI 8. by Adis Terzić

Business Intelligence Solutions. Cognos BI 8. by Adis Terzić Business Intelligence Solutions Cognos BI 8 by Adis Terzić Fairfax, Virginia August, 2008 Table of Content Table of Content... 2 Introduction... 3 Cognos BI 8 Solutions... 3 Cognos 8 Components... 3 Cognos

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

LOG INTELLIGENCE FOR SECURITY AND COMPLIANCE

LOG INTELLIGENCE FOR SECURITY AND COMPLIANCE PRODUCT BRIEF uugiven today s environment of sophisticated security threats, big data security intelligence solutions and regulatory compliance demands, the need for a log intelligence solution has become

More information

Process Intelligence: An Exciting New Frontier for Business Intelligence

Process Intelligence: An Exciting New Frontier for Business Intelligence February/2014 Process Intelligence: An Exciting New Frontier for Business Intelligence Claudia Imhoff, Ph.D. Sponsored by Altosoft, A Kofax Company Table of Contents Introduction... 1 Use Cases... 2 Business

More information

Making confident decisions with the full spectrum of analysis capabilities

Making confident decisions with the full spectrum of analysis capabilities IBM Software Business Analytics Analysis Making confident decisions with the full spectrum of analysis capabilities Making confident decisions with the full spectrum of analysis capabilities Contents 2

More information

Cyber Watch. Written by Peter Buxbaum

Cyber Watch. Written by Peter Buxbaum Cyber Watch Written by Peter Buxbaum Security is a challenge for every agency, said Stanley Tyliszczak, vice president for technology integration at General Dynamics Information Technology. There needs

More information

Continuous Network Monitoring

Continuous Network Monitoring Continuous Network Monitoring Eliminate periodic assessment processes that expose security and compliance programs to failure Continuous Network Monitoring Continuous network monitoring and assessment

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

BUSINESSOBJECTS PREDICTIVE WORKBENCH XI 3.0

BUSINESSOBJECTS PREDICTIVE WORKBENCH XI 3.0 PRODUCTS BUSINESSOBJECTS PREDICTIVE WORKBENCH XI 3.0 Transform Your Future with Insight Today Key Features As part of the BusinessObjects XI platform, BusinessObjects Predictive Workbench: Provides robust

More information

HP Service Health Analyzer: Decoding the DNA of IT performance problems

HP Service Health Analyzer: Decoding the DNA of IT performance problems HP Service Health Analyzer: Decoding the DNA of IT performance problems Technical white paper Table of contents Introduction... 2 HP unique approach HP SHA driven by the HP Run-time Service Model... 2

More information

Hadoop Beyond Hype: Complex Adaptive Systems Conference Nov 16, 2012. Viswa Sharma Solutions Architect Tata Consultancy Services

Hadoop Beyond Hype: Complex Adaptive Systems Conference Nov 16, 2012. Viswa Sharma Solutions Architect Tata Consultancy Services Hadoop Beyond Hype: Complex Adaptive Systems Conference Nov 16, 2012 Viswa Sharma Solutions Architect Tata Consultancy Services 1 Agenda What is Hadoop Why Hadoop? The Net Generation is here Sizing the

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

How To Protect Your Network From Intrusions From A Malicious Computer (Malware) With A Microsoft Network Security Platform)

How To Protect Your Network From Intrusions From A Malicious Computer (Malware) With A Microsoft Network Security Platform) McAfee Security: Intrusion Prevention System REV: 0.1.1 (July 2011) 1 Contents 1. McAfee Network Security Platform...3 2. McAfee Host Intrusion Prevention for Server...4 2.1 Network IPS...4 2.2 Workload

More information

Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle

Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle Introduction I ve always been interested and intrigued by the processes DBAs use to monitor

More information

Northrop Grumman White Paper

Northrop Grumman White Paper Northrop Grumman White Paper Business Analytics for Better Government Authors: Patrick Elder and Thomas Naphor April 18, 2012 Northrop Grumman Corporation Information Systems Sector 7575 Colshire Drive

More information

Advanced In-Database Analytics

Advanced In-Database Analytics Advanced In-Database Analytics Tallinn, Sept. 25th, 2012 Mikko-Pekka Bertling, BDM Greenplum EMEA 1 That sounds complicated? 2 Who can tell me how best to solve this 3 What are the main mathematical functions??

More information

Operations Management for Virtual and Cloud Infrastructures: A Best Practices Guide

Operations Management for Virtual and Cloud Infrastructures: A Best Practices Guide Operations Management for Virtual and Cloud Infrastructures: A Best Practices Guide Introduction Performance Management: Holistic Visibility and Awareness Over the last ten years, virtualization has become

More information

Cyber Security. BDS PhantomWorks. Boeing Energy. Copyright 2011 Boeing. All rights reserved.

Cyber Security. BDS PhantomWorks. Boeing Energy. Copyright 2011 Boeing. All rights reserved. Cyber Security Automation of energy systems provides attack surfaces that previously did not exist Cyber attacks have matured from teenage hackers to organized crime to nation states Centralized control

More information

Techniques for Early Warning of Systematic Failures of Aerospace Components

Techniques for Early Warning of Systematic Failures of Aerospace Components Techniques for Early Warning of Systematic Failures of Aerospace Components Artur Dubrawski Auton Lab, Carnegie Mellon University 5000 Forbes Avenue, NSH 3121 Pittsburgh, PA 15213 412-268-6233 awd@cs.umass.edu

More information

It Takes a Village to Raise a Machine Learning Model. Lucian Lita @datariver

It Takes a Village to Raise a Machine Learning Model. Lucian Lita @datariver It Takes a Village to Raise a Machine Learning Model Lucian Lita It Takes a Village to Raise a Machine Learning Model Lucian Lita Algorithms Data Big Data Sheep @bigdatasheep n 5yr more data is better

More information

Driving Business Value with Big Data and Analytics

Driving Business Value with Big Data and Analytics Emily Plachy informsny September 17, 2014 Driving Business Value with Big Data and Analytics Business Analytics Transformation Making IBM a Smarter Enterprise Agenda Case studies Human Resources: Detect

More information

Instilling Confidence in Security and Risk Operations with Behavioral Analytics and Contextualization

Instilling Confidence in Security and Risk Operations with Behavioral Analytics and Contextualization WHITEPAPER Instilling Confidence in Security and Risk Operations with Behavioral Analytics and Contextualization Understanding Why Automated Machine Learning Behavioral Analytics with Contextualization

More information

Enterprise Organizations Need Contextual- security Analytics Date: October 2014 Author: Jon Oltsik, Senior Principal Analyst

Enterprise Organizations Need Contextual- security Analytics Date: October 2014 Author: Jon Oltsik, Senior Principal Analyst ESG Brief Enterprise Organizations Need Contextual- security Analytics Date: October 2014 Author: Jon Oltsik, Senior Principal Analyst Abstract: Large organizations have spent millions of dollars on security

More information

GETTING REAL ABOUT SECURITY MANAGEMENT AND "BIG DATA"

GETTING REAL ABOUT SECURITY MANAGEMENT AND BIG DATA GETTING REAL ABOUT SECURITY MANAGEMENT AND "BIG DATA" A Roadmap for "Big Data" in Security Analytics ESSENTIALS This paper examines: Escalating complexity of the security management environment, from threats

More information

Cray: Enabling Real-Time Discovery in Big Data

Cray: Enabling Real-Time Discovery in Big Data Cray: Enabling Real-Time Discovery in Big Data Discovery is the process of gaining valuable insights into the world around us by recognizing previously unknown relationships between occurrences, objects

More information

Dealing with Big Data in Cyber Intelligence

Dealing with Big Data in Cyber Intelligence Dealing with Big Data in Cyber Intelligence Greg Day Security CTO, EMEA, Symantec Session ID: HT-303 Session Classification: General Interest What will I take away from this session? What is driving big

More information

The Data Mining Process

The Data Mining Process Sequence for Determining Necessary Data. Wrong: Catalog everything you have, and decide what data is important. Right: Work backward from the solution, define the problem explicitly, and map out the data

More information

Loss Prevention Data Mining Using big data, predictive and prescriptive analytics to enpower loss prevention

Loss Prevention Data Mining Using big data, predictive and prescriptive analytics to enpower loss prevention White paper Loss Prevention Data Mining Using big data, predictive and prescriptive analytics to enpower loss prevention Abstract In the current economy where growth is stumpy and margins reduced, retailers

More information

ForeScout CounterACT CONTINUOUS DIAGNOSTICS & MITIGATION (CDM)

ForeScout CounterACT CONTINUOUS DIAGNOSTICS & MITIGATION (CDM) ForeScout CounterACT CONTINUOUS DIAGNOSTICS & MITIGATION (CDM) CONTENT Introduction 2 Overview of Continuous Diagnostics & Mitigation (CDM) 2 CDM Requirements 2 1. Hardware Asset Management 3 2. Software

More information

The SIEM Evaluator s Guide

The SIEM Evaluator s Guide Using SIEM for Compliance, Threat Management, & Incident Response Security information and event management (SIEM) tools are designed to collect, store, analyze, and report on log data for threat detection,

More information

Easily Identify Your Best Customers

Easily Identify Your Best Customers IBM SPSS Statistics Easily Identify Your Best Customers Use IBM SPSS predictive analytics software to gain insight from your customer database Contents: 1 Introduction 2 Exploring customer data Where do

More information

RSA envision. Platform. Real-time Actionable Security Information, Streamlined Incident Handling, Effective Security Measures. RSA Solution Brief

RSA envision. Platform. Real-time Actionable Security Information, Streamlined Incident Handling, Effective Security Measures. RSA Solution Brief RSA Solution Brief RSA envision Platform Real-time Actionable Information, Streamlined Incident Handling, Effective Measures RSA Solution Brief The job of Operations, whether a large organization with

More information

Predictive Analytics. Going from reactive to proactive. Mats Stellwall - Nordic Predictive Analytics Enterprise Architect 2012-06-14

Predictive Analytics. Going from reactive to proactive. Mats Stellwall - Nordic Predictive Analytics Enterprise Architect 2012-06-14 Mats Stellwall - Nordic Predictive Analytics Enterprise Architect 2012-06-14 Predictive Analytics Going from reactive to proactive 2011 IBM Corporation Nothing exists until it is measured Niels Bohr the

More information

Database Marketing, Business Intelligence and Knowledge Discovery

Database Marketing, Business Intelligence and Knowledge Discovery Database Marketing, Business Intelligence and Knowledge Discovery Note: Using material from Tan / Steinbach / Kumar (2005) Introduction to Data Mining,, Addison Wesley; and Cios / Pedrycz / Swiniarski

More information

Proactive Asset Management with IIoT and Analytics

Proactive Asset Management with IIoT and Analytics Proactive Asset Management with IIoT and Analytics by Ralph Rio in Industrial Internet of Things, Analytics & Big Data Summary The Industrial Internet of Things (IIoT) with advanced analytics, offers new

More information

Accenture Cyber Security Transformation. October 2015

Accenture Cyber Security Transformation. October 2015 Accenture Cyber Security Transformation October 2015 Today s Presenter Antti Ropponen, Nordic Cyber Defense Domain Lead Accenture Nordics Antti is a leading consultant in Accenture's security consulting

More information

Niara Security Intelligence. Overview. Threat Discovery and Incident Investigation Reimagined

Niara Security Intelligence. Overview. Threat Discovery and Incident Investigation Reimagined Niara Security Intelligence Threat Discovery and Incident Investigation Reimagined Niara enables Compromised user discovery Malicious insider discovery Threat hunting Incident investigation Overview In

More information

RAVEN, Network Security and Health for the Enterprise

RAVEN, Network Security and Health for the Enterprise RAVEN, Network Security and Health for the Enterprise The Promia RAVEN is a hardened Security Information and Event Management (SIEM) solution further providing network health, and interactive visualizations

More information

Applying machine learning techniques to achieve resilient, accurate, high-speed malware detection

Applying machine learning techniques to achieve resilient, accurate, high-speed malware detection White Paper: Applying machine learning techniques to achieve resilient, accurate, high-speed malware detection Prepared by: Northrop Grumman Corporation Information Systems Sector Cyber Solutions Division

More information

Assuring Global Reference Data Distribution on a Virtual Appliance

Assuring Global Reference Data Distribution on a Virtual Appliance White Paper Assuring Global Reference Data Distribution on a Virtual Appliance Predictive Analytics for IT in Action January 2012 Introduction Reference data has always been critical to the trading workflow

More information

Cybersecurity Delivering Confidence in the Cyber Domain

Cybersecurity Delivering Confidence in the Cyber Domain Cybersecurity Delivering Confidence in the Cyber Domain With decades of intelligence and cyber expertise, Raytheon offers unmatched, full-spectrum, end-to-end cyber solutions that help you secure your

More information

Full-Context Forensic Analysis Using the SecureVue Unified Situational Awareness Platform

Full-Context Forensic Analysis Using the SecureVue Unified Situational Awareness Platform Full-Context Forensic Analysis Using the SecureVue Unified Situational Awareness Platform Solution Brief Full-Context Forensic Analysis Using the SecureVue Unified Situational Awareness Platform Finding

More information

Anomaly Detection in Predictive Maintenance

Anomaly Detection in Predictive Maintenance Anomaly Detection in Predictive Maintenance Anomaly Detection with Time Series Analysis Phil Winters Iris Adae Rosaria Silipo Phil.Winters@knime.com Iris.Adae@uni-konstanz.de Rosaria.Silipo@knime.com Copyright

More information

Information overload: How to make data analytics work for the internal audit function

Information overload: How to make data analytics work for the internal audit function Information overload: How to make data analytics work for the internal audit function Danny Miller, Scott Higgins and Michael Rose Contents 1 A value proposition for internal audit 2 Leveraging data analytics

More information

TECHNOLOGY BRIEF. Business Benefits from Radio Frequency Identification (RFID)

TECHNOLOGY BRIEF. Business Benefits from Radio Frequency Identification (RFID) TECHNOLOGY BRIEF Business Benefits from Radio Frequency Identification (RFID) Executive summary Today the largest government and business enterprises in the world are developing plans to deploy electronic

More information

Monitoring Best Practices for

Monitoring Best Practices for Monitoring Best Practices for OVERVIEW Providing the right level and depth of monitoring is key to ensuring the effective operation of IT systems. This is especially true for ecommerce systems like Magento,

More information

Customer Analytics. Turn Big Data into Big Value

Customer Analytics. Turn Big Data into Big Value Turn Big Data into Big Value All Your Data Integrated in Just One Place BIRT Analytics lets you capture the value of Big Data that speeds right by most enterprises. It analyzes massive volumes of data

More information

Chapter 5. Warehousing, Data Acquisition, Data. Visualization

Chapter 5. Warehousing, Data Acquisition, Data. Visualization Decision Support Systems and Intelligent Systems, Seventh Edition Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization 5-1 Learning Objectives

More information

White Paper. Making Sense of the Data-Oriented Tools Available to Facility Managers. Find What Matters. Version 1.1 Oct 2013

White Paper. Making Sense of the Data-Oriented Tools Available to Facility Managers. Find What Matters. Version 1.1 Oct 2013 White Paper Making Sense of the Data-Oriented Tools Available to Facility Managers Version 1.1 Oct 2013 Find What Matters Making Sense the Data-Oriented Tools Available to Facility Managers INTRODUCTION

More information

The Lane s Gifts v. Google Report

The Lane s Gifts v. Google Report The Lane s Gifts v. Google Report By Alexander Tuzhilin Professor of Information Systems at the Stern School of Business at New York University, Report published July 2006 1 The Lane s Gifts case 2005

More information

Tripwire Log Center NEXT GENERATION LOG AND EVENT MANAGEMENT WHITE PAPER

Tripwire Log Center NEXT GENERATION LOG AND EVENT MANAGEMENT WHITE PAPER Tripwire Log Center NEXT GENERATION LOG AND EVENT MANAGEMENT WHITE PAPER Introduction A decade or more ago, logs of events recorded by firewalls, intrusion detection systems and other network devices were

More information

Using Data Mining to Detect Insurance Fraud

Using Data Mining to Detect Insurance Fraud IBM SPSS Modeler Using Data Mining to Detect Insurance Fraud Improve accuracy and minimize loss Highlights: combines powerful analytical techniques with existing fraud detection and prevention efforts

More information

Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities

Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities Technology Insight Paper Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities By John Webster February 2015 Enabling you to make the best technology decisions Enabling

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

Data, Measurements, Features

Data, Measurements, Features Data, Measurements, Features Middle East Technical University Dep. of Computer Engineering 2009 compiled by V. Atalay What do you think of when someone says Data? We might abstract the idea that data are

More information

How the Past Changes the Future of Fraud

How the Past Changes the Future of Fraud How the Past Changes the Future of Fraud Addressing payment card fraud with models that evaluate multiple risk dimensions through intelligence Card fraud costs the U.S. card payments industry an estimated

More information

Complexity and Scalability in Semantic Graph Analysis Semantic Days 2013

Complexity and Scalability in Semantic Graph Analysis Semantic Days 2013 Complexity and Scalability in Semantic Graph Analysis Semantic Days 2013 James Maltby, Ph.D 1 Outline of Presentation Semantic Graph Analytics Database Architectures In-memory Semantic Database Formulation

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

CAS8489 Delivering Security as a Service (SIEMaaS) November 2014

CAS8489 Delivering Security as a Service (SIEMaaS) November 2014 CAS8489 Delivering Security as a Service (SIEMaaS) November 2014 Usman Choudhary Senior Director usman@netiq.com Rajeev Khanolkar CEO SecurView Agenda What is Security Monitoring? Definition & concepts

More information

How To Create A Data Science System

How To Create A Data Science System Enhance Collaboration and Data Sharing for Faster Decisions and Improved Mission Outcome Richard Breakiron Senior Director, Cyber Solutions Rbreakiron@vion.com Office: 571-353-6127 / Cell: 803-443-8002

More information

Case Based Model to enhance aircraft fleet management and equipment performance

Case Based Model to enhance aircraft fleet management and equipment performance Case Based Model to enhance aircraft fleet management and equipment performance A. BEN ZAKOUR (a), E. RANDRIA (b) (a) University of Bordeaux, France (LaBRI) 2MoRO Solutions Bidart, France, asma.ben-zakour@2moro.fr

More information

BIG DATA What it is and how to use?

BIG DATA What it is and how to use? BIG DATA What it is and how to use? Lauri Ilison, PhD Data Scientist 21.11.2014 Big Data definition? There is no clear definition for BIG DATA BIG DATA is more of a concept than precise term 1 21.11.14

More information

Windows Embedded Security and Surveillance Solutions

Windows Embedded Security and Surveillance Solutions Windows Embedded Security and Surveillance Solutions Windows Embedded 2010 Page 1 Copyright The information contained in this document represents the current view of Microsoft Corporation on the issues

More information

Big Data: Rethinking Text Visualization

Big Data: Rethinking Text Visualization Big Data: Rethinking Text Visualization Dr. Anton Heijs anton.heijs@treparel.com Treparel April 8, 2013 Abstract In this white paper we discuss text visualization approaches and how these are important

More information

Master big data to optimize the oil and gas lifecycle

Master big data to optimize the oil and gas lifecycle Viewpoint paper Master big data to optimize the oil and gas lifecycle Information management and analytics (IM&A) helps move decisions from reactive to predictive Table of contents 4 Getting a handle on

More information