SlideShare une entreprise Scribd logo
1  sur  38
11
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
‘
Artificial Intelligence (AI)
understanding what it is & how you can use it for your business
2017 #Technoseries by Adela Villanueva
226/23/17 26/23/17 2
The goal of this presentation is to provide you with a basic understanding of AI
and to prepare you to think about how your organization might apply it
33
Adela
VILLANUEVA
W.W.W:
www.adelavillanueva.com
.linkedin.com/in/adelavillanueva/
A_d_e_l_a
About the author:
Trilingual Consultant with 12 y. of experience working with F500-Corporations, Public
sector, Academia and Start-ups around the Globe developing innovation capabilities &
ecosystems, creating growth strategies, building new businesses, products & services
and managing digital transformations.
I am also the Founder & CEO of The GIN (www.the-gin.com) a global collective of
innovators. [ If you are an innovator, please feel free to register]
This presentation is inspired by the “Cognitive technologies and Applications for
Business” course from Deloitte University, that I enrolled in 2016.
Enjoy!
44
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
AI is no more science fiction.
It is a REALITY.
55
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014What is AI
66
Cognitive
Technologies
or
Artificial
Intelligence (AI): Computer systems that can perform discrete
tasks* that normally require human intelligence.
* Visual perception, speech recognition, decision making under uncertainty, learning and translation under languages etc.
77
Computers can’t think.
But they can simulate thinking
88
To simulate thinking, machines need a way
of representing and manipulating knowledge
99
And they do it through:
-  Rules based systems [ If…. then]
-  Taxonomies [ classification]
-  Bayer nets [ diagnosis: from symptoms to cause & predictions: from cause to symptoms]
1010
AI agents
are supposed to:
-  operate autonomously
-  perceive their environment
-  persist over time
-  adapt to change
-  create and pursue goals
1111
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014What are the most important ‘AIs’
1212
Robotics Speech
Recognition
Planning
& Scheduling
Machine
Leaning
Ruled based
systems
Optimization
Computer perception
and physical actions:
Computer task
and analysis actions:
Computer
Vision
Natural Language
Processing
1313
Computer perception and physical actions
Computer
Vision
// What:
The ability of computers to identify objects, scenes, and activities in unconstrained (that is, naturalistic) visual
environments
// How it works:
Break each image into its components parts:
•  Break image into pixels or dots of colors
•  Layer it with low level features
•  Then go to high analysis like lines and areas and even objects
// The challenge:
We don’t know “how we see” so it is difficult to program a computer to do so. Objects look different
depending on position , angle, light…
// The benefits:
This technology can bring a lot to the multimedia process ( e.g.: reproduce physical features to virtual world)
// Examples & applications:
Taggin photos on Facebook, medical imaginering, autonomous driving, robotics, surveillance, gesture
detection, parking management, etc.
Computer
Vision
1414
Computer perception and physical actions
Computer
Vision
// What:
The ability of computers to work with text the way humans do—for instance, extracting meaning from text or
even generating text that is readable, stylistically natural, and grammatically correct
// How it works:
Splitting by tasks
•  Begin by segmenting the document into sections
•  Then Paragraphs
•  Then sentences
•  Then breaking into words
•  From words to meanings
// The challenge:
Machines sometimes struggle to understand the context within which the conversation is taking place
// The benefits:
Ability to process quickly very large amount of text and provide real-time/ fast feedback
// Examples & applications:
Google translator, chat-bot customer feedback, summarizing documents, extracting information, etc.
Natural Language
Processing
1515
Computer perception and physical actions
Computer
Vision
// What:
The ability to enable agents to interact with their physical environment, in which multiple cognitive
technologies are combined. We can find 3 categories:
•  Manipulators ( or robots arms, anchored to their work place)
•  Mobile Robots ( ground our air vehicles, like drones)
•  Mobile Manipulators ( combine both as humanoids)
// How it works:
High-performance sensors, actuators, effectors & hardware
// The challenge:
Uncertainty (machines need to observe all its environment and sometimes they don’t understand it
accurately)
// The benefits:
The new generation of autonomous robots can sense and respond to their environment, plan for their
actions, and in some cases interact and work alongside people
// Examples & applications:
Manufacturing, transportation, healthcare ( surgery robots), robots for hazardous environements, personal
services ( vacumm cleaners), entertainment ( personal robots), human augmentation ( exoskeleton), etc.
Robotics
1616
Computer perception and physical actions
Computer
Vision
// What:
The ability to automatically and accurately transcribe human speech (words & even the tone or emotion )
// How it works:
Breaking each action:
•  Analyze the recording of speech [ acoustic]
•  Recognize speech- understanding phonemes
•  Match them with words
•  Then word sequence recognition
// The challenge:
•  Handling with different accents and background noise
•  Homophone distinction
•  Working quickly at speed of human speech
// The benefits:
It is 80% of accuracy today. It will allow us to access to huge information through spoken, recorded human
speech as well as to handle big amounts of data . It is hands-free which delivers a great UX experience
// Examples & applications:
Siri, hands-free writing ( medical dictation), mobile devices control, computer system control ( car),
surveillance commands, etc.
Speech
Recognition
1717
Computer task and analysis actions
Computer
Vision
// What:
The ability to automatically devise a sequence of actions to meet goals and observe constraints
// How it works:
Automatically devising a plan to achieve goals given:
•  A description of the initial stage
•  The desired goal
•  The list of actions that are possible
// The challenge:
Managing the complexity of options at a computation time
// The benefits:
Ability to re-plan [ in real time] and see other potentials solutions
// Examples & applications:
Google maps, Routing / delivery optimization, ressources planning, etc.
Planning
& Scheduling
1818
Computer task and analysis actions
Computer
Vision
// What:
The ability of computer systems to improve their performance by exposure to data without the need to
follow explicitly programmed instructions. There are three main types of machine learning: supervised
learning, unsupervised learning and reinforcement learning
// How it works:
The machine analyzes data and automatically builds models from that data. The machine can feed on
data (from internet or from their own data base) and adapt itself to make more precise predictions and act
accordingly. 2 techniques for machine learning: Artificial Neural-networks & Support vectors-machines
// The challenge:
Acquiring and labeling training data ( can be costly and take longtime to create a large training data set)
// The benefits:
Allow to anticipate all possibilities (which humans can’t] . ML can discover patterns, make predictions, better
on time with exposure to data. Humans may not know how to program a solution, so we’re going to expect
machine-learning systems to learn in the wild or learn more autonomously with less feedback from the users.
( to run more independently)
// Examples & applications:
IBM Watson ML, Google Ads, Personal assistants, recommendation engines, etc.
Machine
Leaning
1919
Computer task and analysis actions
Computer
Vision
// What:
The ability to use databases of knowledge and rules to automate the process of making inferences about
information ( also known as the ‘expert system’)
// How it works:
Through “if-then" statements that uses a set of assertions, to which rules on how to act upon those assertions
are created
// The challenge:
Acquiring the requisite knowledge from experts. These systems need very specific rules containing the
necessary textbook and judgmental knowledge about their domains, which sometimes it is not 100%
complete and accurate (inferences are done only under the provided knowledge); producing sometimes
inaccurate output for inadequate knowledge base
// The benefits:
Rule-based systems are generally implemented as single-thread programs. The advantage to this type of
approach, is that if the system is designed well, then the expert's knowledge can be maintained fairly easily,
just by altering whichever rules need to be altered
// Examples & applications:
Mortgages, credit card authorization, fraud detection, e-commerce, demographic personalization, etc.
Ruled based
systems
2020
Computer task and analysis actions
Computer
Vision
// What:
The ability to automate complex decisions and trade-offs about limited resources, in order to find the
optimal solution out of all possible solutions
// How it works:
Traditional methods of optimization use differential calculus or brute force search to guide the exploration of
the solution space (a space consisting of all possible solutions)
// The challenge:
They can mislead us into believing that we have optimized a problem, when in reality we have only reached
one part of it
// The benefits:
Possibility to maximize desirable traits
// Examples & applications:
A/B testing , Route optimization for smart waste management, Company/ product profit recommendation,
etc.
Optimization
2121
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
Business benefits
2222
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
Faster actions and decisions
(e.g.: automated fraud detection, planning and scheduling)
2323
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
Better outcomes
(e.g.: medical diagnosis, demand forecasting)
2424
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
Greater efficiency
(e.g.: better use of high skilled people or expensive equipment)
2525
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
Lower Cost
(e.g.: reducing labor cost, automated telephone customer services)
2626
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
Greater scale
(e.g.: performing large-scale tasks impractical to perform manually)
2727
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
Product & Service innovation
(e.g.: from adding new features to creating entirely new products)
2828
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
Business applications
2929
3030
PRODUCT AI to deliver a value to the end consumer/ customer.
// benefits:
// examples:
/ User convenience (e.g.: rapidity of execution)
/ Simplicity of the task [ e.g.: knowing preferences)
/ Confidence (e.g.; doing complex business decisions]
/ Emotional (creating emotional bonding [e.g.: speech recognition/ voice control)
/ Netflix. Uses machine learning for recommendations.
/General Motors use computer vision in new models of cars
( eye tracking recognition to identify fatigue )
3131
PROCESS AI to automate tasks or business process internal to an organization.
// benefits:
// examples:
/ Reduce time of execution
/ Increase predictability and reliability
/ Reduce cost ( skilled workers can focus on important tasks)
/ Hong Kong’s subway: predictive maintenance. They use algorithms that
create optimal engineering schedules; saving them 2 days of planning
work per day.
/ Cincinnati's ‘Children Hospital Center’: they developed a natural
language processing system to read free- forms clinical and handwriting
notes. Reducing nurses’ work flow by 22%.
3232
INSIGHT AI to analyze large amounts of data to discern paths or make
predictions
// benefits:
// examples:
/ Better and faster decisions that can improve operating and strategic performance
/ Make all kinds of analysis possible
/ Intel: uses machine learning to improve sales effectiveness ( buying
patterns, promotions, etc.)
/ Aetna: used machine learning to produce models that predicted
patients’ risk of developing metabolic syndrome. It recommended
which kind of medical intervention was the most suitable.
3333
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
How to decide if you need Cognitive Technologies
3434
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
/! Please note:
Cognitive technologies are not the solution to every problem.
Organizations need to evaluate the business case for investing in this technology in an
individualized way.
3535
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
for that…
3636
Look at your business, processes, products, customers, markets
to determine where the use of those technologies may be:
VIABLE
When cognitive technologies
actually work
VALUABLE
When it is worth* applying
cognitive technologies
VITAL
When cognitive technologies
may be absolutely required
* Just because something can be done doesn't mean that we must to do it
37376/23/17 376/23/17 37
Now, start thinking on how your organization might apply it !
3838
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
VERSION:ONE
TEMPLATE
(iris)® MARCH
2014
Thank you!
If you need help, want to know more, have any questions or simply want to say hello:
www.adelavillanueva.com/contact
www.the-gin.com

Contenu connexe

Tendances

The World of ChatGPT.pdf
The World of ChatGPT.pdfThe World of ChatGPT.pdf
The World of ChatGPT.pdfRia Morgan
 
AR / VR -- Rise of Technology
AR / VR -- Rise of Technology AR / VR -- Rise of Technology
AR / VR -- Rise of Technology ShaheenTaj10
 
3d internet
3d internet3d internet
3d internetsandy161
 
WEB 3 Marketing to boost customer engagement and loyalty.pdf
WEB 3 Marketing  to boost customer engagement and loyalty.pdfWEB 3 Marketing  to boost customer engagement and loyalty.pdf
WEB 3 Marketing to boost customer engagement and loyalty.pdfJimmy Pons
 
Internet of Things- Applications
Internet of Things- ApplicationsInternet of Things- Applications
Internet of Things- ApplicationsRavindra Dastikop
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceNeil Mathew
 
From Narrow AI to Artificial General Intelligence (AGI)
From Narrow AI to Artificial General Intelligence (AGI)From Narrow AI to Artificial General Intelligence (AGI)
From Narrow AI to Artificial General Intelligence (AGI)Helgi Páll Helgason, PhD
 
Introduction to LLMs
Introduction to LLMsIntroduction to LLMs
Introduction to LLMsLoic Merckel
 
How Machine Learning Works for Business
How Machine Learning Works for BusinessHow Machine Learning Works for Business
How Machine Learning Works for Business10x Nation
 
Internet of Things ( IoT ) Training
Internet of Things ( IoT ) TrainingInternet of Things ( IoT ) Training
Internet of Things ( IoT ) TrainingTonex
 
PDT DC015 Chapter 1 Introduction to IT 2017/18
PDT DC015 Chapter 1 Introduction to IT 2017/18PDT DC015 Chapter 1 Introduction to IT 2017/18
PDT DC015 Chapter 1 Introduction to IT 2017/18Fizaril Amzari Omar
 
Information & communication Technology
Information & communication TechnologyInformation & communication Technology
Information & communication TechnologyDerrick Orvill Bapari
 
Emerging trends in robotics using neural network
Emerging trends in robotics using neural networkEmerging trends in robotics using neural network
Emerging trends in robotics using neural networkDeva Johnson
 
Understanding artificial intelligence and it's future scope
Understanding artificial intelligence and it's future scopeUnderstanding artificial intelligence and it's future scope
Understanding artificial intelligence and it's future scopeChaitanya Shimpi
 
Extended Reality - VR, AR, MR Applications and Future
Extended Reality - VR, AR, MR Applications and FutureExtended Reality - VR, AR, MR Applications and Future
Extended Reality - VR, AR, MR Applications and FutureStephen Rhind-Tutt
 
Business Models_Internet of Things (Part 02)
Business Models_Internet of Things (Part 02)Business Models_Internet of Things (Part 02)
Business Models_Internet of Things (Part 02)alengadan
 

Tendances (20)

The World of ChatGPT.pdf
The World of ChatGPT.pdfThe World of ChatGPT.pdf
The World of ChatGPT.pdf
 
Web 3.0?
Web 3.0?Web 3.0?
Web 3.0?
 
AR / VR -- Rise of Technology
AR / VR -- Rise of Technology AR / VR -- Rise of Technology
AR / VR -- Rise of Technology
 
3d internet
3d internet3d internet
3d internet
 
WEB 3 Marketing to boost customer engagement and loyalty.pdf
WEB 3 Marketing  to boost customer engagement and loyalty.pdfWEB 3 Marketing  to boost customer engagement and loyalty.pdf
WEB 3 Marketing to boost customer engagement and loyalty.pdf
 
Internet of Things- Applications
Internet of Things- ApplicationsInternet of Things- Applications
Internet of Things- Applications
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial Intelligence Literacy
Artificial Intelligence LiteracyArtificial Intelligence Literacy
Artificial Intelligence Literacy
 
From Narrow AI to Artificial General Intelligence (AGI)
From Narrow AI to Artificial General Intelligence (AGI)From Narrow AI to Artificial General Intelligence (AGI)
From Narrow AI to Artificial General Intelligence (AGI)
 
Introduction to LLMs
Introduction to LLMsIntroduction to LLMs
Introduction to LLMs
 
How Machine Learning Works for Business
How Machine Learning Works for BusinessHow Machine Learning Works for Business
How Machine Learning Works for Business
 
Virtual reality report
Virtual reality reportVirtual reality report
Virtual reality report
 
Robotics ppt
Robotics pptRobotics ppt
Robotics ppt
 
Internet of Things ( IoT ) Training
Internet of Things ( IoT ) TrainingInternet of Things ( IoT ) Training
Internet of Things ( IoT ) Training
 
PDT DC015 Chapter 1 Introduction to IT 2017/18
PDT DC015 Chapter 1 Introduction to IT 2017/18PDT DC015 Chapter 1 Introduction to IT 2017/18
PDT DC015 Chapter 1 Introduction to IT 2017/18
 
Information & communication Technology
Information & communication TechnologyInformation & communication Technology
Information & communication Technology
 
Emerging trends in robotics using neural network
Emerging trends in robotics using neural networkEmerging trends in robotics using neural network
Emerging trends in robotics using neural network
 
Understanding artificial intelligence and it's future scope
Understanding artificial intelligence and it's future scopeUnderstanding artificial intelligence and it's future scope
Understanding artificial intelligence and it's future scope
 
Extended Reality - VR, AR, MR Applications and Future
Extended Reality - VR, AR, MR Applications and FutureExtended Reality - VR, AR, MR Applications and Future
Extended Reality - VR, AR, MR Applications and Future
 
Business Models_Internet of Things (Part 02)
Business Models_Internet of Things (Part 02)Business Models_Internet of Things (Part 02)
Business Models_Internet of Things (Part 02)
 

Similaire à Artificial Intelligence (AI) -> understanding what it is & how you can use it for your business

Machine-Learning-and-Robotics.pptx
Machine-Learning-and-Robotics.pptxMachine-Learning-and-Robotics.pptx
Machine-Learning-and-Robotics.pptxshohel rana
 
Introduction to Machine Learning.pptx
Introduction to Machine Learning.pptxIntroduction to Machine Learning.pptx
Introduction to Machine Learning.pptxDr. Amanpreet Kaur
 
Saksham presentation
Saksham presentationSaksham presentation
Saksham presentationSakshamTurki
 
Robotics and agents
Robotics and agentsRobotics and agents
Robotics and agentsritahani
 
WELCOME TO AI PROJECT shidhant mittaal.pptx
WELCOME TO AI PROJECT shidhant mittaal.pptxWELCOME TO AI PROJECT shidhant mittaal.pptx
WELCOME TO AI PROJECT shidhant mittaal.pptx9D38SHIDHANTMITTAL
 
Human Computer interaction.pptx
Human Computer interaction.pptxHuman Computer interaction.pptx
Human Computer interaction.pptxLethola2
 
Change In Computer Vision Technologies Begins
Change In Computer Vision Technologies BeginsChange In Computer Vision Technologies Begins
Change In Computer Vision Technologies BeginsaNumak & Company
 
Usability in Virtual Worlds (Metaverse08)
Usability in Virtual Worlds (Metaverse08)Usability in Virtual Worlds (Metaverse08)
Usability in Virtual Worlds (Metaverse08)Markus Breuer
 
Machine Learning
Machine Learning Machine Learning
Machine Learning AyanGain
 
Machine learning at b.e.s.t. summer university
Machine learning  at b.e.s.t. summer universityMachine learning  at b.e.s.t. summer university
Machine learning at b.e.s.t. summer universityLászló Kovács
 
Towards the Design of Intelligible Object-based Applications for the Web of T...
Towards the Design of Intelligible Object-based Applications for the Web of T...Towards the Design of Intelligible Object-based Applications for the Web of T...
Towards the Design of Intelligible Object-based Applications for the Web of T...Pierrick Thébault
 
Discussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docx
Discussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docxDiscussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docx
Discussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docxcuddietheresa
 
User Experience & Design…Designing for others…UED
User Experience & Design…Designing for others…UEDUser Experience & Design…Designing for others…UED
User Experience & Design…Designing for others…UEDPreeti Chopra
 
Introduction AI ML& Mathematicals of ML.pdf
Introduction AI ML& Mathematicals of ML.pdfIntroduction AI ML& Mathematicals of ML.pdf
Introduction AI ML& Mathematicals of ML.pdfGandhiMathy6
 
Unit I and II Machine Learning MCA CREC.pptx
Unit I and II Machine Learning MCA CREC.pptxUnit I and II Machine Learning MCA CREC.pptx
Unit I and II Machine Learning MCA CREC.pptxtrishipaul
 

Similaire à Artificial Intelligence (AI) -> understanding what it is & how you can use it for your business (20)

Machine learning
Machine learningMachine learning
Machine learning
 
Machine-Learning-and-Robotics.pptx
Machine-Learning-and-Robotics.pptxMachine-Learning-and-Robotics.pptx
Machine-Learning-and-Robotics.pptx
 
Introduction to Machine Learning.pptx
Introduction to Machine Learning.pptxIntroduction to Machine Learning.pptx
Introduction to Machine Learning.pptx
 
Saksham presentation
Saksham presentationSaksham presentation
Saksham presentation
 
Robotics and agents
Robotics and agentsRobotics and agents
Robotics and agents
 
WELCOME TO AI PROJECT shidhant mittaal.pptx
WELCOME TO AI PROJECT shidhant mittaal.pptxWELCOME TO AI PROJECT shidhant mittaal.pptx
WELCOME TO AI PROJECT shidhant mittaal.pptx
 
Human Computer interaction.pptx
Human Computer interaction.pptxHuman Computer interaction.pptx
Human Computer interaction.pptx
 
Change In Computer Vision Technologies Begins
Change In Computer Vision Technologies BeginsChange In Computer Vision Technologies Begins
Change In Computer Vision Technologies Begins
 
Computer vision
Computer visionComputer vision
Computer vision
 
Usability in Virtual Worlds (Metaverse08)
Usability in Virtual Worlds (Metaverse08)Usability in Virtual Worlds (Metaverse08)
Usability in Virtual Worlds (Metaverse08)
 
Computer vision ppt
Computer vision pptComputer vision ppt
Computer vision ppt
 
Machine Learning
Machine Learning Machine Learning
Machine Learning
 
Machine learning at b.e.s.t. summer university
Machine learning  at b.e.s.t. summer universityMachine learning  at b.e.s.t. summer university
Machine learning at b.e.s.t. summer university
 
Introduction
IntroductionIntroduction
Introduction
 
An overview on ai
An overview on aiAn overview on ai
An overview on ai
 
Towards the Design of Intelligible Object-based Applications for the Web of T...
Towards the Design of Intelligible Object-based Applications for the Web of T...Towards the Design of Intelligible Object-based Applications for the Web of T...
Towards the Design of Intelligible Object-based Applications for the Web of T...
 
Discussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docx
Discussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docxDiscussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docx
Discussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docx
 
User Experience & Design…Designing for others…UED
User Experience & Design…Designing for others…UEDUser Experience & Design…Designing for others…UED
User Experience & Design…Designing for others…UED
 
Introduction AI ML& Mathematicals of ML.pdf
Introduction AI ML& Mathematicals of ML.pdfIntroduction AI ML& Mathematicals of ML.pdf
Introduction AI ML& Mathematicals of ML.pdf
 
Unit I and II Machine Learning MCA CREC.pptx
Unit I and II Machine Learning MCA CREC.pptxUnit I and II Machine Learning MCA CREC.pptx
Unit I and II Machine Learning MCA CREC.pptx
 

Plus de Adela VILLANUEVA

L'innovation: kit de survie pour l'entreprise
L'innovation: kit de survie pour l'entreprise L'innovation: kit de survie pour l'entreprise
L'innovation: kit de survie pour l'entreprise Adela VILLANUEVA
 
Design Thinking VS Lean Startup
Design Thinking VS Lean StartupDesign Thinking VS Lean Startup
Design Thinking VS Lean StartupAdela VILLANUEVA
 
Smart Waste Management [for NYC] - creating a sustainable future with smart c...
Smart Waste Management [for NYC] - creating a sustainable future with smart c...Smart Waste Management [for NYC] - creating a sustainable future with smart c...
Smart Waste Management [for NYC] - creating a sustainable future with smart c...Adela VILLANUEVA
 
Design Thinking Put it simply
Design Thinking Put it simplyDesign Thinking Put it simply
Design Thinking Put it simplyAdela VILLANUEVA
 
How to Localize Global brands
How to Localize Global brandsHow to Localize Global brands
How to Localize Global brandsAdela VILLANUEVA
 
How to use Storytelling to tell your Start-up story
How to use Storytelling to tell your Start-up storyHow to use Storytelling to tell your Start-up story
How to use Storytelling to tell your Start-up storyAdela VILLANUEVA
 

Plus de Adela VILLANUEVA (7)

L'innovation: kit de survie pour l'entreprise
L'innovation: kit de survie pour l'entreprise L'innovation: kit de survie pour l'entreprise
L'innovation: kit de survie pour l'entreprise
 
Design Thinking VS Lean Startup
Design Thinking VS Lean StartupDesign Thinking VS Lean Startup
Design Thinking VS Lean Startup
 
Smart Waste Management [for NYC] - creating a sustainable future with smart c...
Smart Waste Management [for NYC] - creating a sustainable future with smart c...Smart Waste Management [for NYC] - creating a sustainable future with smart c...
Smart Waste Management [for NYC] - creating a sustainable future with smart c...
 
Design Thinking Put it simply
Design Thinking Put it simplyDesign Thinking Put it simply
Design Thinking Put it simply
 
How to Localize Global brands
How to Localize Global brandsHow to Localize Global brands
How to Localize Global brands
 
Start ups Techinasia
Start ups TechinasiaStart ups Techinasia
Start ups Techinasia
 
How to use Storytelling to tell your Start-up story
How to use Storytelling to tell your Start-up storyHow to use Storytelling to tell your Start-up story
How to use Storytelling to tell your Start-up story
 

Dernier

Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionMintel Group
 
IoT Insurance Observatory: summary 2024
IoT Insurance Observatory:  summary 2024IoT Insurance Observatory:  summary 2024
IoT Insurance Observatory: summary 2024Matteo Carbone
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Servicecallgirls2057
 
8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCRashishs7044
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdfKhaled Al Awadi
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis UsageNeil Kimberley
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaoncallgirls2057
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailAriel592675
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationAnamaria Contreras
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxMarkAnthonyAurellano
 
Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Seta Wicaksana
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyotictsugar
 
Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Anamaria Contreras
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCRashishs7044
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menzaictsugar
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfrichard876048
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 

Dernier (20)

Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted Version
 
IoT Insurance Observatory: summary 2024
IoT Insurance Observatory:  summary 2024IoT Insurance Observatory:  summary 2024
IoT Insurance Observatory: summary 2024
 
Corporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information TechnologyCorporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information Technology
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
 
8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
 
Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCREnjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detail
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement Presentation
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
 
Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyot
 
Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdf
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 

Artificial Intelligence (AI) -> understanding what it is & how you can use it for your business

  • 1. 11 VERSION:ONE TEMPLATE (iris)® MARCH 2014 VERSION:ONE TEMPLATE (iris)® MARCH 2014 ‘ Artificial Intelligence (AI) understanding what it is & how you can use it for your business 2017 #Technoseries by Adela Villanueva
  • 2. 226/23/17 26/23/17 2 The goal of this presentation is to provide you with a basic understanding of AI and to prepare you to think about how your organization might apply it
  • 3. 33 Adela VILLANUEVA W.W.W: www.adelavillanueva.com .linkedin.com/in/adelavillanueva/ A_d_e_l_a About the author: Trilingual Consultant with 12 y. of experience working with F500-Corporations, Public sector, Academia and Start-ups around the Globe developing innovation capabilities & ecosystems, creating growth strategies, building new businesses, products & services and managing digital transformations. I am also the Founder & CEO of The GIN (www.the-gin.com) a global collective of innovators. [ If you are an innovator, please feel free to register] This presentation is inspired by the “Cognitive technologies and Applications for Business” course from Deloitte University, that I enrolled in 2016. Enjoy!
  • 6. 66 Cognitive Technologies or Artificial Intelligence (AI): Computer systems that can perform discrete tasks* that normally require human intelligence. * Visual perception, speech recognition, decision making under uncertainty, learning and translation under languages etc.
  • 7. 77 Computers can’t think. But they can simulate thinking
  • 8. 88 To simulate thinking, machines need a way of representing and manipulating knowledge
  • 9. 99 And they do it through: -  Rules based systems [ If…. then] -  Taxonomies [ classification] -  Bayer nets [ diagnosis: from symptoms to cause & predictions: from cause to symptoms]
  • 10. 1010 AI agents are supposed to: -  operate autonomously -  perceive their environment -  persist over time -  adapt to change -  create and pursue goals
  • 12. 1212 Robotics Speech Recognition Planning & Scheduling Machine Leaning Ruled based systems Optimization Computer perception and physical actions: Computer task and analysis actions: Computer Vision Natural Language Processing
  • 13. 1313 Computer perception and physical actions Computer Vision // What: The ability of computers to identify objects, scenes, and activities in unconstrained (that is, naturalistic) visual environments // How it works: Break each image into its components parts: •  Break image into pixels or dots of colors •  Layer it with low level features •  Then go to high analysis like lines and areas and even objects // The challenge: We don’t know “how we see” so it is difficult to program a computer to do so. Objects look different depending on position , angle, light… // The benefits: This technology can bring a lot to the multimedia process ( e.g.: reproduce physical features to virtual world) // Examples & applications: Taggin photos on Facebook, medical imaginering, autonomous driving, robotics, surveillance, gesture detection, parking management, etc. Computer Vision
  • 14. 1414 Computer perception and physical actions Computer Vision // What: The ability of computers to work with text the way humans do—for instance, extracting meaning from text or even generating text that is readable, stylistically natural, and grammatically correct // How it works: Splitting by tasks •  Begin by segmenting the document into sections •  Then Paragraphs •  Then sentences •  Then breaking into words •  From words to meanings // The challenge: Machines sometimes struggle to understand the context within which the conversation is taking place // The benefits: Ability to process quickly very large amount of text and provide real-time/ fast feedback // Examples & applications: Google translator, chat-bot customer feedback, summarizing documents, extracting information, etc. Natural Language Processing
  • 15. 1515 Computer perception and physical actions Computer Vision // What: The ability to enable agents to interact with their physical environment, in which multiple cognitive technologies are combined. We can find 3 categories: •  Manipulators ( or robots arms, anchored to their work place) •  Mobile Robots ( ground our air vehicles, like drones) •  Mobile Manipulators ( combine both as humanoids) // How it works: High-performance sensors, actuators, effectors & hardware // The challenge: Uncertainty (machines need to observe all its environment and sometimes they don’t understand it accurately) // The benefits: The new generation of autonomous robots can sense and respond to their environment, plan for their actions, and in some cases interact and work alongside people // Examples & applications: Manufacturing, transportation, healthcare ( surgery robots), robots for hazardous environements, personal services ( vacumm cleaners), entertainment ( personal robots), human augmentation ( exoskeleton), etc. Robotics
  • 16. 1616 Computer perception and physical actions Computer Vision // What: The ability to automatically and accurately transcribe human speech (words & even the tone or emotion ) // How it works: Breaking each action: •  Analyze the recording of speech [ acoustic] •  Recognize speech- understanding phonemes •  Match them with words •  Then word sequence recognition // The challenge: •  Handling with different accents and background noise •  Homophone distinction •  Working quickly at speed of human speech // The benefits: It is 80% of accuracy today. It will allow us to access to huge information through spoken, recorded human speech as well as to handle big amounts of data . It is hands-free which delivers a great UX experience // Examples & applications: Siri, hands-free writing ( medical dictation), mobile devices control, computer system control ( car), surveillance commands, etc. Speech Recognition
  • 17. 1717 Computer task and analysis actions Computer Vision // What: The ability to automatically devise a sequence of actions to meet goals and observe constraints // How it works: Automatically devising a plan to achieve goals given: •  A description of the initial stage •  The desired goal •  The list of actions that are possible // The challenge: Managing the complexity of options at a computation time // The benefits: Ability to re-plan [ in real time] and see other potentials solutions // Examples & applications: Google maps, Routing / delivery optimization, ressources planning, etc. Planning & Scheduling
  • 18. 1818 Computer task and analysis actions Computer Vision // What: The ability of computer systems to improve their performance by exposure to data without the need to follow explicitly programmed instructions. There are three main types of machine learning: supervised learning, unsupervised learning and reinforcement learning // How it works: The machine analyzes data and automatically builds models from that data. The machine can feed on data (from internet or from their own data base) and adapt itself to make more precise predictions and act accordingly. 2 techniques for machine learning: Artificial Neural-networks & Support vectors-machines // The challenge: Acquiring and labeling training data ( can be costly and take longtime to create a large training data set) // The benefits: Allow to anticipate all possibilities (which humans can’t] . ML can discover patterns, make predictions, better on time with exposure to data. Humans may not know how to program a solution, so we’re going to expect machine-learning systems to learn in the wild or learn more autonomously with less feedback from the users. ( to run more independently) // Examples & applications: IBM Watson ML, Google Ads, Personal assistants, recommendation engines, etc. Machine Leaning
  • 19. 1919 Computer task and analysis actions Computer Vision // What: The ability to use databases of knowledge and rules to automate the process of making inferences about information ( also known as the ‘expert system’) // How it works: Through “if-then" statements that uses a set of assertions, to which rules on how to act upon those assertions are created // The challenge: Acquiring the requisite knowledge from experts. These systems need very specific rules containing the necessary textbook and judgmental knowledge about their domains, which sometimes it is not 100% complete and accurate (inferences are done only under the provided knowledge); producing sometimes inaccurate output for inadequate knowledge base // The benefits: Rule-based systems are generally implemented as single-thread programs. The advantage to this type of approach, is that if the system is designed well, then the expert's knowledge can be maintained fairly easily, just by altering whichever rules need to be altered // Examples & applications: Mortgages, credit card authorization, fraud detection, e-commerce, demographic personalization, etc. Ruled based systems
  • 20. 2020 Computer task and analysis actions Computer Vision // What: The ability to automate complex decisions and trade-offs about limited resources, in order to find the optimal solution out of all possible solutions // How it works: Traditional methods of optimization use differential calculus or brute force search to guide the exploration of the solution space (a space consisting of all possible solutions) // The challenge: They can mislead us into believing that we have optimized a problem, when in reality we have only reached one part of it // The benefits: Possibility to maximize desirable traits // Examples & applications: A/B testing , Route optimization for smart waste management, Company/ product profit recommendation, etc. Optimization
  • 22. 2222 VERSION:ONE TEMPLATE (iris)® MARCH 2014 VERSION:ONE TEMPLATE (iris)® MARCH 2014 Faster actions and decisions (e.g.: automated fraud detection, planning and scheduling)
  • 24. 2424 VERSION:ONE TEMPLATE (iris)® MARCH 2014 VERSION:ONE TEMPLATE (iris)® MARCH 2014 Greater efficiency (e.g.: better use of high skilled people or expensive equipment)
  • 25. 2525 VERSION:ONE TEMPLATE (iris)® MARCH 2014 VERSION:ONE TEMPLATE (iris)® MARCH 2014 Lower Cost (e.g.: reducing labor cost, automated telephone customer services)
  • 26. 2626 VERSION:ONE TEMPLATE (iris)® MARCH 2014 VERSION:ONE TEMPLATE (iris)® MARCH 2014 Greater scale (e.g.: performing large-scale tasks impractical to perform manually)
  • 27. 2727 VERSION:ONE TEMPLATE (iris)® MARCH 2014 VERSION:ONE TEMPLATE (iris)® MARCH 2014 Product & Service innovation (e.g.: from adding new features to creating entirely new products)
  • 29. 2929
  • 30. 3030 PRODUCT AI to deliver a value to the end consumer/ customer. // benefits: // examples: / User convenience (e.g.: rapidity of execution) / Simplicity of the task [ e.g.: knowing preferences) / Confidence (e.g.; doing complex business decisions] / Emotional (creating emotional bonding [e.g.: speech recognition/ voice control) / Netflix. Uses machine learning for recommendations. /General Motors use computer vision in new models of cars ( eye tracking recognition to identify fatigue )
  • 31. 3131 PROCESS AI to automate tasks or business process internal to an organization. // benefits: // examples: / Reduce time of execution / Increase predictability and reliability / Reduce cost ( skilled workers can focus on important tasks) / Hong Kong’s subway: predictive maintenance. They use algorithms that create optimal engineering schedules; saving them 2 days of planning work per day. / Cincinnati's ‘Children Hospital Center’: they developed a natural language processing system to read free- forms clinical and handwriting notes. Reducing nurses’ work flow by 22%.
  • 32. 3232 INSIGHT AI to analyze large amounts of data to discern paths or make predictions // benefits: // examples: / Better and faster decisions that can improve operating and strategic performance / Make all kinds of analysis possible / Intel: uses machine learning to improve sales effectiveness ( buying patterns, promotions, etc.) / Aetna: used machine learning to produce models that predicted patients’ risk of developing metabolic syndrome. It recommended which kind of medical intervention was the most suitable.
  • 34. 3434 VERSION:ONE TEMPLATE (iris)® MARCH 2014 VERSION:ONE TEMPLATE (iris)® MARCH 2014 /! Please note: Cognitive technologies are not the solution to every problem. Organizations need to evaluate the business case for investing in this technology in an individualized way.
  • 36. 3636 Look at your business, processes, products, customers, markets to determine where the use of those technologies may be: VIABLE When cognitive technologies actually work VALUABLE When it is worth* applying cognitive technologies VITAL When cognitive technologies may be absolutely required * Just because something can be done doesn't mean that we must to do it
  • 37. 37376/23/17 376/23/17 37 Now, start thinking on how your organization might apply it !
  • 38. 3838 VERSION:ONE TEMPLATE (iris)® MARCH 2014 VERSION:ONE TEMPLATE (iris)® MARCH 2014 Thank you! If you need help, want to know more, have any questions or simply want to say hello: www.adelavillanueva.com/contact www.the-gin.com