Question Answering Technologies Behind (and with) IBM Watson

Size: px
Start display at page:

Download "Question Answering Technologies Behind (and with) IBM Watson"

Transcription

1 Project Lab, SS 2016, 9CP April 22, 2016, TU Darmstadt, Germany Question Answering Technologies Behind (and with) IBM Watson Steffen Remus, Chinara Mammadova, Chris Biemann

2 Cognitive Computing Eras of Computing: Tabulated era: Computers are designed to count Programmable era: All functions are programmed and tightly controlled Cognitive era: Systems that learn, and get smarter over time Adaptivity Interactivity Iterativity Contextuality Surely, it will be hard to understand such a system in detail. But who would want to meticulously control every piece of such a system, when one can simply let it emerge? -- Chris Biemann Language Technology is a natural spearhead of cognitive computing: Language is too variable, too voilatile and too situative to be covered with static logics Language is a natural interface to humans, allowing natural interactions with laymen, thus a lot of data for learning 2

3 Natural Language Understanding the key to intelligent behavior Most information and knowledge is encoded in unstructured form in natural language When humans learn about a new topic, they read about it machines should do the same Natural language content on the internet is growing constantly Natural Language is evolving, and natural language processing should account for that 3

4 Outline This week General Introduction Demo of technologies: BlueMix Services Watson Private Instance 2015 Lab App: Simpsons Q&A Presentation of possible projects Discussion, group finding, initial project distribution Next week: Fixing groups and project distribution Distribution of logins, technical infrastructure etc. 4

5 Watson in Teaching and Summer 2013: Watson Tutorial by Seminar Knowledge Engineering for Question Answering Systems (with J. Fürnkranz) Summer 2014: Watson Tutorial 2013 Seminar Knowledge Engineering for Question Answering Systems (with J. Fürnkranz) Project lab Question Answering Systems Project: Semantic Technologies in IBM Watson Summer 2015: Project lab Question Answering Technologies Behind IBM Watson 1st Student Lab in Europe with access to private instances to IBM Watson Goals: Understand the state of the art in question answering Hands-on experience on language technology in the context of QA building Watson 5

6 Example 1: Location Questions Simple yet complete QA System on unstructured data Translate NL query into index query to Wikipedia Name tagging on result pages Rank locations based on relevance to query 6

7 Example 2: QA over structured data Parse question and translate it to SPARQL query Run on public SPARQL endpoints to obtain answers 7

8 Example 3: Watson powered Q&A game Feed data Create question and answers Get and process answers Present as a game 8

9 2016 Project lab: using Watson Experience Manager... s 9

10 2016 Project lab:... to build a cognitive app powered by QAAPI and BlueMix Services s Pic: 10

11 Course Requirements Demonstrate a cool prototype in a final meeting Report: How did you achieve the prototype, which techniques did you use? For grading individual members of groups: indicate who did what Supervision: Support with Watson Q&A Support with BlueMix services General support 11

12 Project Lab, SS 2016 Question Answering Technologies Behind IBM Watson So... What is Watson?

13 So. What is Watson? 2010 IBM Corporation 13

14 Watson as a collection of services 14

15 Alchemy API included 15

16 Watson API Example Dialog Service 16

17 Bluemix Console 17

18 Demo / References ces-catalog.html

19 Watson Private Instance One of the Watson cloud services Configured and accessed through Watson Experience Manager (WEM), a browser-based tool to develop powered-by-watson apps Not accessible with a standard BlueMix account: per invitation only 19

20 Watson Experience Manager (WEM) 20

21 Watson Private Instance Prerequisites: Corpus Selection Data Collection Data Preparation WEM: Watson Experience Manager - The interface to Watson Manage Corpus Train Watson Configure Watson Test Watson 21

22 Corpus Selection What makes a good use case? 1. Question / Answer Patterns 2. Data with unstructured information 3. Need for evidence and confidence 22

23 Best Practices Narrow the scope Watson can processes file types: doc, html and pdf Keep total uploaded file size under 10GB Rules of Thumb: Avoid duplicate documents Few high quality documents are more valuable that many redundant low quality documents 23

24 Curating Input Data Prerequisites: Well segmented documents Titles, sections, paragraphs Watson understands html, pdf, txt Titles are very important Tables / nested tables should be avoided 24

25 WEM Components 25 25

26 WEM Corpus Management 26

27 User Roles 27

28 Creating Training Data Create the training data that represents the kinds of questions that users in a production environment will ask and the kinds of responses they will receive. Prepare Watson for training Collect representative questions Expert Training Manage the process of questions and answers 28

29 Representative Questions Those, users might ask Help to train IBM Watson Two ways to add questions Question input tool Expert Training tool Help to identify the content Domain experts review questions Answer should exist in the document to match a question Watson learn from the content where answers found 29

30 Watson Question Input Tool 30

31 Expert Training Add Question 31

32 Expert Training Explicitly link expected input (the question) to expected output (the answer) Find answers By matching the question to a similar question question cluster By matching the question to a complete answer from a list of formatted answers. By specifying one or more correct answer passages from a separate list of documents. 32

33 Expert Training Match Question 33

34 Expert Training Match an Answer 34

35 Expert Training Specify Answer 35

36 Expert Training Question Review 36

37 WEM Corpus Statistics 37

38 Test and Deploy 38

39 RESTful API 39

