Beyond Continuous Testing with Artificial Intelligence. By Wolfgang Platz, Founder and CPO. tricentis.com

Size: px
Start display at page:

Download "Beyond Continuous Testing with Artificial Intelligence. By Wolfgang Platz, Founder and CPO. tricentis.com"

Transcription

1 Beyond Continuous Testing with Artificial Intelligence By Wolfgang Platz, Founder and CPO tricentis.com

2 From the golden robots of Hephaestus, to Dr. Frankenstein s monster, to Hal 9000, we ve been fascinated by the idea of artificial intelligence (AI) for centuries. Creating artificial selfdirecting intelligence is the #2 dream of mankind second only to being able to fly like a bird. However, while the Wright brothers were off the ground in 1903, AI hasn t been ready to take off until very recently. AI requires data + computing power + algorithms. We ve had the algorithms for a long time; now, big data and colossal computing power have brought us past the tipping point. The feasibility of AI couldn t come at a better time. Today, Digital Disruption is forcing enterprises to innovate at lightning speed. We need to dedicate resources to creating new sources of customer value while continuously increasing operational agility. Otherwise, we risk waking up one day to find out like Nokia that even though we did nothing wrong, we somehow lost. The speed of digital disruption is already staggering, and it s only going to increase. To put this into some very concrete terms, consider that: There are 7.4 billion people in the world 4.5 billion have regular access to a toilet 5.5 billion own a mobile phone All of a sudden, a huge number of people jumped from a very provincial lifestyle straight into digital times creating a tremendous demand for more, and more innovative, software. Anyone responsible for producing software knows that the traditional ways of developing and delivering software aren t adequate for meeting this new demand. Not long ago, most companies were releasing software annually, bi-annually, or quarterly. Now, iterations commonly last 2 weeks or less. While delivery cycle time is decreasing, the technical complexity required to deliver a positive user experience and maintain a competitive edge is increasing as is the rate at which we need to introduce compelling innovations. 2

3 In terms of software testing, these competing forces create a gap. We ve turned to Continuous Testing to bridge the gap that we re facing today. But how do we test when, over time, these trends continue and the gap widens? We will inevitably need to go beyond Continuous Testing. We will need additional assistance to be able to deliver a positive user experience given such high delivery speeds and technical complexity. We ve already undergone quite a journey to arrive at Continuous Testing. Classical testing was designed for software delivery cycles that span months (or sometimes even a year). Agile has made 2-week development iterations the norm but now even more is needed to meet today s voracious demand for software. Attempts to further accelerate the process exposed a chasm between Development, Test, and Operations. That chasm needed to be bridged with DevOps and Continuous Testing in order to move beyond that acceleration plateau. Today, the vast majority of organizations are talking about Continuous Testing and trying to implement it. Nevertheless, when we look into the future, it s clear that even Continuous Testing will not be sufficient. We need help. We need Digital Testing to achieve further acceleration and meet the quality needs of a future driven by IoT, robotics, and quantum computing. AI, imitating intelligent human behavior for machine learning and predictive analytics, can help us get there. What is AI? Before we look more closely at how AI can take software testing to the next level, let s take a step back and review what AI really means. Forrester defines AI as 3

4 A system, built through coding, business rules, and increasingly self-learning capabilities, that is able to supplement human cognition and activities and interacts with humans natural, but also understands the environment, solves human problems, and performs human tasks. I think the key points in that definition are self-learning (it needs to have learning capabilities) and human cognition (which is achieved by understanding the environment and context). Another interesting definition is that AI is A field of study that gives computers the ability to learn without being explicitly programmed. One of the key points of AI is that you do not need to explicitly program algorithms. Algorithms are certainly used, but they re not designed for an explicit solution of a distinct problem. The machines can learn, and they use data to do so. Any discussion of deep machine learning must involve the term neural networks. The idea is that you have a large set of input data, and this input data leads to a narrower set of outputs. To process that data, you use neurons, which are in between the input and the output. These neurons are assessment points; parameters that help classifiy the input. In a neural network, you don t have just one layer; you have multiple ones. They need to parameterize themselves, which means they learn in order to provide the right output results from the inputs. To make this concept more tangible, let s consider the example of optical facial recognition. The input layer photos are sent to a machine, assesses these different pixel areas in the photo to determine if it s a face: 4

5 All the layers in the neural networks are parameterizing themselves learning how to make the correct assessment. In summary, let s conclude that: 1. If it isn t learning, it s not AI 2. If you need to explicitly program the transition from input to output, it s not learning and therefore not AI How Can AI be Applied? As a rule of thumb, any complex task that a human can solve without consciously making a decision is a candidate for AI. The most prominent example of AI is image recognition capabilities. If you look out the window, you instantly recognize what s there without having to think about every little detail and consciously analyzing all the patterns. It s really an incredibly complex task, but you can do it instantly. It s a huge challenge for a machine, but it is feasible with AI. The results of what AI can deliver in this respect are already astonishing. Since the machine is applying intelligence to a very specific problem, this application falls under the category of narrow AI. Voice recognition is another example of this. You hear what people say and you immediately understand what they re talking about. You don t need to decompose the pattern of speech; you just know it. This is another area where AI is already achieving amazing results. Siri, Alexa, Google, and other voice recognition capabilities are fantastic. The advancements over the past couple years are breathtaking. More sophisticated (general) applications of AI build on these elementary capabilities. For example, autonomous driving builds on AI-based visual recognition. 5