40 JWatson Java Watson Rest API Wrapper 40

41 Project Lab Task 1 Get the Answer

42 Problem Description For how much does Bart sell his soul to Milhouse? Where is the correct answer? Watson isn t able to extract the answer from this comprehensive paragraph 42

43 Expected Result For how much does Bart sell his soul to Milhouse? 43

44 Task Description Goal: The goal of this project is to provide an appropriate single answer, for example entity name, number, or date using the Watson response Tasks Post/Pre-processing and answer extraction Prepare an interface to display answer and evidences Add Documents Train Watson by adding new questions to the ground truth Finally, present your work in a great presentation 44

45 Project Lab: Task 2 Information Network

46 Example: News Explorer 46

47 Task Description Goal: Develop a Web App that connects relevant information and presents connected / related information E.g. named entities Tasks: Extract key information from texts Show related information Prepare an interface to display answer and evidences Extract, Curate and Add Documents Train Watson by adding new questions to the ground truth Finally, present your work in a great presentation 47

48 GoT Network 48

49 Project Lab: Task 3 Social Watson

50 Watson in Social Interactions 50

51 Task Description Goal: Develop a mobile application that will allow Watson to analyze conversations and present facts with evidences Tasks: Create a stunning mobile app using IBM Watson Prepare an interface to display answer and evidences Extract, Curate and Add Documents Train Watson by adding new questions to the ground truth Finally, present your work in a great presentation 51

52 Project Lab: Task 4 Your Personal Assistant Answers according to individual settings

53 Hello Watson, Hello Watson, what are the highlights nearby? Based on Darmstadt as your location and your preference to visit museums, I recommend going to Hessisches Landesmuseum. I have 5 more recommendations, do you want another one? 53

54 Travel Corpus* Darmstadt 54

55 Task Description Goal: Use personal information of users to improve Watsons answers Tasks: Focus on travelling assistance Post/Pre-processing and answer extraction Create user management Reformulate questions / re-rank answers based on a user s profile / preferences Prepare an interface to display answer and evidences Train Watson by adding questions to the ground truth Finally, present your work in a great presentation * 55

56 Project Lab: Task 5 Expert Finder

57 Find experts for a particular field of interest 57

58 Task Description Goal: Search for topic, find experts in the field Tasks: Crawl webpages of TU-Darmstadt Identify Persons and Fields of Expertise Generate pseudo documents and feed to Watson Prepare an interface to display answer and evidences Finally, present your work in a great presentation 58

59 Project Lab: Task 6 Technical Assistance

60 Task Description Goal: Ask questions about technical details Tasks: Analyze Technical Documentations and FAQs Identify concepts Detect tones in the question of a user and respond to the question appropriately Prepare an interface to display answer and evidences Finally, present your work in a great presentation 60

61 Project Lab: Task X Tell us what you d like to have Pic:

62 Further information ces-catalog.html ibm.com/connections/communities/service/html/communityview?com munityuuid=f5d2b281-cc69-4de0-b85e-cd332acc74a oGTHZrKILIDz7u4-p3dR 62

63 How to Proceed Next week: Fixing groups and project distribution Distribution of logins, technical infrastructure etc. About every two weeks Meeting with student assistant Report progress Fix issues and setbacks About once in a month Meet with lab coordinators and student assistance Report progress Collect feedbacks and set next goals 63

64 64

65 brainstormin 1) Expert finder crawl TU DA pages, identify both persons and content, set up a QA system for finding experts within TU Darmstadt 2) News Tracker (English) Extract and visualize NEtwork of the day/week from English daily news, likenodservices- Relationship Extraction- Alchemy API- IBM Graph? 65

IBM Watson Ecosystem. Getting Started Guide

IBM Watson Ecosystem. Getting Started Guide IBM Watson Ecosystem Getting Started Guide Version 1.1 July 2014 1 Table of Contents: I. Prefix Overview II. Getting Started A. Prerequisite Learning III. Watson Experience Manager A. Assign User Roles

More information

GeoInt 2015 Watson Workshop

GeoInt 2015 Watson Workshop GeoInt 2015 Watson Workshop Bluemix Building a Watson Question & Answer Service Hands-on Lab The lab is divided into three parts Part A: Getting started what you need and what you will be building Estimated

More information

14:30 Watson applicaties bouwen met IBM Bluemix

14:30 Watson applicaties bouwen met IBM Bluemix A New Era of Thinking IBM BusinessConnect A New Era of Thinking 14:30 Watson applicaties bouwen met IBM Bluemix Rob Pennock pennock@nl.ibm.com Software Architect - IBM Cloud 1 2016 IBM Corporation What

More information

Cognitive z. Mathew Thoennes IBM Research System z Research June 13, 2016

Cognitive z. Mathew Thoennes IBM Research System z Research June 13, 2016 Cognitive z Mathew Thoennes IBM Research System z Research June 13, 2016 Agenda What is Cognitive? Watson Explorer Overview Demo What is cognitive? Cognitive analytics - A set of technologies and processes

More information

Lab - Building an Internet of Things Application Hands-On Lab

Lab - Building an Internet of Things Application Hands-On Lab Lab - Building an Internet of Things Application Hands-On Lab Table of contents 1. Creating a Bluemix Application... 3 2. Create and add an Internet of Things Service... 4 2.Wire the connected device s

More information

Some Research Challenges for Big Data Analytics of Intelligent Security