6 Here s a more expansive look at the various areas where AI is being used and advanced: Human emotions: Analyzing facial features, reacting to human emotions, identifying criminals Natural language processing: Contextual understanding, generation, translation, transcription Visual and image processing: Visual emotions, activity recognitions, object recognition Audio: Voice recognition, sound recognition, intonation Negotiation: Negotiate and understand negotiation processes, consider cultural factors Robotics: Robot learning, multi-robot systems, multi-legged walking, embodied cognition Probabilistic reasoning: Common sense knowledge, reasoning about actions, nonmonotonic reasoning Applying AI to Software Testing To meet the challenges presented by accelerating delivery speed with increasing technical complexity, we need to follow a very simple imperative: Test smarter, not harder As I mentioned earlier, we re fast approaching a time when Continuous Testing will be unable to keep pace with shrinking delivery cycles times, increasing technical complexity, and accelerating rates of change. We re already starting to use basic forms of AI, but we need to continue the testing evolution in order to achieve the efficiency needed for Digital Testing of robotics, IoT, and so forth. For example, consider how image recognition can be used to bring UI testing to the next level so that dynamic UI controls (e.g., for responsive sites) can be automatically recognized in all their various shapes and forms. We can already recognize UI controls from the human perspective, beyond plain template matching. The UI s pixel structures can be interpreted with the goal of recognizing image patterns and identification information such as text. For example, edge detection can be used to identify the following control as a button and OCR/ GDI layers can be used to identify its text. 6

7 Using AI, the software testing tool can learn to identify controls during the scanning and test execution process independent of the control size, color, text alignment, etc.. A learning approach is applied:, images are generalized by adding new image patterns and adapting existing image patterns during the scan and test execution process. Each control knows its context on the graphical interface via anchor identification. Control properties are extracted from the image pattern, and can in turn be used to constrain automation of certain controls (for example, a scrollbar) during test execution. This eliminates the need to recognize them from their technical implementation (ID, etc.). The end result of this learning? It enables repeatable and stable test execution, even on responsive UIs. This will be the next chapter of UI test automation. Not AI But Does That Matter? Given AI s buzzword status, it s all-too-commonly applied to innovations that are incredibly exciting and valuable but are not AI because they don t involve self-learning. 7

8 One of the most prominent examples of this is when IBM Deep Blue beat Gary Kasparov in It passes the Turing test 1, but it s not AI. Why? Because it s explicit programming without learning. The next logical move is determined by algorithms, but it s not a selflearning system. Another achievement commonly mislabeled as AI is General Electric s project where jet engine logs are sent to a data hub every second and continuously analyzed to determine whether the engines need a sanity check. This innovation has been able to reduce the need for engine checks by over 60%. Since engine checks are incredibly costly, this will have a significant impact on the bottom line. Again, this is an incredibly innovative and valuable computing feat, but it s not AI. The trend of labelling any breakthrough algorithmic innovation AI applies to the software testing industry as well. Self-healing technologies fall into this category. One of the most interesting self-healing technologies in software testing is technology that updates broken (out-of-sync) test cases at runtime. There are typically multiple ways to identify a control (such as a button) that you re trying to automate. Each control is usually identified by a technical property, such as an ID, a name, etc.). In many cases, multiple sets of properties are redundantly unique to a control. For example, assume 2 of the 3 identifiers being used to identify a particular control can no longer locate it. If just 1 of the 3 identifiers is still current, self-healing technology can be used to identify the control, as well as update the other 2 identifiers. I don t dispute the value of this technology at all. In fact, it s something we ve developed at Tricentis, and we have seen first-hand how it can save testers from having to constantly update test cases as applications evolve. Yet, despite the self in its title, self-healing technology is driven by advanced algorithms, not self-learning. It s not AI. It s what I call cognitive testing. Nevertheless, it is a prime example of the type of innovation we need to satisfy the demands of digital testing beyond Continuous Testing. 1 The Turing Test was designed to be a rudimentary way of determining whether or not a computer counts as "intelligent." The test is carried out as a sort of imitation game. On one side of a computer screen sits a human judge, whose job is to chat to some mysterious conversation partners on the other side. Most of those conversation partners will be humans; one will be a chatbot, created for the sole purpose of tricking the judge into thinking that it is the real human. 8

9 Wrap-Up Unquestionably, we need to learn how to work smarter, not harder. To ensure quality in an era where software will be processing an unimaginable number of data points in real time for example, both figuratively driving the internet of things and literally driving self-driving cars we need all the help we can get! Innovations labelled AI might get all the attention, but we ll need to extend beyond AI in order to excel. In terms of software testing, some of the non-ai / cognitive testing inventions that I expect to be critical include automated test portfolio optimization, self-adjusting risk assessment, automated defect diagnosis, and smart environment provisioning. The bottom line: AI is perfectly poised to advance software testing by automating tasks that involve self-learning and traditionally required human cognition. We can and must continue to dream about AI and make it a reality but we can t afford to dismiss the role of smart testing technologies that lack the trendy AI label. Learn more about AI and the future of testing Watch "The Future of Testing" on-demand. About Tricentis Tricentis, the Continuous Testing Company, specializes in market leading agile software testing tools for enterprises. We help Global 2000 companies adopt DevOps and gain success by achieving automation rates of over 90%. Top analysts recognize Tricentis as a leader in Software Test Automation, with Model-based Test Automation and Test Case Design as standout features. Our 400+ customers include global names from the Top 500 brands such as A&E, Allianz, Deutsche Bank, HBO, JetBlue, Orange, Swiss Re, Telstra, Toyota, UBS, Vantiv, Virgin Airlines, and Zurich Insurance. Tricentis has offices in Austria, United States, Germany, Switzerland, UK, Netherlands, Poland, and Australia. 9

The five senses of Artificial Intelligence

The five senses of Artificial Intelligence The five senses of Artificial Intelligence Why humanizing automation is crucial to the transformation of your business AUTOMATION DRIVE The five senses of Artificial Intelligence: A deep source of untapped

More information

The five senses of Artificial Intelligence. Why humanizing automation is crucial to the transformation of your business

The five senses of Artificial Intelligence. Why humanizing automation is crucial to the transformation of your business The five senses of Artificial Intelligence Why humanizing automation is crucial to the transformation of your business AUTOMATION DRIVE Machine Powered, Business Reimagined Corporate adoption of cognitive

More information

The Five Senses of Intelligent Automation

The Five Senses of Intelligent Automation The Five Senses of Intelligent Automation Why humanizing automation is crucial to the transformation of your business AUTOMATION DRIVE Machine Powered, Business Reimagined Corporate adoption of cognitive

More information