Some Research Challenges for Big Data Analytics of Intelligent Security Some Research Challenges for Big Data Analytics of Intelligent Security Yuh-Jong Hu hu at cs.nccu.edu.tw Emerging Network Technology (ENT) Lab. Department of Computer Science National Chengchi University,

More information

D3.3.1: Sematic tagging and open data publication tools

D3.3.1: Sematic tagging and open data publication tools COMPETITIVINESS AND INNOVATION FRAMEWORK PROGRAMME CIP-ICT-PSP-2013-7 Pilot Type B WP3 Service platform integration and deployment in cloud infrastructure D3.3.1: Sematic tagging and open data publication

More information

Chris Rosen, Technical Product Manager for IBM Containers, crosen@us.ibm.com Lin Sun, Senior Software Engineer for IBM Containers, linsun@us.ibm.

Chris Rosen, Technical Product Manager for IBM Containers, crosen@us.ibm.com Lin Sun, Senior Software Engineer for IBM Containers, linsun@us.ibm. Chris Rosen, Technical Product Manager for IBM Containers, crosen@us.ibm.com Lin Sun, Senior Software Engineer for IBM Containers, linsun@us.ibm.com Please Note IBM s statements regarding its plans, directions,

More information

Fogbeam Vision Series - The Modern Intranet

Fogbeam Vision Series - The Modern Intranet Fogbeam Labs Cut Through The Information Fog http://www.fogbeam.com Fogbeam Vision Series - The Modern Intranet Where It All Started Intranets began to appear as a venue for collaboration and knowledge

More information

Grails 1.1. Web Application. Development. Reclaiming Productivity for Faster. Java Web Development. Jon Dickinson PUBLISHING J MUMBAI BIRMINGHAM

Grails 1.1. Web Application. Development. Reclaiming Productivity for Faster. Java Web Development. Jon Dickinson PUBLISHING J MUMBAI BIRMINGHAM Grails 1.1 Development Web Application Reclaiming Productivity for Faster Java Web Development Jon Dickinson PUBLISHING J BIRMINGHAM - MUMBAI Preface Chapter 1: Getting Started with Grails 7 Why Grails?

More information

The Big Data Revolution: welcome to the Cognitive Era.

The Big Data Revolution: welcome to the Cognitive Era. The Big Data Revolution: welcome to the Cognitive Era. Yves Eychenne, Cloud Advisor, IBM Email: yves.eychenne@fr.ibm.com @yeychenne 2015 INTERNATIONAL BUSINESS MACHINES CORPORATION Agenda Big Data and

More information

Note: A WebFOCUS Developer Studio license is required for each developer.

Note: A WebFOCUS Developer Studio license is required for each developer. WebFOCUS FAQ s Q. What is WebFOCUS? A. WebFOCUS was developed by Information Builders Incorporated and is a comprehensive and fully integrated enterprise business intelligence system. The WebFOCUShttp://www.informationbuilders.com/products/webfocus/architecture.html

More information

A Sample OFBiz application implementing remote access via RMI and SOAP Table of contents

A Sample OFBiz application implementing remote access via RMI and SOAP Table of contents A Sample OFBiz application implementing remote access via RMI and SOAP Table of contents 1 About this document... 2 2 Introduction... 2 3 Defining the data model... 2 4 Populating the database tables with

More information

Delivering secure, real-time business insights for the Industrial world

Delivering secure, real-time business insights for the Industrial world Delivering secure, real-time business insights for the Industrial world Arnaud Mathieu: Program Director, Internet of Things Dev., IBM amathieu@us.ibm.com @arnomath 1 We are on the threshold of massive

More information

Using IBM dashdb With IBM Embeddable Reporting Service

Using IBM dashdb With IBM Embeddable Reporting Service What this tutorial is about In today's mobile age, companies have access to a wealth of data, stored in JSON format. Leading edge companies are making key decision based on that data but the challenge

More information

Session 805 -End-to-End SAP Lumira: Desktop to On-Premise, Cloud, and Mobile

Session 805 -End-to-End SAP Lumira: Desktop to On-Premise, Cloud, and Mobile September 9 11, 2013 Anaheim, California Session 805 -End-to-End SAP Lumira: Desktop to On-Premise, Cloud, and Mobile Ashish C. Morzaria, SAP Disclaimer This presentation outlines our general product direction

More information

Dimension Technology Solutions Team 2

Dimension Technology Solutions Team 2 Dimension Technology Solutions Team 2 emesa Web Service Extension and iphone Interface 6 weeks, 3 phases, 2 products, 1 client, design, implement - Presentation Date: Thursday June 18 - Authors: Mark Barkmeier

More information

OpenText Output Transformation Server

OpenText Output Transformation Server OpenText Output Transformation Server Seamlessly manage and process content flow across the organization OpenText Output Transformation Server processes, extracts, transforms, repurposes, personalizes,

More information

ACTIVITY THEORY (AT) REVIEW

ACTIVITY THEORY (AT) REVIEW ACTIVITY THEORY IN ACTION Brian Tran, CS 260 ACTIVITY THEORY (AT) REVIEW Activities are key structure in AT Composed of subjects, tools, and objective Ex. Bob (subject) is using the weights and treadmills

More information

Auto-Classification for Document Archiving and Records Declaration

Auto-Classification for Document Archiving and Records Declaration Auto-Classification for Document Archiving and Records Declaration Josemina Magdalen, Architect, IBM November 15, 2013 Agenda IBM / ECM/ Content Classification for Document Archiving and Records Management

More information

How To Make Sense Of Data With Altilia

How To Make Sense Of Data With Altilia HOW TO MAKE SENSE OF BIG DATA TO BETTER DRIVE BUSINESS PROCESSES, IMPROVE DECISION-MAKING, AND SUCCESSFULLY COMPETE IN TODAY S MARKETS. ALTILIA turns Big Data into Smart Data and enables businesses to

More information

Helping Customers Move Workloads into the Cloud. A Guide for Providers of vcloud Powered Services

Helping Customers Move Workloads into the Cloud. A Guide for Providers of vcloud Powered Services Helping Customers Move Workloads into the Cloud A Guide for Providers of vcloud Powered Services Technical WHITE PAPER Table of Contents Introduction.... 3 About VMware vcloud Connector.... 3 Use Cases....

More information

Installation Guide. Research Computing Team V1.9 RESTRICTED

Installation Guide. Research Computing Team V1.9 RESTRICTED Installation Guide Research Computing Team V1.9 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

Website Marketing Audit. Example, inc. Website Marketing Audit. For. Example, INC. Provided by

Website Marketing Audit. Example, inc. Website Marketing Audit. For. Example, INC. Provided by Website Marketing Audit For Example, INC Provided by State of your Website Strengths We found the website to be easy to navigate and does not contain any broken links. The structure of the website is clean

More information

Office 365 SharePoint Online

Office 365 SharePoint Online Office 365 SharePoint Online May 8, 2012 Statera Consultants: Erin Giffin Thomas Baer Agenda Overview of SharePoint Online capabilities Demo User Experience Admin Experience Online vs. OnPrem Hybrid Scenario

More information

Uncovering Value in Healthcare Data with Cognitive Analytics. Christine Livingston, Perficient Ken Dugan, IBM

Uncovering Value in Healthcare Data with Cognitive Analytics. Christine Livingston, Perficient Ken Dugan, IBM Uncovering Value in Healthcare Data with Cognitive Analytics Christine Livingston, Perficient Ken Dugan, IBM Conflict of Interest Christine Livingston Ken Dugan Has no real or apparent conflicts of interest

More information

Augmented Search for Web Applications. New frontier in big log data analysis and application intelligence

Augmented Search for Web Applications. New frontier in big log data analysis and application intelligence Augmented Search for Web Applications New frontier in big log data analysis and application intelligence Business white paper May 2015 Web applications are the most common business applications today.

More information

AdRadionet to IBM Bluemix Connectivity Quickstart User Guide

AdRadionet to IBM Bluemix Connectivity Quickstart User Guide AdRadionet to IBM Bluemix Connectivity Quickstart User Guide Platform: EV-ADRN-WSN-1Z Evaluation Kit, AdRadionet-to-IBM-Bluemix-Connectivity January 20, 2015 Table of Contents Introduction... 3 Things

More information

IBM Cloud: Platform-as-a-Service

IBM Cloud: Platform-as-a-Service IBM Cloud: Platform-as-a-Service September 17 th, 2014 www.ibm.com/investor Forward Looking Statements and Non-GAAP Information Certain comments made in this presentation may be characterized as forward

More information

Recovering Business Rules from Legacy Source Code for System Modernization

Recovering Business Rules from Legacy Source Code for System Modernization Recovering Business Rules from Legacy Source Code for System Modernization Erik Putrycz, Ph.D. Anatol W. Kark Software Engineering Group National Research Council, Canada Introduction Legacy software 000009*

More information

Co-evolving document collections and knowledge structures. CoDAK. Dr. Evgeny Knutov! ! (MSc Seminar Nov. 11 2013)

Co-evolving document collections and knowledge structures. CoDAK. Dr. Evgeny Knutov! ! (MSc Seminar Nov. 11 2013) Co-evolving document collections and knowledge structures CoDAK Dr. Evgeny Knutov (MSc Seminar Nov. 11 2013) The CoDAK project CoDAK: Co-evolving Document Collections and Knowledge Structures AgentschapNL:

More information

Software that writes Software Stochastic, Evolutionary, MultiRun Strategy Auto-Generation. TRADING SYSTEM LAB Product Description Version 1.

Software that writes Software Stochastic, Evolutionary, MultiRun Strategy Auto-Generation. TRADING SYSTEM LAB Product Description Version 1. Software that writes Software Stochastic, Evolutionary, MultiRun Strategy Auto-Generation TRADING SYSTEM LAB Product Description Version 1.1 08/08/10 Trading System Lab (TSL) will automatically generate

More information

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code.

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code. Content Introduction... 2 Data Access Server Control Panel... 2 Running the Sample Client Applications... 4 Sample Applications Code... 7 Server Side Objects... 8 Sample Usage of Server Side Objects...

More information

Predictive Customer Intelligence

Predictive Customer Intelligence Sogeti 2015 Damiaan Zwietering zwietering@nl.ibm.com Predictive Customer Intelligence Customer expectations are driving companies towards being customer centric Find me Using visualization and analytics

More information

How to Easily Integrate BIRT Reports into your Web Application