Artificial intelligence, made simple. Written by: Dale Benton Produced by: Danielle Harris

Artificial intelligence, made simple. Written by: Dale Benton Produced by: Danielle Harris Artificial intelligence, made simple Written by: Dale Benton Produced by: Danielle Harris THE ARTIFICIAL INTELLIGENCE MARKET IS SET TO EXPLODE AND NVIDIA, ALONG WITH THE TECHNOLOGY ECOSYSTEM INCLUDING

More information

Application of AI Technology to Industrial Revolution

Application of AI Technology to Industrial Revolution Application of AI Technology to Industrial Revolution By Dr. Suchai Thanawastien 1. What is AI? Artificial Intelligence or AI is a branch of computer science that tries to emulate the capabilities of learning,

More information

Beyond Buzzwords: Emerging Technologies That Matter

Beyond Buzzwords: Emerging Technologies That Matter Norm Rose President Beyond Buzzwords: Emerging Technologies That Matter Demystifying Emerging Technologies for the Global Travel Industry April 26, 2018 Overview otechnology Evolution and Hype oemerging

More information

What We Talk About When We Talk About AI

What We Talk About When We Talk About AI MAGAZINE What We Talk About When We Talk About AI ARTIFICIAL INTELLIGENCE TECHNOLOGY 30 OCT 2015 W e have all seen the films, read the comics or been awed by the prophetic books, and from them we think

More information

Navigating The Fourth Industrial Revolution: Is All Change Good?

Navigating The Fourth Industrial Revolution: Is All Change Good? Navigating The Fourth Industrial Revolution: Is All Change Good? A REPORT BY THE ECONOMIST INTELLIGENCE UNIT, SPONSORED BY SALESFORCE Written by Forward In almost every aspect of society, the Fourth Industrial

More information

By Mark Hindsbo Vice President and General Manager, ANSYS

By Mark Hindsbo Vice President and General Manager, ANSYS By Mark Hindsbo Vice President and General Manager, ANSYS For the products of tomorrow to become a reality, engineering simulation must change. It will evolve to be the tool for every engineer, for every

More information

Rise of the Machines. How AI is Transforming IT and the Self-Service Experience. Ian Aitchison Snr Director, ITSM, Ivanti

Rise of the Machines. How AI is Transforming IT and the Self-Service Experience. Ian Aitchison Snr Director, ITSM, Ivanti Rise of the Machines How AI is Transforming IT and the Self-Service Experience Ian Aitchison Snr Director, ITSM, Ivanti About Me About You Wouldn t it be good if things were easier If Self Service was:-

More information

How Explainability is Driving the Future of Artificial Intelligence. A Kyndi White Paper

How Explainability is Driving the Future of Artificial Intelligence. A Kyndi White Paper How Explainability is Driving the Future of Artificial Intelligence A Kyndi White Paper 2 The term black box has long been used in science and engineering to denote technology systems and devices that

More information

Master in Computer Science & Business Technology Your gateway to build the tech of the future

Master in Computer Science & Business Technology Your gateway to build the tech of the future Master in Computer Science & Business Technology Your gateway to build the tech of the future Master in Computer Science & Business Technology format start date language duration Full-Time September English

More information

Will robots really steal our jobs?

Will robots really steal our jobs? Will robots really steal our jobs? roke.co.uk Will robots really steal our jobs? Media hype can make the future of automation seem like an imminent threat, but our expert in unmanned systems, Dean Thomas,

More information

The Three Laws of Artificial Intelligence

The Three Laws of Artificial Intelligence The Three Laws of Artificial Intelligence Dispelling Common Myths of AI We ve all heard about it and watched the scary movies. An artificial intelligence somehow develops spontaneously and ferociously

More information

Open Source Voices Interview Series Podcast, Episode 03: How Is Open Source Important to the Future of Robotics? English Transcript

Open Source Voices Interview Series Podcast, Episode 03: How Is Open Source Important to the Future of Robotics? English Transcript [Black text: Host, Nicole Huesman] Welcome to Open Source Voices. My name is Nicole Huesman. The robotics industry is predicted to drive incredible growth due, in part, to open source development and the

More information

Artificial Intelligence in the Credit Department. Bob Karau CICP Manager of Client Financial Services Robins Kaplan LLP

Artificial Intelligence in the Credit Department. Bob Karau CICP Manager of Client Financial Services Robins Kaplan LLP Artificial Intelligence in the Credit Department Bob Karau CICP Manager of Client Financial Services Robins Kaplan LLP First things first The Topic Reimagine Series IBM Watson Artificial Intelligence The

More information

Overview: Emerging Technologies and Issues