How to Easily Integrate BIRT Reports into your Web Application How to Easily Integrate BIRT Reports into your Web Application Rima Kanguri & Krishna Venkatraman Actuate Corporation BIRT and us Who are we? Who are you? Who are we? Rima Kanguri Actuate Corporation Krishna

More information

Cisco Data Preparation

Cisco Data Preparation Data Sheet Cisco Data Preparation Unleash your business analysts to develop the insights that drive better business outcomes, sooner, from all your data. As self-service business intelligence (BI) and

More information

Semantic SharePoint. Technical Briefing. Helmut Nagy, Semantic Web Company Andreas Blumauer, Semantic Web Company

Semantic SharePoint. Technical Briefing. Helmut Nagy, Semantic Web Company Andreas Blumauer, Semantic Web Company Semantic SharePoint Technical Briefing Helmut Nagy, Semantic Web Company Andreas Blumauer, Semantic Web Company What is Semantic SP? a joint venture between iquest and Semantic Web Company, initiated in

More information

DBpedia German: Extensions and Applications

DBpedia German: Extensions and Applications DBpedia German: Extensions and Applications Alexandru-Aurelian Todor FU-Berlin, Innovationsforum Semantic Media Web, 7. Oktober 2014 Overview Why DBpedia? New Developments in DBpedia German Problems in

More information

Delivering Smart Answers!

Delivering Smart Answers! Companion for SharePoint Topic Analyst Companion for SharePoint All Your Information Enterprise-ready Enrich SharePoint, your central place for document and workflow management, not only with an improved

More information

Exam Name: IBM InfoSphere MDM Server v9.0

Exam Name: IBM InfoSphere MDM Server v9.0 Vendor: IBM Exam Code: 000-420 Exam Name: IBM InfoSphere MDM Server v9.0 Version: DEMO 1. As part of a maintenance team for an InfoSphere MDM Server implementation, you are investigating the "EndDate must

More information

Social Semantic Emotion Analysis for Innovative Multilingual Big Data Analytics Markets

Social Semantic Emotion Analysis for Innovative Multilingual Big Data Analytics Markets Social Semantic Emotion Analysis for Innovative Multilingual Big Data Analytics Markets D7.11 Detailed Training Activities Plan Project ref. no H2020 141111 Project acronym Start date of project (dur.)

More information

Parsons The New School for Design Communication Design. Interaction: Core Lab PUCD 2126 A / CRN: 6125 Fall 2015

Parsons The New School for Design Communication Design. Interaction: Core Lab PUCD 2126 A / CRN: 6125 Fall 2015 Parsons The New School for Design Communication Design Interaction: Core Lab PUCD 2126 A / CRN: 6125 Fall 2015 Fridays, 3:50 6:30pm 63 Fifth Avenue, Room 204 Brendan Griffiths griffitb@newschool.edu Class

More information

Introduction of thesis topics

Introduction of thesis topics Introduction of thesis topics ICT thesis contest 2015 June 5, 2015 Tallinn, Mektory conference hall Maidu Harjak IBM Eesti 1 Global University Programs IBM Academic Initiative Resources for faculty, teachers,

More information

Manjula Ambur NASA Langley Research Center April 2014

Manjula Ambur NASA Langley Research Center April 2014 Manjula Ambur NASA Langley Research Center April 2014 Outline What is Big Data Vision and Roadmap Key Capabilities Impetus for Watson Technologies Content Analytics Use Potential use cases What is Big

More information

The Internet of Things

The Internet of Things The Internet of Things The Power of Actionable Insight An introduction to the Internet of Things Chris Vetor Business Unit Executive, WW Programs cvetor@us.ibm.com More and more of the world s activity

More information

Getting Started with IBM Bluemix: Web Application Hosting Scenario on Java Liberty IBM Redbooks Solution Guide

Getting Started with IBM Bluemix: Web Application Hosting Scenario on Java Liberty IBM Redbooks Solution Guide Getting Started with IBM Bluemix: Web Application Hosting Scenario on Java Liberty IBM Redbooks Solution Guide Based on the open source Cloud Foundry technology, IBM Bluemix is an open-standard, cloud-based

More information

SAP Lumira Cloud: True Self-Service BI Without The Server

SAP Lumira Cloud: True Self-Service BI Without The Server September 9 11, 2013 Anaheim, California SAP Lumira Cloud: True Self-Service BI Without The Server Ashish Morzaria, SAP Christina Obry, SAP Learning Points How to enable self-service BI using Lumira on

More information

Leveraging Business to Consumer Learning for Marketing, Training, and Support of Customers

Leveraging Business to Consumer Learning for Marketing, Training, and Support of Customers Leveraging Business to Consumer Learning for Marketing, Training, and Support of Customers Developed by rapidld Steve Owens Vice President, Consulting Fall, 2013 2013 Rapid Learning Deployment, LLC B2C

More information

Technology overview for the HPE Living Progress Challenge

Technology overview for the HPE Living Progress Challenge Technology overview for the HPE Living Progress Challenge Sean Hughes Senior Manager, Developer Relations December 15, 2015 Developers and the Living progress challenge Turning ideas into apps through

More information

IBM Information Server

IBM Information Server IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01 IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01

More information

D3.1: SYSTEM TEST SUITE

D3.1: SYSTEM TEST SUITE D3.1: SYSTEM TEST SUITE Leroy Finn, David Lewis, Kevin Koidl Distribution: Public Report Federated Active Linguistic data CuratiON (FALCON) FP7- ICT- 2013- SME- DCA Project no: 610879 1 Document Information

More information

Reflection Report International Semester

Reflection Report International Semester Reflection Report International Semester Studying abroad at KTH Royal Institute of Technology Stockholm 18-01-2011 Chapter 1: Personal Information Name and surname: Arts, Rick G. B. E-mail address: Department:

More information

Transforming Analytics for Cognitive Business

Transforming Analytics for Cognitive Business Transforming Analytics for Cognitive Business Alistair Rennie General Manager Solutions, IBM Analytics @alistair_rennie IBM Chief Data Officer Strategy Summit Data fuels innovative offerings 28% of car

More information

Digital Asset Management in Museums

Digital Asset Management in Museums Digital Asset Management in Museums Workflows and Integration Chris Hoffman (chris.hoffman@berkeley.edu) Research IT, UC Berkeley Introductions Definitions o o Outline How they digital asset management

More information

Structured Content: the Key to Agile. Web Experience Management. Introduction

Structured Content: the Key to Agile. Web Experience Management. Introduction Structured Content: the Key to Agile CONTENTS Introduction....................... 1 Structured Content Defined...2 Structured Content is Intelligent...2 Structured Content and Customer Experience...3 Structured

More information

Eight Essential Elements for Effective Threat Intelligence Management May 2015

Eight Essential Elements for Effective Threat Intelligence Management May 2015 INTRODUCTION The most disruptive change to the IT security industry was ignited February 18, 2013 when a breach response company published the first research that pinned responsibility for Advanced Persistent

More information

XpoLog Competitive Comparison Sheet

XpoLog Competitive Comparison Sheet XpoLog Competitive Comparison Sheet New frontier in big log data analysis and application intelligence Technical white paper May 2015 XpoLog, a data analysis and management platform for applications' IT

More information

LDIF - Linked Data Integration Framework

LDIF - Linked Data Integration Framework LDIF - Linked Data Integration Framework Andreas Schultz 1, Andrea Matteini 2, Robert Isele 1, Christian Bizer 1, and Christian Becker 2 1. Web-based Systems Group, Freie Universität Berlin, Germany a.schultz@fu-berlin.de,

More information

itunes 1.6 Cognitive - The Building Blocks for Smarter Apps

itunes 1.6 Cognitive - The Building Blocks for Smarter Apps ITM 1.6 Cognitive APIs - The Building Blocks for Smarter Apps Andy Boyd Senior Product Manager IBM Watson Developer Cloud 1 Data Center World Certified Vendor Neutral Each presenter is required to certify

More information

IBM WebSphere Adapter for Email 7.0.0.0. Quick Start Tutorials

IBM WebSphere Adapter for Email 7.0.0.0. Quick Start Tutorials IBM WebSphere Adapter for Email 7.0.0.0 Quick Start Tutorials Note: Before using this information and the product it supports, read the information in "Notices" on page 182. This edition applies to version

More information

Business Process Management IBM Business Process Manager V7.5

Business Process Management IBM Business Process Manager V7.5 Business Process Management IBM Business Process Manager V7.5 Federated task management for BPEL processes and human tasks This presentation introduces the federated task management feature for BPEL processes

More information

Augmented Search for Software Testing

Augmented Search for Software Testing Augmented Search for Software Testing For Testers, Developers, and QA Managers New frontier in big log data analysis and application intelligence Business white paper May 2015 During software testing cycles,

More information

Collaborative Open Market to Place Objects at your Service

Collaborative Open Market to Place Objects at your Service Collaborative Open Market to Place Objects at your Service D8.2.3.2 Training actions report Project Acronym Project Title COMPOSE Project Number 317862 Work Package WP8 Dissemination, Training, and Stakeholders

More information

CS 40 Computing for the Web

CS 40 Computing for the Web CS 40 Computing for the Web Art Lee January 20, 2015 Announcements Course web on Sakai Homework assignments submit them on Sakai Email me the survey: See the Announcements page on the course web for instructions

More information

Past, present, and future Analytics at Loyalty NZ. V. Morder SUNZ 2014

Past, present, and future Analytics at Loyalty NZ. V. Morder SUNZ 2014 Past, present, and future Analytics at Loyalty NZ V. Morder SUNZ 2014 Contents Visions The undisputed customer loyalty experts To create, maintain and motivate loyal customers for our Participants Win

More information

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 5. Microsoft Azure Fundamentals M-10979 Length: 2 days Price: $ 1,295.

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 5. Microsoft Azure Fundamentals M-10979 Length: 2 days Price: $ 1,295. Course Page - Page 1 of 5 Microsoft Azure Fundamentals M-10979 Length: 2 days Price: $ 1,295.00 Course Description Get hands-on instruction and practice implementing Microsoft Azure in this two day Microsoft

More information

Next-Generation Mobile App Design and the Rise of Contextual Apps

Next-Generation Mobile App Design and the Rise of Contextual Apps Next-Generation Mobile App Design and the Rise of Contextual Apps Dustin Amrhein damrhei@us.ibm.com @damrhein IBM MobileFirst, North America GameCo wants to tap into the digital economy GameCo wants to

More information

Monitoring HP OO 10. Overview. Available Tools. HP OO Community Guides