Overview: Emerging Technologies and Issues Overview: Emerging Technologies and Issues Marie Sicat Introduction to the Course on Digital Commerce and Emerging Technologies DiploFoundation, UNCTAD, CUTS, ITC, GIP UNCTAD E-commerce Week (18 April

More information

AI 101: An Opinionated Computer Scientist s View. Ed Felten

AI 101: An Opinionated Computer Scientist s View. Ed Felten AI 101: An Opinionated Computer Scientist s View Ed Felten Robert E. Kahn Professor of Computer Science and Public Affairs Director, Center for Information Technology Policy Princeton University A Brief

More information

THE AI REVOLUTION. How Artificial Intelligence is Redefining Marketing Automation

THE AI REVOLUTION. How Artificial Intelligence is Redefining Marketing Automation THE AI REVOLUTION How Artificial Intelligence is Redefining Marketing Automation The implications of Artificial Intelligence for modern day marketers The shift from Marketing Automation to Intelligent

More information

THE DEEP WATERS OF DEEP LEARNING

THE DEEP WATERS OF DEEP LEARNING THE DEEP WATERS OF DEEP LEARNING THE CURRENT AND FUTURE IMPACT OF ARTIFICIAL INTELLIGENCE ON THE PUBLISHING INDUSTRY. BY AND FRANKFURTER BUCHMESSE 2/6 Given the ever increasing number of publishers exploring

More information

Executive Summary FUTURE SYSTEMS. Thriving in a world of constant change

Executive Summary FUTURE SYSTEMS. Thriving in a world of constant change Executive Summary FUTURE SYSTEMS Thriving in a world of constant change WELCOME We invite you to explore Future Systems our view of how enterprise technology will evolve over the next three years and the

More information

ES 492: SCIENCE IN THE MOVIES

ES 492: SCIENCE IN THE MOVIES UNIVERSITY OF SOUTH ALABAMA ES 492: SCIENCE IN THE MOVIES LECTURE 5: ROBOTICS AND AI PRESENTER: HANNAH BECTON TODAY'S AGENDA 1. Robotics and Real-Time Systems 2. Reacting to the environment around them

More information

PURPOSE OF THIS EBOOK

PURPOSE OF THIS EBOOK A RT I F I C I A L I N T E L L I G E N C E A N D D O C U M E N T A U TO M AT I O N PURPOSE OF THIS EBOOK In recent times, attitudes towards AI systems have evolved from being associated with science fiction

More information

AI Frontiers. Dr. Dario Gil Vice President IBM Research

AI Frontiers. Dr. Dario Gil Vice President IBM Research AI Frontiers Dr. Dario Gil Vice President IBM Research 1 AI is the new IT MIT Intro to Machine Learning course: 2013 138 students 2016 302 students 2017 700 students 2 What is AI? Artificial Intelligence

More information

Artificial Intelligence and Robotics Getting More Human

Artificial Intelligence and Robotics Getting More Human Weekly Barometer 25 janvier 2012 Artificial Intelligence and Robotics Getting More Human July 2017 ATONRÂ PARTNERS SA 12, Rue Pierre Fatio 1204 GENEVA SWITZERLAND - Tel: + 41 22 310 15 01 http://www.atonra.ch

More information

Customer Service & Artificial Intelligence:

Customer Service & Artificial Intelligence: Guide Customer Service & Artificial Intelligence: A Roadmap of Value www.digitalgenius.com Artificial Intelligence In Human Communication In January 1984, Steve Jobs of Apple was presenting at a keynote

More information

Classroom Konnect. Artificial Intelligence and Machine Learning

Classroom Konnect. Artificial Intelligence and Machine Learning Artificial Intelligence and Machine Learning 1. What is Machine Learning (ML)? The general idea about Machine Learning (ML) can be traced back to 1959 with the approach proposed by Arthur Samuel, one of

More information

3 rd December AI at arago. The Impact of Intelligent Automation on the Blue Chip Economy

3 rd December AI at arago. The Impact of Intelligent Automation on the Blue Chip Economy Hans-Christian AI AT ARAGO Chris Boos @boosc 3 rd December 2015 AI at arago The Impact of Intelligent Automation on the Blue Chip Economy From Industry to Technology AI at arago AI AT ARAGO The Economic

More information

Looking ahead : Technology trends driving business innovation.

Looking ahead : Technology trends driving business innovation. NTT DATA Technology Foresight 2018 Looking ahead : Technology trends driving business innovation. Technology will drive the future of business. Digitization has placed society at the beginning of the next

More information

{ TECHNOLOGY CHANGES } EXECUTIVE FOCUS TRANSFORMATIVE TECHNOLOGIES. & THE ENGINEER Engineering and technology

{ TECHNOLOGY CHANGES } EXECUTIVE FOCUS TRANSFORMATIVE TECHNOLOGIES. & THE ENGINEER Engineering and technology { TECHNOLOGY CHANGES } EXECUTIVE FOCUS By Mark Strandquest TECHNOLOGIES & THE ENGINEER Engineering and technology are forever intertwined. By definition, engineering is the application of knowledge in

More information

Interview with Robbie Allen, CEO, Automated Insights. For podcast release Monday, July 28, 2014

Interview with Robbie Allen, CEO, Automated Insights. For podcast release Monday, July 28, 2014 Interview with Robbie Allen, CEO, Automated Insights For podcast release Monday, July 28, 2014 KENNEALLY: In science fiction, robots make lighting-fast calculations and have superhuman strength. From Forbidden

More information

Trends Impacting the Semiconductor Industry in the Next Three Years

Trends Impacting the Semiconductor Industry in the Next Three Years Produced by: Engineering 360 Media Solutions March 2019 Trends Impacting the Semiconductor Industry in the Next Three Years Sponsored by: Advanced Energy Big data, 5G, and artificial intelligence will

More information

Digital Disruption Thrive or Survive. Devendra Dhawale, August 10, 2018

Digital Disruption Thrive or Survive. Devendra Dhawale, August 10, 2018 Digital Disruption Thrive or Survive Devendra Dhawale, August 10, 2018 To disrupt is to exist 72% of CEOs say that rather than waiting to be disrupted by competitors, their organization is actively disrupting

More information

SEPTEMBER, 2018 PREDICTIVE MAINTENANCE SOLUTIONS

SEPTEMBER, 2018 PREDICTIVE MAINTENANCE SOLUTIONS SEPTEMBER, 2018 PES: Welcome back to PES Wind magazine. It s great to talk with you again. For the benefit of our new readerswould you like to begin by explaining a little about the background of SkySpecs

More information

VIEW POINT CHANGING THE BUSINESS LANDSCAPE WITH COGNITIVE SERVICES

VIEW POINT CHANGING THE BUSINESS LANDSCAPE WITH COGNITIVE SERVICES VIEW POINT CHANGING THE BUSINESS LANDSCAPE WITH COGNITIVE SERVICES Abstract We no longer live in a world where automation is rare and predictive technology is new. In today s digital world, customers and

More information

REINVENT YOUR PRODUCT

REINVENT YOUR PRODUCT INDUSTRY X.0: REINVENT YOUR PRODUCT REINVENT YOUR BUSINESS ACCENTURE@HANNOVER MESSE 2019 HANNOVER MESSE 2019 FACTS LEAD THEME: INTEGRATED INDUSTRY - INDUSTRIAL INTELLIGENCE KEY FACTS WHAT? FOCUS TOPICS

More information

Automated Test Summit 2005 Keynote

Automated Test Summit 2005 Keynote 1 Automated Test Summit 2005 Keynote Trends and Techniques Across the Development Cycle Welcome to the Automated Test Summit 2005. Thank you all for joining us. We have a very exciting day full of great

More information

Navigating the AI Adoption Minefield Pitfalls, best practices, and developing your own AI roadmap April 11

Navigating the AI Adoption Minefield Pitfalls, best practices, and developing your own AI roadmap April 11 Navigating the AI Adoption Minefield Pitfalls, best practices, and developing your own AI roadmap April 11 Presenter: Cosmin Laslau, Director of Research Products, Lux Research Agenda 1 2 3 Why you yes,

More information

Executive Summary Industry s Responsibility in Promoting Responsible Development and Use:

Executive Summary Industry s Responsibility in Promoting Responsible Development and Use: Executive Summary Artificial Intelligence (AI) is a suite of technologies capable of learning, reasoning, adapting, and performing tasks in ways inspired by the human mind. With access to data and the

More information

KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN?

KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN? KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN? Marc Stampfli https://www.linkedin.com/in/marcstampfli/ https://twitter.com/marc_stampfli E-Mail: mstampfli@nvidia.com INTELLIGENT ROBOTS AND SMART MACHINES

More information

ACCENTURE INNOVATION ARCHITECTURE USES AN INNOVATION-LED APPROACH TO HELP OUR CLIENTS DEVELOP AND DELIVER DISRUPTIVE INNOVATIONS, AND TO SCALE THEM

ACCENTURE INNOVATION ARCHITECTURE USES AN INNOVATION-LED APPROACH TO HELP OUR CLIENTS DEVELOP AND DELIVER DISRUPTIVE INNOVATIONS, AND TO SCALE THEM ACCENTURE INNOVATION ARCHITECTURE USES AN INNOVATION-LED APPROACH TO HELP OUR CLIENTS DEVELOP AND DELIVER DISRUPTIVE INNOVATIONS, AND TO SCALE THEM FASTER TODAY S AGENDA PROVIDES THE OPPPORTUNITY TO HAVE

More information

CSC384 Intro to Artificial Intelligence* *The following slides are based on Fahiem Bacchus course lecture notes.

CSC384 Intro to Artificial Intelligence* *The following slides are based on Fahiem Bacchus course lecture notes. CSC384 Intro to Artificial Intelligence* *The following slides are based on Fahiem Bacchus course lecture notes. Artificial Intelligence A branch of Computer Science. Examines how we can achieve intelligent

More information

Industry 4.0: the new challenge for the Italian textile machinery industry

Industry 4.0: the new challenge for the Italian textile machinery industry Industry 4.0: the new challenge for the Italian textile machinery industry Executive Summary June 2017 by Contacts: Economics & Press Office Ph: +39 02 4693611 email: economics-press@acimit.it ACIMIT has

More information

ACCELERATING TECHNOLOGY VISION FOR AEROSPACE AND DEFENSE 2017

ACCELERATING TECHNOLOGY VISION FOR AEROSPACE AND DEFENSE 2017 ACCELERATING TECHNOLOGY VISION FOR AEROSPACE AND DEFENSE 2017 TECHNOLOGY VISION FOR AEROSPACE AND DEFENSE 2017: THROUGH DIGITAL TURBULENCE A powerful combination of market trends, technology developments

More information

TECHNOLOGY VISION 2017 IN 60 SECONDS

TECHNOLOGY VISION 2017 IN 60 SECONDS TECHNOLOGY VISION 2017 IN 60 SECONDS GET THE ESSENTIALS THE BIG READ SHORT ON TIME? VIEW HIGHLIGHTS 5 MIN READ VIEW FULL REPORT 45 MIN READ VIEW SHORT REPORT 15 MIN READ OVERVIEW #TECHV1SION2017 2017 TREND

More information

Artificial Intelligence in Medicine. The Landscape. The Landscape

Artificial Intelligence in Medicine. The Landscape. The Landscape Artificial Intelligence in Medicine Leo Anthony Celi MD MS MPH MIT Institute for Medical Engineering and Science Beth Israel Deaconess Medical Center, Harvard Medical School For much, and perhaps most

More information

Master in Computer Science & Business Technology Your gateway to build the tech of the future

Master in Computer Science & Business Technology Your gateway to build the tech of the future Master in Computer Science & Business Technology Your gateway to build the tech of the future Master in Computer Science & Business Technology format intake language duration Full-Time October English

More information

The robots are coming, but the humans aren't leaving

The robots are coming, but the humans aren't leaving The robots are coming, but the humans aren't leaving Fernando Aguirre de Oliveira Júnior Partner Services, Outsourcing & Automation Advisory May, 2017 Call it what you want, digital labor is no longer

More information

Become digitally disruptive: The challenge to unlearn

Become digitally disruptive: The challenge to unlearn Become digitally disruptive: The challenge to unlearn : Battle for Brains A recent University of Oxford study 1 concluded that over the next 10 to 20 years almost 50% of jobs in the U.S. will be taken

More information

Executive summary. AI is the new electricity. I can hardly imagine an industry which is not going to be transformed by AI.

Executive summary. AI is the new electricity. I can hardly imagine an industry which is not going to be transformed by AI. Executive summary Artificial intelligence (AI) is increasingly driving important developments in technology and business, from autonomous vehicles to medical diagnosis to advanced manufacturing. As AI

More information

Inteligência Artificial. Arlindo Oliveira

Inteligência Artificial. Arlindo Oliveira Inteligência Artificial Arlindo Oliveira Modern Artificial Intelligence Artificial Intelligence Data Analysis Machine Learning Knowledge Representation Search and Optimization Sales and marketing Process

More information

Intro to AI. AI is a huge field. AI is a huge field 2/19/15. What is AI. One definition:

Intro to AI. AI is a huge field. AI is a huge field 2/19/15. What is AI. One definition: Intro to AI CS30 David Kauchak Spring 2015 http://www.bbspot.com/comics/pc-weenies/2008/02/3248.php Adapted from notes from: Sara Owsley Sood AI is a huge field What is AI AI is a huge field What is AI

More information

Our Corporate Strategy Digital

Our Corporate Strategy Digital Our Corporate Strategy Digital Proposed Content for Discussion 9 May 2016 CLASSIFIED IN CONFIDENCE INLAND REVENUE HIGHLY PROTECTED Draft v0.2a 1 Digital: Executive Summary What is our strategic digital

More information

AI and machine learning get us one step closer to relevance at scale

AI and machine learning get us one step closer to relevance at scale AI and machine learning get us one step closer to relevance at scale Author Marvin Chow Published Sep 2017 Topics Emerging Technology, Mobile, Experience & Design A rtificial intelligence and machine learning

More information

Technology trends in the digitalization era. ANSYS Innovation Conference Bologna, Italy June 13, 2018 Michele Frascaroli Technical Director, CRIT Srl

Technology trends in the digitalization era. ANSYS Innovation Conference Bologna, Italy June 13, 2018 Michele Frascaroli Technical Director, CRIT Srl Technology trends in the digitalization era ANSYS Innovation Conference Bologna, Italy June 13, 2018 Michele Frascaroli Technical Director, CRIT Srl Summary About CRIT Top Trends for Emerging Technologies

More information

Front Digital page Strategy and leadership

Front Digital page Strategy and leadership Front Digital page Strategy and leadership Who am I? Prof. Dr. Bob de Wit What concerns me? - How to best lead a firm - How to design the strategy process - How to best govern a country - How to adapt

More information

TESTING OF ARTIFICIAL INTELLIGENCE AI QUALITY ENGINEERING SKILLS AN INTRODUCTION

TESTING OF ARTIFICIAL INTELLIGENCE AI QUALITY ENGINEERING SKILLS AN INTRODUCTION TESTING OF ARTIFICIAL INTELLIGENCE AI QUALITY ENGINEERING SKILLS AN INTRODUCTION Executive summary Table of contents 1 Executive summary 2 2 Setting the scene 3 2.1 Introducing this whitepaper 3 2.2 Terminology

More information

GRABCAD PRINT HOW SOFTWARE AND THE CLOUD ARE REVOLUTIONIZING 3D PRINTING

GRABCAD PRINT HOW SOFTWARE AND THE CLOUD ARE REVOLUTIONIZING 3D PRINTING Stop us if you ve heard this one before: 3D printing is in the midst of a sea change. And you can take that how you want. Either 3D printing itself is poised to become more user-friendly and reliable or

More information

Logic Programming. Dr. : Mohamed Mostafa

Logic Programming. Dr. : Mohamed Mostafa Dr. : Mohamed Mostafa Logic Programming E-mail : Msayed@afmic.com Text Book: Learn Prolog Now! Author: Patrick Blackburn, Johan Bos, Kristina Striegnitz Publisher: College Publications, 2001. Useful references

More information

BI TRENDS FOR Data De-silofication: The Secret to Success in the Analytics Economy

BI TRENDS FOR Data De-silofication: The Secret to Success in the Analytics Economy 11 BI TRENDS FOR 2018 Data De-silofication: The Secret to Success in the Analytics Economy De-silofication What is it? Many successful companies today have found their own ways of connecting data, people,

More information

Intro to AI. AI is a huge field. AI is a huge field 2/26/16. What is AI (artificial intelligence) What is AI. One definition:

Intro to AI. AI is a huge field. AI is a huge field 2/26/16. What is AI (artificial intelligence) What is AI. One definition: Intro to AI CS30 David Kauchak Spring 2016 http://www.bbspot.com/comics/pc-weenies/2008/02/3248.php Adapted from notes from: Sara Owsley Sood AI is a huge field What is AI (artificial intelligence) AI

More information

Hyper Human Exhibition

Hyper Human Exhibition Hyper Human Exhibition We re at the dawn of an AI revolution, when clever machines will accelerate us to a more meaningful society. Freeing up our potential so we can focus on what s important, guiding

More information

Automotive Applications ofartificial Intelligence

Automotive Applications ofartificial Intelligence Bitte decken Sie die schraffierte Fläche mit einem Bild ab. Please cover the shaded area with a picture. (24,4 x 7,6 cm) Automotive Applications ofartificial Intelligence Dr. David J. Atkinson Chassis

More information

The future of work. Artificial Intelligence series

The future of work. Artificial Intelligence series The future of work Artificial Intelligence series The future of work March 2017 02 Cognition and the future of work We live in an era of unprecedented change. The world s population is expected to reach

More information

TO LEARN MORE ABOUT MULLENLOWE MEDIAHUB VISIT mullenlowemediahub.com

TO LEARN MORE ABOUT MULLENLOWE MEDIAHUB VISIT mullenlowemediahub.com TO LEARN MORE ABOUT VISIT mullenlowemediahub.com FOR INQUIRIES, PLEASE CONTACT DAVID SWAEBE david.swaebe@mullenlowe.com 2018 RECAP Image Source technologyreview.com/s/601519/how-to-create-a-malevolent-artificial-intelligence/

More information

Front Digital page Strategy and Leadership

Front Digital page Strategy and Leadership Front Digital page Strategy and Leadership Who am I? Prof. Dr. Bob de Wit What concerns me? - How to best lead a firm - How to design the strategy process - How to best govern a country - How to adapt

More information

AI for Autonomous Ships Challenges in Design and Validation

AI for Autonomous Ships Challenges in Design and Validation VTT TECHNICAL RESEARCH CENTRE OF FINLAND LTD AI for Autonomous Ships Challenges in Design and Validation ISSAV 2018 Eetu Heikkilä Autonomous ships - activities in VTT Autonomous ship systems Unmanned engine

More information

Robotesting: Are you ready for that yet?

Robotesting: Are you ready for that yet? Robotesting: Are you ready for that yet? Testing of robots Testing with robots Rik Marselis October 2017 Who has a robot? In 10 years all of you will!! Sogeti 2017 2 Sogeti 2017 Page 1 1980 Workgroup -member

More information

From data to strategy How artificial intelligence is changing the rules of the game. Dr. Vladimir Preveden Graz, October 11, 2017

From data to strategy How artificial intelligence is changing the rules of the game. Dr. Vladimir Preveden Graz, October 11, 2017 2017 From data to strategy How artificial intelligence is changing the rules of the game Dr. Vladimir Preveden Graz, October 11, 2017 What is Intelligence? and why does AI matter so much now? Impact >

More information

Nokia Technologies in 2016 Technology to move us forward.

Nokia Technologies in 2016 Technology to move us forward. Business overview Nokia Technologies in 2016 Technology to move us forward. Our advanced technology development and licensing business group, Nokia Technologies, was established with two main objectives:

More information

Serge COLLE. Innovazione nel settore: utilities e tecnologie abilitanti. Global Power & Utilities Advisory Leader, EY. Innovation in Power & Utilities

Serge COLLE. Innovazione nel settore: utilities e tecnologie abilitanti. Global Power & Utilities Advisory Leader, EY. Innovation in Power & Utilities Innovazione nel settore: utilities e tecnologie abilitanti Innovation in Power & Utilities Serge COLLE Global Power & Utilities Advisory Leader, EY #EYenergyforum $/MWh European utilities are facing a

More information

Empowering People: How Artificial Intelligence is 07changing our world

Empowering People: How Artificial Intelligence is 07changing our world Empowering People: How Artificial Intelligence is 07changing our world The digital revolution is democratizing societal change, evolving human progress by helping people & organizations innovate in ways

More information

LETTER FROM THE EXECUTIVE DIRECTOR FOREWORD BY JEFFREY KRAUSE

LETTER FROM THE EXECUTIVE DIRECTOR FOREWORD BY JEFFREY KRAUSE LETTER FROM THE EXECUTIVE DIRECTOR Automation is increasingly becoming part of our everyday lives, from self-adjusting thermostats to cars that parallel park themselves. 18 years ago, when Automation Alley

More information

AI in QA in AI. AI in QA in AI. AI in QA in AI. Sami Kaltala Head of Quality Assurance Symbio Europe

AI in QA in AI. AI in QA in AI. AI in QA in AI. Sami Kaltala Head of Quality Assurance Symbio Europe AI in QA in AI Sami Kaltala Head of Quality Assurance Symbio Europe Pekka Vainiomäki Vice President Strategic Engagements Symbio Europe AI in QA in AI AI in QA in AI ML Symbio is a global software engineering

More information

Powering Human Capability

Powering Human Capability Powering Human Capability Our Genesis Our Genesis A focus on relationships As the world changes around us at a frenetic pace, there are still truths that remain constant...truths such as relationship;

More information

SDS PODCAST EPISODE 110 ALPHAGO ZERO

SDS PODCAST EPISODE 110 ALPHAGO ZERO SDS PODCAST EPISODE 110 ALPHAGO ZERO Show Notes: http://www.superdatascience.com/110 1 Kirill: This is episode number 110, AlphaGo Zero. Welcome back ladies and gentlemen to the SuperDataSceince podcast.

More information

CS 730/830: Intro AI. Prof. Wheeler Ruml. TA Bence Cserna. Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1

CS 730/830: Intro AI. Prof. Wheeler Ruml. TA Bence Cserna. Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1 CS 730/830: Intro AI Prof. Wheeler Ruml TA Bence Cserna Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1 Wheeler Ruml (UNH) Lecture 1, CS 730 1 / 23 My Definition

More information

Human + Machine How AI is Radically Transforming and Augmenting Lives and Businesses Are You Ready?

Human + Machine How AI is Radically Transforming and Augmenting Lives and Businesses Are You Ready? Human + Machine How AI is Radically Transforming and Augmenting Lives and Businesses Are You Ready? Xavier Anglada Managing Director Accenture Digital Lead in MENA and Turkey @xavianglada TM Forum 1 Meet

More information

CPE/CSC 580: Intelligent Agents

CPE/CSC 580: Intelligent Agents CPE/CSC 580: Intelligent Agents Franz J. Kurfess Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. 1 Course Overview Introduction Intelligent Agent, Multi-Agent

More information

Using Deep Learning for Sentiment Analysis and Opinion Mining

Using Deep Learning for Sentiment Analysis and Opinion Mining Using Deep Learning for Sentiment Analysis and Opinion Mining Gauging opinions is faster and more accurate. Abstract How does a computer analyze sentiment? How does a computer determine if a comment or

More information

Deep Learning Overview

Deep Learning Overview Deep Learning Overview Eliu Huerta Gravity Group gravity.ncsa.illinois.edu National Center for Supercomputing Applications Department of Astronomy University of Illinois at Urbana-Champaign Data Visualization

More information

OVERVIEW OF ARTIFICIAL INTELLIGENCE (AI) TECHNOLOGIES. Presented by: WTI

OVERVIEW OF ARTIFICIAL INTELLIGENCE (AI) TECHNOLOGIES. Presented by: WTI OVERVIEW OF ARTIFICIAL INTELLIGENCE (AI) TECHNOLOGIES Presented by: WTI www.wti-solutions.com 703.286.2416 LEGAL DISCLAIMER The entire contents of this informational publication is protected by the copyright

More information

Copyright: Conference website: Date deposited:

Copyright: Conference website: Date deposited: Coleman M, Ferguson A, Hanson G, Blythe PT. Deriving transport benefits from Big Data and the Internet of Things in Smart Cities. In: 12th Intelligent Transport Systems European Congress 2017. 2017, Strasbourg,

More information

Virtual Assistants and Self-Driving Cars: To what extent is Artificial Intelligence needed in Next-Generation Autonomous Vehicles?

Virtual Assistants and Self-Driving Cars: To what extent is Artificial Intelligence needed in Next-Generation Autonomous Vehicles? Virtual Assistants and Self-Driving Cars: To what extent is Artificial Intelligence needed in Next-Generation Autonomous Vehicles? Dr. Giuseppe Lugano ERAdiate Team, University of Žilina (Slovakia) giuseppe.lugano@uniza.sk

More information

Transer Learning : Super Intelligence

Transer Learning : Super Intelligence Transer Learning : Super Intelligence GIS Group Dr Narayan Panigrahi, MA Rajesh, Shibumon Alampatta, Rakesh K P of Centre for AI and Robotics, Defence Research and Development Organization, C V Raman Nagar,

More information

Artificial intelligence: past, present and future

Artificial intelligence: past, present and future Artificial intelligence: past, present and future Thomas Bolander, Associate Professor, DTU Compute Danske Ideer, 15 March 2017 Thomas Bolander, Danske Ideer, 15 Mar 2017 p. 1/21 A bit about myself Thomas

More information

Note This presentation and the companion paper is part of a book on the subject by Frank Owarish, Ph.D., Computer Science, MIEEE and his brother Sam O

Note This presentation and the companion paper is part of a book on the subject by Frank Owarish, Ph.D., Computer Science, MIEEE and his brother Sam O Major technological revolution underway: the era of robotics, automated systems, virtual reality, artificial intelligence By Frank Owarish, Ph.D., Computer Science, Executive Director International Institute

More information

Responsible AI & National AI Strategies

Responsible AI & National AI Strategies Responsible AI & National AI Strategies European Union Commission Dr. Anand S. Rao Global Artificial Intelligence Lead Today s discussion 01 02 Opportunities in Artificial Intelligence Risks of Artificial

More information

UNIT 2 TOPICS IN COMPUTER SCIENCE. Emerging Technologies and Society

UNIT 2 TOPICS IN COMPUTER SCIENCE. Emerging Technologies and Society UNIT 2 TOPICS IN COMPUTER SCIENCE Emerging Technologies and Society EMERGING TECHNOLOGIES Technology has become perhaps the greatest agent of change in the modern world. While never without risk, positive

More information

& Medical Tourism. DIHTF - Dubai 20 th -21 st Feb 2018 V S Venkatesh -India

& Medical Tourism. DIHTF - Dubai 20 th -21 st Feb 2018 V S Venkatesh -India & Medical Tourism DIHTF - Dubai 20 th -21 st Feb 2018 V S Venkatesh -India The human brain is an amazing work of art, it has very complex neural circuits and the way it registers, stores, processes and

More information

Hypnotic Closing Patterns. Hypnotic Media LLC

Hypnotic Closing Patterns. Hypnotic Media LLC Hypnotic Closing Patterns Hypnotic Media LLC The first 7 patterns were in the video Go over each pattern Show you how to take parts of a pattern and use it elsewhere (or in other patterns) Should be spread

More information

Raising the Bar Sydney 2018 Zdenka Kuncic Build a brain

Raising the Bar Sydney 2018 Zdenka Kuncic Build a brain Raising the Bar Sydney 2018 Zdenka Kuncic Build a brain Welcome to the podcast series; Raising the Bar, Sydney. Raising the bar in 2018 saw 20 University of Sydney academics take their research out of

More information

Artificial Intelligence (AI) Artificial Intelligent definition, vision, reality and consequences. 1. What is AI, definition and use today?

Artificial Intelligence (AI) Artificial Intelligent definition, vision, reality and consequences. 1. What is AI, definition and use today? Artificial Intelligent definition, vision, reality and consequences Peter Funk Department of computer Science Mälardalen University peter.funk@mdh.se Artificial Intelligence (AI) 1. What is AI, definition

More information

Arati Prabhakar, former director, Defense Advanced Research Projects Agency and board member, Pew Research Center: It s great to be here.

Arati Prabhakar, former director, Defense Advanced Research Projects Agency and board member, Pew Research Center: It s great to be here. After the Fact The Power (and Peril?) of New Technologies Originally aired Dec. 21, 2018 Total runtime: 00:14:31 TRANSCRIPT Dan LeDuc, host: From The Pew Charitable Trusts, I m Dan LeDuc, and this is After

More information

The Tech Megatrends: 2018

The Tech Megatrends: 2018 The Tech Megatrends: 2018 April 17, 2018 Cristina CK Kerley http://allthingsck.comhttp://allthingsck.com TECH MEGATRENDS 2018: Trends & Imperatives 2018 Christina CK Kerley http://allthingsck.com Apr 18,

More information

Developing Frogger Player Intelligence Using NEAT and a Score Driven Fitness Function

Developing Frogger Player Intelligence Using NEAT and a Score Driven Fitness Function Developing Frogger Player Intelligence Using NEAT and a Score Driven Fitness Function Davis Ancona and Jake Weiner Abstract In this report, we examine the plausibility of implementing a NEAT-based solution

More information

MENA-ECA-APAC NETWORK MEETINGS, 2017

MENA-ECA-APAC NETWORK MEETINGS, 2017 MENA-ECA-APAC NETWORK MEETINGS, 2017 INNOVATION AND DISRUPTIVE TECHNOLOGY Sleem Hasan, Founder and CEO, Privity November 15, 2017 "Technology is the ONLY discipline I have identified that has the ability

More information

Artificial Intelligence for Social Impact. February 8, 2018 Dr. Cara LaPointe Senior Fellow Georgetown University

Artificial Intelligence for Social Impact. February 8, 2018 Dr. Cara LaPointe Senior Fellow Georgetown University Artificial Intelligence for Social Impact February 8, 2018 Dr. Cara LaPointe Senior Fellow Georgetown University What is Artificial Intelligence? 2 Artificial Intelligence: A Working Definition The capability

More information

CS6700: The Emergence of Intelligent Machines. Prof. Carla Gomes Prof. Bart Selman Cornell University

CS6700: The Emergence of Intelligent Machines. Prof. Carla Gomes Prof. Bart Selman Cornell University EMERGENCE OF INTELLIGENT MACHINES: CHALLENGES AND OPPORTUNITIES CS6700: The Emergence of Intelligent Machines Prof. Carla Gomes Prof. Bart Selman Cornell University Artificial Intelligence After a distinguished

More information

The digital journey 2025 and beyond

The digital journey 2025 and beyond The digital journey 2025 and beyond The digital effect We are all, both personally and professionally, increasingly relying on digital services. As consumers, we are benefiting in many different aspects

More information