Monitoring HP OO 10. Overview. Available Tools. HP OO Community Guides HP OO Community Guides Monitoring HP OO 10 This document describes the specifications of components we want to monitor, and the means to monitor them, in order to achieve effective monitoring of HP Operations

More information

Client Overview. Engagement Situation. Key Requirements

Client Overview. Engagement Situation. Key Requirements Client Overview Our client is one of the leading providers of business intelligence systems for customers especially in BFSI space that needs intensive data analysis of huge amounts of data for their decision

More information

The Prolog Interface to the Unstructured Information Management Architecture

The Prolog Interface to the Unstructured Information Management Architecture The Prolog Interface to the Unstructured Information Management Architecture Paul Fodor 1, Adam Lally 2, David Ferrucci 2 1 Stony Brook University, Stony Brook, NY 11794, USA, pfodor@cs.sunysb.edu 2 IBM

More information

Students who successfully complete the Health Science Informatics major will be able to:

Students who successfully complete the Health Science Informatics major will be able to: Health Science Informatics Program Requirements Hours: 72 hours Informatics Core Requirements - 31 hours INF 101 Seminar Introductory Informatics (1) INF 110 Foundations in Technology (3) INF 120 Principles

More information

Raul F. Chong Senior program manager Big data, DB2, and Cloud IM Cloud Computing Center of Competence - IBM Toronto Lab, Canada

Raul F. Chong Senior program manager Big data, DB2, and Cloud IM Cloud Computing Center of Competence - IBM Toronto Lab, Canada What is big data? Raul F. Chong Senior program manager Big data, DB2, and Cloud IM Cloud Computing Center of Competence - IBM Toronto Lab, Canada 1 2011 IBM Corporation Agenda The world is changing What

More information

Webinar. Feb 23 2012

Webinar. Feb 23 2012 An Feb 23 2012 Webinar David White Senior Product Manager David.white@assure.net Tel: +972-54-6750323 Shir Goldberg Co-Founder & VP Biz Dev shir.goldberg@assure.net Tel: +1 919 827 1194 This presentation

More information

The power of IBM SPSS Statistics and R together

The power of IBM SPSS Statistics and R together IBM Software Business Analytics SPSS Statistics The power of IBM SPSS Statistics and R together 2 Business Analytics Contents 2 Executive summary 2 Why integrate SPSS Statistics and R? 4 Integrating R

More information

Challenges and Lessons from NIST Data Science Pre-pilot Evaluation in Introduction to Data Science Course Fall 2015

Challenges and Lessons from NIST Data Science Pre-pilot Evaluation in Introduction to Data Science Course Fall 2015 Challenges and Lessons from NIST Data Science Pre-pilot Evaluation in Introduction to Data Science Course Fall 2015 Dr. Daisy Zhe Wang Director of Data Science Research Lab University of Florida, CISE

More information

City Data Pipeline. A System for Making Open Data Useful for Cities. stefan.bischof@tuwien.ac.at

City Data Pipeline. A System for Making Open Data Useful for Cities. stefan.bischof@tuwien.ac.at City Data Pipeline A System for Making Open Data Useful for Cities Stefan Bischof 1,2, Axel Polleres 1, and Simon Sperl 1 1 Siemens AG Österreich, Siemensstraße 90, 1211 Vienna, Austria {bischof.stefan,axel.polleres,simon.sperl}@siemens.com

More information

Tutorial Build a simple IBM Rational Publishing Engine (RPE) template for IBM Rational DOORS

Tutorial Build a simple IBM Rational Publishing Engine (RPE) template for IBM Rational DOORS Tutorial Build a simple IBM Rational Publishing Engine (RPE) template for IBM Rational DOORS Length: 1 hour Pre-requisites: Understand the terms document template and document specification, and what RPE

More information

Active Directory Sync (AD) How it Works in WhosOnLocation

Active Directory Sync (AD) How it Works in WhosOnLocation Active Directory Sync (AD) How it Works in WhosOnLocation 1 P a g e Contents Overview... 3 About AD in WhosOnLocation... 3 The Way It Works... 3 Requirements... 3 How to Setup Active Directory Sync...

More information

BIG DATA THE NEW OPPORTUNITY

BIG DATA THE NEW OPPORTUNITY Feature Biswajit Mohapatra is an IBM Certified Consultant and a global integrated delivery leader for IBM s AMS business application modernization (BAM) practice. He is IBM India s competency head for

More information

Building emerging technology skills using IBM s Platform as a Service

Building emerging technology skills using IBM s Platform as a Service Building emerging technology skills using IBM s Platform as a Service New era of education for the new era of learning The IBM Academic Initiative program is a no-charge global program that offers educators

More information

Introduction to XML Applications

Introduction to XML Applications EMC White Paper Introduction to XML Applications Umair Nauman Abstract: This document provides an overview of XML Applications. This is not a comprehensive guide to XML Applications and is intended for

More information

Semantic Content Management with Apache Stanbol

Semantic Content Management with Apache Stanbol Semantic Content Management with Apache Stanbol Ali Anil SINACI and Suat GONUL SRDC Software Research & Development and Consultancy Ltd., ODTU Teknokent Silikon Blok No:14, 06800 Ankara, Turkey {anil,suat}@srdc.com.tr

More information

Big Data for Government Symposium http://www.ttcus.com

Big Data for Government Symposium http://www.ttcus.com Big Data for Government Symposium http://www.ttcus.com @TECHTrain Linkedin/Groups: Technology Training Big Data and Smart Cities i Dr. Jane L. Snowdon Chief Innovation Officer, IBM Federal IBM Research:

More information

WEB DEVELOPMENT IA & IB (893 & 894)

WEB DEVELOPMENT IA & IB (893 & 894) DESCRIPTION Web Development is a course designed to guide students in a project-based environment in the development of up-to-date concepts and skills that are used in the development of today s websites.

More information

The Role of Reactive Typography in the Design of Flexible Hypertext Documents

The Role of Reactive Typography in the Design of Flexible Hypertext Documents The Role of Reactive Typography in the Design of Flexible Hypertext Documents Rameshsharma Ramloll Collaborative Systems Engineering Group Computing Department Lancaster University Email: ramloll@comp.lancs.ac.uk

More information

Course Outline. Microsoft Azure Fundamentals Course 10979A: 2 days Instructor Led. About this Course. Audience Profile. At Course Completion

Course Outline. Microsoft Azure Fundamentals Course 10979A: 2 days Instructor Led. About this Course. Audience Profile. At Course Completion Microsoft Azure Fundamentals Course 10979A: 2 days Instructor Led About this Course Get hands-on instruction and practice implementing Microsoft Azure in this two day Microsoft Official Course. You will

More information

Research and Practice

Research and Practice Research and Practice Associate Editor s Column Dave L. Edyburn, University of Wisconsin Milwaukee Word Clouds: Valuable Tools When You Can t See the Ideas Through the Words Columnist: Dave L. Edyburn

More information

VIVO Dashboard A Drupal-based tool for harvesting and executing sophisticated queries against data from a VIVO instance

VIVO Dashboard A Drupal-based tool for harvesting and executing sophisticated queries against data from a VIVO instance VIVO Dashboard A Drupal-based tool for harvesting and executing sophisticated queries against data from a VIVO instance! Paul Albert, Miles Worthington and Don Carpenter Chapter I: The Problem Administrators

More information

An Ontology Based Text Analytics on Social Media

An Ontology Based Text Analytics on Social Media , pp.233-240 http://dx.doi.org/10.14257/ijdta.2015.8.5.20 An Ontology Based Text Analytics on Social Media Pankajdeep Kaur, Pallavi Sharma and Nikhil Vohra GNDU, Regional Campus, GNDU, Regional Campus,

More information

Get started with cloud hybrid search for SharePoint

Get started with cloud hybrid search for SharePoint Get started with cloud hybrid search for SharePoint This document supports a preliminary release of the cloud hybrid search feature for SharePoint 2013 with August 2015 PU and for SharePoint 2016 Preview,

More information

Exploration and Visualization of Post-Market Data

Exploration and Visualization of Post-Market Data Exploration and Visualization of Post-Market Data Jianying Hu, PhD Joint work with David Gotz, Shahram Ebadollahi, Jimeng Sun, Fei Wang, Marianthi Markatou Healthcare Analytics Research IBM T.J. Watson

More information

MySQL and Virtualization Guide

MySQL and Virtualization Guide MySQL and Virtualization Guide Abstract This is the MySQL and Virtualization extract from the MySQL Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit

More information

SAP Digital CRM. Getting Started Guide. All-in-one customer engagement built for teams. Run Simple

SAP Digital CRM. Getting Started Guide. All-in-one customer engagement built for teams. Run Simple SAP Digital CRM Getting Started Guide All-in-one customer engagement built for teams Run Simple 3 Powerful Tools at Your Fingertips 4 Get Started Now Log on Choose your features Explore your home page

More information

Research IT Plan. UCD IT Services. Seirbhísí TF UCD

Research IT Plan. UCD IT Services. Seirbhísí TF UCD Research IT Plan UCD IT Services Research IT Plan The main goal of this plan is to provide a sustainable and evolving campus Cyberinfrastructure for the UCD research community. We will continue the development

More information

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide IBM Unica emessage Version 8 Release 6 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 403. This edition applies to

More information

OpenIMS 4.2. Document Management Server. User manual

OpenIMS 4.2. Document Management Server. User manual OpenIMS 4.2 Document Management Server User manual OpenSesame ICT BV Index 1 INTRODUCTION...4 1.1 Client specifications...4 2 INTRODUCTION OPENIMS DMS...5 2.1 Login...5 2.2 Language choice...5 3 OPENIMS

More information

Lieberman Software Corporation Enterprise Random Password Manager

Lieberman Software Corporation Enterprise Random Password Manager Lieberman Software Corporation Enterprise Random Password Manager RSA envision Ready Implementation Guide Last Modified: January 27, 2011 Partner Information Product Information Partner Name Web Site Product

More information

INF5750/9750 Introduction INF5750/9750 - Lecture 1 (Part I)

INF5750/9750 Introduction INF5750/9750 - Lecture 1 (Part I) INF5750/9750 Introduction INF5750/9750 - Lecture 1 (Part I) Lecturers: Magnus Korvald: korvald@ifi.uio.no Lecture 1 - overview Course content Assignments and group work Prerequisites Thorough general programming

More information

Web Development with Grails

Web Development with Grails Agile Web Development with Grails spkr.name = 'Venkat Subramaniam' spkr.company = 'Agile Developer, Inc.' spkr.credentials = %w{programmer Trainer Author} spkr.blog = 'agiledeveloper.com/blog' spkr.email

More information