SlideShare a Scribd company logo
1 of 36
AI For Everyone.
connect: sridhar@seshadri.vc
A quick intro…
• Domain Expert and Architect of SMAC3 (Social,
Mobile, Analytics, Cloud & Web 3.0) Technologies,
Building Startups Ground-up, GoTo Market Strategies
& Business Models Creation.
• Advising growth-stage start-ups & conglomerates in
USA, UK, MENA in the space of DeepTech – AI &
Blockchain
• CoFounder of a DeepTech start-up(valued at around
USD 60M)
• Mentor at Stanford Seed, AICs THub
• Board Advisory Member For Mid Size SIs
• Advisor at Ankurit Capital.
Learner, Author, Technologist, and Entrepreneur.
connect: sridhar@seshadri.vc
• Quiz
• History & Basics of AI
• Automation vs AI
• Trends in AI
• Agent & Use cases
• AI & Ethics
• Socio-Economic Implication
connect: sridhar@seshadri.vc
When (Room temp = 25 Degree C),
Action = turn on the Air Conditioner
Based on body heat pattern regulate the
temperature of the Air Conditioner
QUIZ
connect: sridhar@seshadri.vc
Alarm Clock Gun
How will you make these smart?
connect: sridhar@seshadri.vc
Signals (Metrics)
1) Sleep Cycle (when do you get up
and when do you sleep)
2) Snoring Noise Pattern
3) Outdoor activity
4) Health activity monitoring
5) Calendar Schedule Based Prompts
Etc..
Alarm Clock
connect: sridhar@seshadri.vc
Signals (Metrics)
1) Biometric Pattern Matching
2) Pressure Matching
3) Modes based on Person’s profile ex.
Taser, Pellet, Bullet etc.
Etc..
GUN
connect: sridhar@seshadri.vc
Automation
• A task that has a fixed process
and can be accomplished by
following the same steps every
time
• It is based on conditions (ex. IF
THEN ELSE)
• Occurs at a fix frequency
Intelligence
• No fixed process to
accomplish, is critical thinking
problem statement
• Is beyond a IF THEN ELSE, and
is mostly probabilistic
• Based on a complex pattern
and needs analytical way to
think through
Automation vs Intelligence
As soon as it works, no one calls it AI anymore.” — John McCarthy
connect: sridhar@seshadri.vc
- 5 Senses
- Taste, Sight, Smell, Hearing and Touch
- Logic
- Rational & critical thinking
- Ability to think on the feet
- Action
- Execute on the best option of all
- Measure impact
- Get better with execution next time
What is Intelligence to a Machine?
“ Machine shall mimic alike a human baby”
connect: sridhar@seshadri.vc
Machine Learning
• ML is a subset of AI.
• Deep Learning (DL) is ML but applied to large data sets.
• Supervised Learning
Supervised learning is a learning in which we teach or train the machine using data
which is well labeled that means some data is already tagged with the correct answer
Supervised learning classified into two categories of algorithms:
Classification: A classification problem is when the output variable is a category, such as
“South Asian” or “Asian” or “American” and “British”.
Regression: A regression problem is when the output variable is a real value, such as
“How many Asians” or “How many predicted attacks.”
• Unsupervised Learning
• Unsupervised learning is the training of machine using information that is neither
classified nor labeled and allowing the algorithm to act on that information without
guidance. Here the task of machine is to group unsorted information according to
similarities, patterns and differences without any prior training of data.
• Clustering: Grouping terrorist by attack pattern.
connect: sridhar@seshadri.vc
NLG - NLP
• Natural Language Generation
(NLG), a subfield of artificial
intelligence (AI) which produces
language as output on the basis
of data input, is not a new
concept
• There are a plethora of ways
the technology is being
employed, primarily to improve
human productivity, customer
engagement and operational
efficiency
connect: sridhar@seshadri.vc
Natural Language Processing & Generation
Natural language processing (NLP) is the ability of a computer program to
understand human language as it is spoken.
Syntactic Analysis
Lexical Analysis
connect: sridhar@seshadri.vc
Computer Vision
Computer vision is a field of computer science that works on
enabling computers to see, identify and process images in the
same way that human vision does.
Thermal Imaging and Convolutional Neural Networks
At Edwards Air Force Base, for example, a system of
ground-based radars sweeps over its 308,000 acres.
Autonomous vehicles, robots, deep fakes, CCTV
surveillance, interrogation etc.
connect: sridhar@seshadri.vc
History
1.Early Dreams (1940s-50s): From Alan Turing's groundbreaking questions about machine intelligence to the birth of the term "artificial
intelligence," explore the early theoretical work and optimistic visions that laid the foundation.
2.AI Winter (1960s-70s): Discuss the initial setbacks due to limited computing power and overly ambitious goals, highlighting the lessons
learned and the impact on the field's trajectory.
3.Expert Systems & Knowledge Revolution (1980s): Focus on developing rule-based systems for specific tasks, like medical diagnosis, and the
rise of knowledge representation techniques, showcasing the first wave of practical applications.
4.Machine Learning Explosion (1990s-2000s): Dive into the paradigm shift towards statistical learning algorithms like neural networks,
leading to breakthroughs in speech recognition, image recognition, and other areas.
5.Deep Learning & the AI Renaissance (2010s-Present): Highlight the rise of powerful deep learning architectures, fueled by big data and
increased computing power, driving major advancements in natural language processing, computer vision, and other fields.
connect: sridhar@seshadri.vc
Historic Trends
connect: sridhar@seshadri.vc
Trends!
Focus:
Big Data Analytics
Focus:
Data Science
Focus:
Enterprise AI
Focus:
Industry Transformation
Focus:
Structured Data
• Focus on traditional business
intelligence (BI) analytics driven off
structured data
• E.g. Tableau, SAS, SPSS
• Focus on data lakes to gather
data from internal systems and
external sources
• E.g. Cloudera, Hortonworks, IBM
Big Insights, Palantir
• Focus on developer and data
science tools and technical services
to construct AI applications
• E.g. IBM Watson, AWS ML, Azure
ML, H2O.ai, Microsoft Cognitive
Services
• Augmented Intelligence to drive
hyper-personalized user
engagement and process
Intelligence
• Industry optimized Cognitive
Clouds focused on solving high ROI
use cases in vertical domains
TRADITIONAL
ANALYTICS
BIG DATA
PLATFORMS
MACHINE
LEARNING
PLATFORMS
AUGMENTED
INTELLIGENCE
PLATFORMS
INDUSTRY
COGNITIVE
CLOUDS
Structured Data
Unstructured Data
AI Technical
Services e.g. Watson
AI/ML Tools
e.g. Azure ML
User
Engagement
Process
Intelligence
Cloud scale
New Business
Models
DEEPTECH
GENAI
XAI
MULTIMODAL
connect: sridhar@seshadri.vc
Framework to design an AI Agent.
connect: sridhar@seshadri.vc
AI AGENTS & ENVIRONMENT
Artificial intelligence is defined as the
study of rational agents.
A rational agent could decide as a person, firm, machine,
or software. After considering past and current
percepts(agent’s perceptual inputs at a given instance), it
acts with the best outcome.
An AI system is composed of an agent
and its environment.
An agent is anything that can be viewed as :
• perceiving its environment through sensors and
• acting upon that environment through actuators
connect: sridhar@seshadri.vc
Four Phases of AI System
Act on the advice thru
software/hardware
Learn from feedback, models,
and advice that is accepted /
refuted
Connect to the domain data
Discover right algorithm
Define the relevant use case
and domain context
Model the logic to solve for the
use case
Advise based on the outcome of
the algorithm
Assure with the confidence score
8
Define & Model Connect & Discover Advise & Assure Act & Learn
connect: sridhar@seshadri.vc
AI – Hot Air Balloon
Problem Statement:
“Will we be able to fly a hot air
balloon tomorrow?
Looking at the outdoor conditions
(Outlook = Rainy, Temp = Mild,
Humidity = Normal, Windy =
True)?”
The posterior probability of occurrence of an event
What do we need to know? Factors on which the probability of occurrence and non-
occurrence depends.
connect: sridhar@seshadri.vc
AI – Hot Air Balloon
Phase 1 : Define & Model
• Define the metrics that shall impact the final outcome
• Collect the data
• Enrich the data
• Choose the right model
• We need a math model for calculating posterior probability
• Transform the freq. data to likelihood data and finally use Naïve Bayesian
Equation to calculate the Posterior Probability for each classification (occur and
non-occur)
connect: sridhar@seshadri.vc
AI – Hot Air Balloon
Phase 2 : Connect & Discover
• We need a math model for calculating posterior probability
• Transform the freq. data to likelihood data
• Finally use Right Math Equation {Naïve Bayesian} to calculate
the Probability {Posterior} for each classification (occur and
non-occur)
connect: sridhar@seshadri.vc
AI – Hot Air Balloon – Connect & Discover
Outlook Temp Humidity Windy Fly
Rainy Hot High FALSE No
Rainy Hot High TRUE No
Overcast Hot High FALSE Yes
Sunny Mild High FALSE Yes
Sunny Cool Normal FALSE Yes
Sunny Cool Normal TRUE No
Overcast Cool Normal TRUE Yes
Rainy Mild High FALSE No
Rainy Cool Normal FALSE Yes
Sunny Mild Normal FALSE Yes
Rainy Mild Normal TRUE Yes
Overcast Mild High TRUE Yes
Overcast Hot Normal FALSE Yes
Sunny Mild High TRUE No
Define: Signals/Metrics
Outlook, Temp, Humidity, Windy, Historic Outcome Flying
Apply the chosen model on the data
Probability of Yes = 9/14 No = 5/14
Frequency Table Fly Ballon Frequency Table Fly Ballon
Yes No Yes No
Outlook
Sunny 3 (3/9) 2 (2/5)
Temp.
Hot 2 (2/9) 2 (2/5)
Overcast 4 (4/9) 0 Mild 4 (4/9) 2 (2/5)
Rainy 2 (2/9) 3 (3/5) Cool 3 (3/9) 1 (1/5)
9 5 9 5
Frequency Table Fly Ballon Frequency Table Fly Ballon
Yes No Yes No
Humidity
High 3 (3/9) 4 (4/5)
Windy
FALSE 6 (6/9) 2 (2/5)
Normal 6 (6/9) 1 (1/5) TRUE 3 (3/9) 3 (3/5)
9 5 9 5
Historic Behavior
connect: sridhar@seshadri.vc
AI – Hot Air Balloon – Outcome
Prediction for a day, where
Outlook = Rainy
Temp = Mild
Humidity = Normal
Windy = True
Likelihood of Yes =
P(Outlook=Rainy|Yes)*P(Temp=Mild|Yes)*P(Humidity=Normal
|Yes)*P(Windy=True|Yes)*P(Yes)
= 2/9 * 4/9 * 6/9 * 9/14
= 0.014109347
Likelihood of No =
P(Outlook=Rainy|No) * P
(Temp=Mild|No)*P(Humidity=Normal|No)*P(Windy=True|No
)*P(No)
= 3/5 * 2/5 * 1/5 * 3/5 * 5/14
= 0.010285714
Normalize
P(Yes) = 0.014109347/(0.014109347+0.010285714) =
0.578368999
P(No) = 0.010285714/ (0.014109347+0.010285714) =
0.421631001
connect: sridhar@seshadri.vc
AI – Hot Air Balloon– Outcome
Phase 3: Advice & Assure
“It’s is likely that you can fly the hot air balloon if the weather conditions
are, Outlook = Rainy, Temp = Mild, Humidity = Normal, Windy = True.
Assurance : Confidence Level for The Prediction = 57%
Phase 4: Act & Learn
Add the Weather condition and the outcome back to the original
database
connect: sridhar@seshadri.vc
CHURNER
PROFILE
SESSIONS/DAY
SESSION TIME
AGE IN GAME
LEVEL
DEVICE
4
85 SECS
2 DAYS
8
IPHONE 6
HISTORICAL PLAYERS CURRENT PLAYERS
Mobile Game Company - Use Case
Identify historical churners
Determine play patterns
Identify key churn indicators
Create multiple profiles
Search players w/ similar profiles
Make predictions
connect: sridhar@seshadri.vc
POTENTIAL CHURNERS
AI SDK automatically messages predicted churned users
Automatically flight incentives
Track ‘rewardees’ for 14 days
AWESOMENESS!
You’re doing great,
greatness deserves
rewarding!
TOOL AGNOSTIC
Direct to game client
Through game server
Through marketing tools
AI SDK has its own tool as well
ACTUAL AI SDK MESSAGES
Player Experience
connect: sridhar@seshadri.vc
AI & ETHICS
connect: sridhar@seshadri.vc
The IEEE Global Initiative on Ethics of Autonomous and Intelligent Systems
“A set of moral principles, especially ones relating to or
affirming a specified group, field, or form of conduct.”
5 Principles of Ethics!
• Human Rights
• Prioritizing Well-being
• Accountability
• Transparency
• Technology Misuse and Awareness of It
connect: sridhar@seshadri.vc
How IEEE define it?
• How can we ensure that A/IS do not infringe upon human rights?
• Traditional metrics of prosperity do not take into account the full effect
of A/IS technologies on human well-being.
• How can we assure that designers, manufacturers, owners, and operators
of A/IS are responsible and accountable?
• How can we ensure that A/IS are transparent?
• How can we extend the benefits and minimize the risks of A/IS
technology being misused?
connect: sridhar@seshadri.vc
Challenges
• Communicating complexity: How do we best communicate, through words and processes, the
nuances of a complex field like AI?
• Ethical design: How do we build and design technologies that consider ethical frameworks and
moral values as central features of technological innovation?
• Advancing accountable and fair AI: What kinds of controls do we need to minimize AI’s potential
harm to society and maximize its benefits?
• Innovation in the public interest: How do we maintain the ability of engineers and entrepreneurs
to innovate, create and profit, while ensuring that society is informed and that the work integrates
public interest perspectives?
• Expanding the table: How do we grow the field to ensure that a range of constituencies are
involved with building the tools and analysing social impact?
connect: sridhar@seshadri.vc
SOCIO-ECONOMIC IMPLICATIONS
connect: sridhar@seshadri.vc
IMPLICATIONS
Potential benefits:
• Economic growth: AI can automate tasks, improve
efficiency, and create new industries, potentially
boosting economic growth and productivity.
• Improved healthcare: AI can analyze medical
data, diagnose diseases, and personalize treatment
plans, leading to better healthcare outcomes.
• Enhanced education: AI-powered tutors and
personalized learning platforms can adapt to
individual needs and improve educational outcomes.
• Increased accessibility: AI tools can assist people with
disabilities, making society more inclusive.
• Innovation and creativity: AI can generate new ideas
and designs, accelerating innovation across various
fields.
Potential challenges:
• Job displacement: Automation through AI could lead
to job losses in certain sectors, requiring workforce
retraining and social safety nets.
• Widening inequality: AI-powered technologies might
benefit those with access to them, exacerbating
existing inequalities.
• Privacy concerns: AI systems collecting and analyzing
data raise concerns about privacy and potential
misuse of personal information.
• Ethical considerations: Biases in AI algorithms could
lead to discrimination, and the development of
autonomous weapons raises ethical questions.
• Transparency and explainability: Complex AI models
can be difficult to understand, making it challenging
to hold them accountable for their decisions.
connect: sridhar@seshadri.vc
IMPLICATIONS
• Policy and regulation: Governments and institutions can
develop policies to mitigate job losses, ensure data privacy,
and address ethical concerns.
• Upskilling and reskilling initiatives: Providing training and
education opportunities can help workers adapt to the
changing job market.
• Open dialogue and collaboration: Engaging stakeholders from
diverse backgrounds in discussions about AI can help develop
responsible and inclusive solutions.
connect: sridhar@seshadri.vc
I WOULD LOVE TO TAKE SOME QUESTIONS
connect: sridhar@seshadri.vc
Connect With Me
Sridhar Seshadri
Email: sridhar@seshadri.vc
LinkedIn: linkedin.com/in/seshadrisridhar/
Uncommon Man’s Artificial Intelligence

More Related Content

What's hot

The Ethics of Artificial Intelligence
The Ethics of Artificial IntelligenceThe Ethics of Artificial Intelligence
The Ethics of Artificial IntelligenceKarl Seiler
 
MCS Best Presentation - Artificial intelligence
MCS Best Presentation - Artificial intelligenceMCS Best Presentation - Artificial intelligence
MCS Best Presentation - Artificial intelligenceAjit Reddy
 
Computational Intelligence and Applications
Computational Intelligence and ApplicationsComputational Intelligence and Applications
Computational Intelligence and ApplicationsChetan Kumar S
 
I. FSSP(Progression Planner) II. BSSP(Regression Planner
I. FSSP(Progression Planner) II. BSSP(Regression PlannerI. FSSP(Progression Planner) II. BSSP(Regression Planner
I. FSSP(Progression Planner) II. BSSP(Regression Plannervikas dhakane
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceVijayaLakshmi N
 
History of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective TrajectoriesHistory of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective TrajectoriesGiovanni Sileno
 
ARTIFICIAL INTELLIGENCE (A.I)
ARTIFICIAL INTELLIGENCE (A.I)ARTIFICIAL INTELLIGENCE (A.I)
ARTIFICIAL INTELLIGENCE (A.I)Movie Breaker
 
Machine Learning and Real-World Applications
Machine Learning and Real-World ApplicationsMachine Learning and Real-World Applications
Machine Learning and Real-World ApplicationsMachinePulse
 
Machine Learning
Machine LearningMachine Learning
Machine LearningVivek Garg
 
Artificial Intelligence Overview Powerpoint Presentation Slides
Artificial Intelligence Overview Powerpoint Presentation SlidesArtificial Intelligence Overview Powerpoint Presentation Slides
Artificial Intelligence Overview Powerpoint Presentation SlidesSlideTeam
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceIman Ardekani
 
AI in Healthcare 2017
AI in Healthcare 2017AI in Healthcare 2017
AI in Healthcare 2017Peter Morgan
 
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...Edureka!
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...Edureka!
 
Advancement in artificial intelligence: Should Humans be Worried?
Advancement in artificial intelligence: Should Humans be Worried?Advancement in artificial intelligence: Should Humans be Worried?
Advancement in artificial intelligence: Should Humans be Worried?Raymond Owusu
 
(Ch#1) artificial intelligence
(Ch#1) artificial intelligence(Ch#1) artificial intelligence
(Ch#1) artificial intelligenceNoor Ul Hudda Memon
 
Machine Learning
Machine LearningMachine Learning
Machine LearningRahul Kumar
 

What's hot (20)

The Ethics of Artificial Intelligence
The Ethics of Artificial IntelligenceThe Ethics of Artificial Intelligence
The Ethics of Artificial Intelligence
 
Machine learning
Machine learning Machine learning
Machine learning
 
MCS Best Presentation - Artificial intelligence
MCS Best Presentation - Artificial intelligenceMCS Best Presentation - Artificial intelligence
MCS Best Presentation - Artificial intelligence
 
Computational Intelligence and Applications
Computational Intelligence and ApplicationsComputational Intelligence and Applications
Computational Intelligence and Applications
 
I. FSSP(Progression Planner) II. BSSP(Regression Planner
I. FSSP(Progression Planner) II. BSSP(Regression PlannerI. FSSP(Progression Planner) II. BSSP(Regression Planner
I. FSSP(Progression Planner) II. BSSP(Regression Planner
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
History of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective TrajectoriesHistory of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective Trajectories
 
ARTIFICIAL INTELLIGENCE (A.I)
ARTIFICIAL INTELLIGENCE (A.I)ARTIFICIAL INTELLIGENCE (A.I)
ARTIFICIAL INTELLIGENCE (A.I)
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Learning and Real-World Applications
Machine Learning and Real-World ApplicationsMachine Learning and Real-World Applications
Machine Learning and Real-World Applications
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Artificial Intelligence Overview Powerpoint Presentation Slides
Artificial Intelligence Overview Powerpoint Presentation SlidesArtificial Intelligence Overview Powerpoint Presentation Slides
Artificial Intelligence Overview Powerpoint Presentation Slides
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
AI in Healthcare 2017
AI in Healthcare 2017AI in Healthcare 2017
AI in Healthcare 2017
 
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
 
Advancement in artificial intelligence: Should Humans be Worried?
Advancement in artificial intelligence: Should Humans be Worried?Advancement in artificial intelligence: Should Humans be Worried?
Advancement in artificial intelligence: Should Humans be Worried?
 
Cosc 208 lecture note-1
Cosc 208 lecture note-1Cosc 208 lecture note-1
Cosc 208 lecture note-1
 
(Ch#1) artificial intelligence
(Ch#1) artificial intelligence(Ch#1) artificial intelligence
(Ch#1) artificial intelligence
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 

Similar to Artificial Intelligence - AI For Everyone

An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...Dozie Agbo
 
Machine learning in Banks
Machine learning in BanksMachine learning in Banks
Machine learning in BanksAbhishek Upadhyay
 
Machine Learning & Cyber Security: Detecting Malicious URLs in the Haystack
Machine Learning & Cyber Security: Detecting Malicious URLs in the HaystackMachine Learning & Cyber Security: Detecting Malicious URLs in the Haystack
Machine Learning & Cyber Security: Detecting Malicious URLs in the HaystackAlistair Gillespie
 
BsidesLVPresso2016_JZeditsv6
BsidesLVPresso2016_JZeditsv6BsidesLVPresso2016_JZeditsv6
BsidesLVPresso2016_JZeditsv6Rod Soto
 
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
 
Introduction to Knowledge Graphs
Introduction to Knowledge GraphsIntroduction to Knowledge Graphs
Introduction to Knowledge Graphsmukuljoshi
 
From Rocket Science to Data Science
From Rocket Science to Data ScienceFrom Rocket Science to Data Science
From Rocket Science to Data ScienceSanghamitra Deb
 
Artificial intelligence and its application
Artificial intelligence and its applicationArtificial intelligence and its application
Artificial intelligence and its applicationMohammed Abdel Razek
 
Understanding Products Driven by Machine Learning and AI: A Data Scientist's ...
Understanding Products Driven by Machine Learning and AI: A Data Scientist's ...Understanding Products Driven by Machine Learning and AI: A Data Scientist's ...
Understanding Products Driven by Machine Learning and AI: A Data Scientist's ...Amanda Casari
 
A Journey Through The Far Side Of Data Science
A Journey Through The Far Side Of Data ScienceA Journey Through The Far Side Of Data Science
A Journey Through The Far Side Of Data Sciencetlcj97
 
Course Title: Introduction to Machine Learning Chapter, One: Introduction
Course Title: Introduction to Machine Learning   Chapter,   One: IntroductionCourse Title: Introduction to Machine Learning   Chapter,   One: Introduction
Course Title: Introduction to Machine Learning Chapter, One: IntroductionShumet Tadesse
 
Artificial intelligence: Simulation of Intelligence
Artificial intelligence: Simulation of IntelligenceArtificial intelligence: Simulation of Intelligence
Artificial intelligence: Simulation of IntelligenceAbhishek Upadhyay
 
Big Data Analytics : Understanding for Research Activity
Big Data Analytics : Understanding for Research ActivityBig Data Analytics : Understanding for Research Activity
Big Data Analytics : Understanding for Research ActivityAndry Alamsyah
 
AI in Manufacturing: Opportunities & Challenges
AI in Manufacturing: Opportunities & ChallengesAI in Manufacturing: Opportunities & Challenges
AI in Manufacturing: Opportunities & ChallengesTathagat Varma
 
AI In Actuarial Science
AI In Actuarial ScienceAI In Actuarial Science
AI In Actuarial ScienceAudrey Britton
 
Artificial Intelligence (ML - DL)
Artificial Intelligence (ML - DL)Artificial Intelligence (ML - DL)
Artificial Intelligence (ML - DL)ShehryarSH1
 
Say "Hi!" to Your New Boss
Say "Hi!" to Your New BossSay "Hi!" to Your New Boss
Say "Hi!" to Your New BossAndreas Dewes
 
AI for Everyone: Master the Basics
AI for Everyone: Master the BasicsAI for Everyone: Master the Basics
AI for Everyone: Master the BasicsStutty Srivastava
 
Data Science - An emerging Stream of Science with its Spreading Reach & Impact
Data Science - An emerging Stream of Science with its Spreading Reach & ImpactData Science - An emerging Stream of Science with its Spreading Reach & Impact
Data Science - An emerging Stream of Science with its Spreading Reach & ImpactDr. Sunil Kr. Pandey
 

Similar to Artificial Intelligence - AI For Everyone (20)

Dig18
Dig18Dig18
Dig18
 
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
 
Machine learning in Banks
Machine learning in BanksMachine learning in Banks
Machine learning in Banks
 
Machine Learning & Cyber Security: Detecting Malicious URLs in the Haystack
Machine Learning & Cyber Security: Detecting Malicious URLs in the HaystackMachine Learning & Cyber Security: Detecting Malicious URLs in the Haystack
Machine Learning & Cyber Security: Detecting Malicious URLs in the Haystack
 
BsidesLVPresso2016_JZeditsv6
BsidesLVPresso2016_JZeditsv6BsidesLVPresso2016_JZeditsv6
BsidesLVPresso2016_JZeditsv6
 
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
 
Introduction to Knowledge Graphs
Introduction to Knowledge GraphsIntroduction to Knowledge Graphs
Introduction to Knowledge Graphs
 
From Rocket Science to Data Science
From Rocket Science to Data ScienceFrom Rocket Science to Data Science
From Rocket Science to Data Science
 
Artificial intelligence and its application
Artificial intelligence and its applicationArtificial intelligence and its application
Artificial intelligence and its application
 
Understanding Products Driven by Machine Learning and AI: A Data Scientist's ...
Understanding Products Driven by Machine Learning and AI: A Data Scientist's ...Understanding Products Driven by Machine Learning and AI: A Data Scientist's ...
Understanding Products Driven by Machine Learning and AI: A Data Scientist's ...
 
A Journey Through The Far Side Of Data Science
A Journey Through The Far Side Of Data ScienceA Journey Through The Far Side Of Data Science
A Journey Through The Far Side Of Data Science
 
Course Title: Introduction to Machine Learning Chapter, One: Introduction
Course Title: Introduction to Machine Learning   Chapter,   One: IntroductionCourse Title: Introduction to Machine Learning   Chapter,   One: Introduction
Course Title: Introduction to Machine Learning Chapter, One: Introduction
 
Artificial intelligence: Simulation of Intelligence
Artificial intelligence: Simulation of IntelligenceArtificial intelligence: Simulation of Intelligence
Artificial intelligence: Simulation of Intelligence
 
Big Data Analytics : Understanding for Research Activity
Big Data Analytics : Understanding for Research ActivityBig Data Analytics : Understanding for Research Activity
Big Data Analytics : Understanding for Research Activity
 
AI in Manufacturing: Opportunities & Challenges
AI in Manufacturing: Opportunities & ChallengesAI in Manufacturing: Opportunities & Challenges
AI in Manufacturing: Opportunities & Challenges
 
AI In Actuarial Science
AI In Actuarial ScienceAI In Actuarial Science
AI In Actuarial Science
 
Artificial Intelligence (ML - DL)
Artificial Intelligence (ML - DL)Artificial Intelligence (ML - DL)
Artificial Intelligence (ML - DL)
 
Say "Hi!" to Your New Boss
Say "Hi!" to Your New BossSay "Hi!" to Your New Boss
Say "Hi!" to Your New Boss
 
AI for Everyone: Master the Basics
AI for Everyone: Master the BasicsAI for Everyone: Master the Basics
AI for Everyone: Master the Basics
 
Data Science - An emerging Stream of Science with its Spreading Reach & Impact
Data Science - An emerging Stream of Science with its Spreading Reach & ImpactData Science - An emerging Stream of Science with its Spreading Reach & Impact
Data Science - An emerging Stream of Science with its Spreading Reach & Impact
 

Recently uploaded

Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 

Recently uploaded (20)

Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 

Artificial Intelligence - AI For Everyone

  • 1. AI For Everyone. connect: sridhar@seshadri.vc
  • 2. A quick intro… • Domain Expert and Architect of SMAC3 (Social, Mobile, Analytics, Cloud & Web 3.0) Technologies, Building Startups Ground-up, GoTo Market Strategies & Business Models Creation. • Advising growth-stage start-ups & conglomerates in USA, UK, MENA in the space of DeepTech – AI & Blockchain • CoFounder of a DeepTech start-up(valued at around USD 60M) • Mentor at Stanford Seed, AICs THub • Board Advisory Member For Mid Size SIs • Advisor at Ankurit Capital. Learner, Author, Technologist, and Entrepreneur. connect: sridhar@seshadri.vc
  • 3. • Quiz • History & Basics of AI • Automation vs AI • Trends in AI • Agent & Use cases • AI & Ethics • Socio-Economic Implication connect: sridhar@seshadri.vc
  • 4. When (Room temp = 25 Degree C), Action = turn on the Air Conditioner Based on body heat pattern regulate the temperature of the Air Conditioner QUIZ connect: sridhar@seshadri.vc
  • 5. Alarm Clock Gun How will you make these smart? connect: sridhar@seshadri.vc
  • 6. Signals (Metrics) 1) Sleep Cycle (when do you get up and when do you sleep) 2) Snoring Noise Pattern 3) Outdoor activity 4) Health activity monitoring 5) Calendar Schedule Based Prompts Etc.. Alarm Clock connect: sridhar@seshadri.vc
  • 7. Signals (Metrics) 1) Biometric Pattern Matching 2) Pressure Matching 3) Modes based on Person’s profile ex. Taser, Pellet, Bullet etc. Etc.. GUN connect: sridhar@seshadri.vc
  • 8. Automation • A task that has a fixed process and can be accomplished by following the same steps every time • It is based on conditions (ex. IF THEN ELSE) • Occurs at a fix frequency Intelligence • No fixed process to accomplish, is critical thinking problem statement • Is beyond a IF THEN ELSE, and is mostly probabilistic • Based on a complex pattern and needs analytical way to think through Automation vs Intelligence As soon as it works, no one calls it AI anymore.” — John McCarthy connect: sridhar@seshadri.vc
  • 9. - 5 Senses - Taste, Sight, Smell, Hearing and Touch - Logic - Rational & critical thinking - Ability to think on the feet - Action - Execute on the best option of all - Measure impact - Get better with execution next time What is Intelligence to a Machine? “ Machine shall mimic alike a human baby” connect: sridhar@seshadri.vc
  • 10. Machine Learning • ML is a subset of AI. • Deep Learning (DL) is ML but applied to large data sets. • Supervised Learning Supervised learning is a learning in which we teach or train the machine using data which is well labeled that means some data is already tagged with the correct answer Supervised learning classified into two categories of algorithms: Classification: A classification problem is when the output variable is a category, such as “South Asian” or “Asian” or “American” and “British”. Regression: A regression problem is when the output variable is a real value, such as “How many Asians” or “How many predicted attacks.” • Unsupervised Learning • Unsupervised learning is the training of machine using information that is neither classified nor labeled and allowing the algorithm to act on that information without guidance. Here the task of machine is to group unsorted information according to similarities, patterns and differences without any prior training of data. • Clustering: Grouping terrorist by attack pattern. connect: sridhar@seshadri.vc
  • 11. NLG - NLP • Natural Language Generation (NLG), a subfield of artificial intelligence (AI) which produces language as output on the basis of data input, is not a new concept • There are a plethora of ways the technology is being employed, primarily to improve human productivity, customer engagement and operational efficiency connect: sridhar@seshadri.vc
  • 12. Natural Language Processing & Generation Natural language processing (NLP) is the ability of a computer program to understand human language as it is spoken. Syntactic Analysis Lexical Analysis connect: sridhar@seshadri.vc
  • 13. Computer Vision Computer vision is a field of computer science that works on enabling computers to see, identify and process images in the same way that human vision does. Thermal Imaging and Convolutional Neural Networks At Edwards Air Force Base, for example, a system of ground-based radars sweeps over its 308,000 acres. Autonomous vehicles, robots, deep fakes, CCTV surveillance, interrogation etc. connect: sridhar@seshadri.vc
  • 14. History 1.Early Dreams (1940s-50s): From Alan Turing's groundbreaking questions about machine intelligence to the birth of the term "artificial intelligence," explore the early theoretical work and optimistic visions that laid the foundation. 2.AI Winter (1960s-70s): Discuss the initial setbacks due to limited computing power and overly ambitious goals, highlighting the lessons learned and the impact on the field's trajectory. 3.Expert Systems & Knowledge Revolution (1980s): Focus on developing rule-based systems for specific tasks, like medical diagnosis, and the rise of knowledge representation techniques, showcasing the first wave of practical applications. 4.Machine Learning Explosion (1990s-2000s): Dive into the paradigm shift towards statistical learning algorithms like neural networks, leading to breakthroughs in speech recognition, image recognition, and other areas. 5.Deep Learning & the AI Renaissance (2010s-Present): Highlight the rise of powerful deep learning architectures, fueled by big data and increased computing power, driving major advancements in natural language processing, computer vision, and other fields. connect: sridhar@seshadri.vc
  • 16. Trends! Focus: Big Data Analytics Focus: Data Science Focus: Enterprise AI Focus: Industry Transformation Focus: Structured Data • Focus on traditional business intelligence (BI) analytics driven off structured data • E.g. Tableau, SAS, SPSS • Focus on data lakes to gather data from internal systems and external sources • E.g. Cloudera, Hortonworks, IBM Big Insights, Palantir • Focus on developer and data science tools and technical services to construct AI applications • E.g. IBM Watson, AWS ML, Azure ML, H2O.ai, Microsoft Cognitive Services • Augmented Intelligence to drive hyper-personalized user engagement and process Intelligence • Industry optimized Cognitive Clouds focused on solving high ROI use cases in vertical domains TRADITIONAL ANALYTICS BIG DATA PLATFORMS MACHINE LEARNING PLATFORMS AUGMENTED INTELLIGENCE PLATFORMS INDUSTRY COGNITIVE CLOUDS Structured Data Unstructured Data AI Technical Services e.g. Watson AI/ML Tools e.g. Azure ML User Engagement Process Intelligence Cloud scale New Business Models DEEPTECH GENAI XAI MULTIMODAL connect: sridhar@seshadri.vc
  • 17. Framework to design an AI Agent. connect: sridhar@seshadri.vc
  • 18. AI AGENTS & ENVIRONMENT Artificial intelligence is defined as the study of rational agents. A rational agent could decide as a person, firm, machine, or software. After considering past and current percepts(agent’s perceptual inputs at a given instance), it acts with the best outcome. An AI system is composed of an agent and its environment. An agent is anything that can be viewed as : • perceiving its environment through sensors and • acting upon that environment through actuators connect: sridhar@seshadri.vc
  • 19. Four Phases of AI System Act on the advice thru software/hardware Learn from feedback, models, and advice that is accepted / refuted Connect to the domain data Discover right algorithm Define the relevant use case and domain context Model the logic to solve for the use case Advise based on the outcome of the algorithm Assure with the confidence score 8 Define & Model Connect & Discover Advise & Assure Act & Learn connect: sridhar@seshadri.vc
  • 20. AI – Hot Air Balloon Problem Statement: “Will we be able to fly a hot air balloon tomorrow? Looking at the outdoor conditions (Outlook = Rainy, Temp = Mild, Humidity = Normal, Windy = True)?” The posterior probability of occurrence of an event What do we need to know? Factors on which the probability of occurrence and non- occurrence depends. connect: sridhar@seshadri.vc
  • 21. AI – Hot Air Balloon Phase 1 : Define & Model • Define the metrics that shall impact the final outcome • Collect the data • Enrich the data • Choose the right model • We need a math model for calculating posterior probability • Transform the freq. data to likelihood data and finally use NaĂŻve Bayesian Equation to calculate the Posterior Probability for each classification (occur and non-occur) connect: sridhar@seshadri.vc
  • 22. AI – Hot Air Balloon Phase 2 : Connect & Discover • We need a math model for calculating posterior probability • Transform the freq. data to likelihood data • Finally use Right Math Equation {NaĂŻve Bayesian} to calculate the Probability {Posterior} for each classification (occur and non-occur) connect: sridhar@seshadri.vc
  • 23. AI – Hot Air Balloon – Connect & Discover Outlook Temp Humidity Windy Fly Rainy Hot High FALSE No Rainy Hot High TRUE No Overcast Hot High FALSE Yes Sunny Mild High FALSE Yes Sunny Cool Normal FALSE Yes Sunny Cool Normal TRUE No Overcast Cool Normal TRUE Yes Rainy Mild High FALSE No Rainy Cool Normal FALSE Yes Sunny Mild Normal FALSE Yes Rainy Mild Normal TRUE Yes Overcast Mild High TRUE Yes Overcast Hot Normal FALSE Yes Sunny Mild High TRUE No Define: Signals/Metrics Outlook, Temp, Humidity, Windy, Historic Outcome Flying Apply the chosen model on the data Probability of Yes = 9/14 No = 5/14 Frequency Table Fly Ballon Frequency Table Fly Ballon Yes No Yes No Outlook Sunny 3 (3/9) 2 (2/5) Temp. Hot 2 (2/9) 2 (2/5) Overcast 4 (4/9) 0 Mild 4 (4/9) 2 (2/5) Rainy 2 (2/9) 3 (3/5) Cool 3 (3/9) 1 (1/5) 9 5 9 5 Frequency Table Fly Ballon Frequency Table Fly Ballon Yes No Yes No Humidity High 3 (3/9) 4 (4/5) Windy FALSE 6 (6/9) 2 (2/5) Normal 6 (6/9) 1 (1/5) TRUE 3 (3/9) 3 (3/5) 9 5 9 5 Historic Behavior connect: sridhar@seshadri.vc
  • 24. AI – Hot Air Balloon – Outcome Prediction for a day, where Outlook = Rainy Temp = Mild Humidity = Normal Windy = True Likelihood of Yes = P(Outlook=Rainy|Yes)*P(Temp=Mild|Yes)*P(Humidity=Normal |Yes)*P(Windy=True|Yes)*P(Yes) = 2/9 * 4/9 * 6/9 * 9/14 = 0.014109347 Likelihood of No = P(Outlook=Rainy|No) * P (Temp=Mild|No)*P(Humidity=Normal|No)*P(Windy=True|No )*P(No) = 3/5 * 2/5 * 1/5 * 3/5 * 5/14 = 0.010285714 Normalize P(Yes) = 0.014109347/(0.014109347+0.010285714) = 0.578368999 P(No) = 0.010285714/ (0.014109347+0.010285714) = 0.421631001 connect: sridhar@seshadri.vc
  • 25. AI – Hot Air Balloon– Outcome Phase 3: Advice & Assure “It’s is likely that you can fly the hot air balloon if the weather conditions are, Outlook = Rainy, Temp = Mild, Humidity = Normal, Windy = True. Assurance : Confidence Level for The Prediction = 57% Phase 4: Act & Learn Add the Weather condition and the outcome back to the original database connect: sridhar@seshadri.vc
  • 26. CHURNER PROFILE SESSIONS/DAY SESSION TIME AGE IN GAME LEVEL DEVICE 4 85 SECS 2 DAYS 8 IPHONE 6 HISTORICAL PLAYERS CURRENT PLAYERS Mobile Game Company - Use Case Identify historical churners Determine play patterns Identify key churn indicators Create multiple profiles Search players w/ similar profiles Make predictions connect: sridhar@seshadri.vc
  • 27. POTENTIAL CHURNERS AI SDK automatically messages predicted churned users Automatically flight incentives Track ‘rewardees’ for 14 days AWESOMENESS! You’re doing great, greatness deserves rewarding! TOOL AGNOSTIC Direct to game client Through game server Through marketing tools AI SDK has its own tool as well ACTUAL AI SDK MESSAGES Player Experience connect: sridhar@seshadri.vc
  • 28. AI & ETHICS connect: sridhar@seshadri.vc
  • 29. The IEEE Global Initiative on Ethics of Autonomous and Intelligent Systems “A set of moral principles, especially ones relating to or affirming a specified group, field, or form of conduct.” 5 Principles of Ethics! • Human Rights • Prioritizing Well-being • Accountability • Transparency • Technology Misuse and Awareness of It connect: sridhar@seshadri.vc
  • 30. How IEEE define it? • How can we ensure that A/IS do not infringe upon human rights? • Traditional metrics of prosperity do not take into account the full effect of A/IS technologies on human well-being. • How can we assure that designers, manufacturers, owners, and operators of A/IS are responsible and accountable? • How can we ensure that A/IS are transparent? • How can we extend the benefits and minimize the risks of A/IS technology being misused? connect: sridhar@seshadri.vc
  • 31. Challenges • Communicating complexity: How do we best communicate, through words and processes, the nuances of a complex field like AI? • Ethical design: How do we build and design technologies that consider ethical frameworks and moral values as central features of technological innovation? • Advancing accountable and fair AI: What kinds of controls do we need to minimize AI’s potential harm to society and maximize its benefits? • Innovation in the public interest: How do we maintain the ability of engineers and entrepreneurs to innovate, create and profit, while ensuring that society is informed and that the work integrates public interest perspectives? • Expanding the table: How do we grow the field to ensure that a range of constituencies are involved with building the tools and analysing social impact? connect: sridhar@seshadri.vc
  • 33. IMPLICATIONS Potential benefits: • Economic growth: AI can automate tasks, improve efficiency, and create new industries, potentially boosting economic growth and productivity. • Improved healthcare: AI can analyze medical data, diagnose diseases, and personalize treatment plans, leading to better healthcare outcomes. • Enhanced education: AI-powered tutors and personalized learning platforms can adapt to individual needs and improve educational outcomes. • Increased accessibility: AI tools can assist people with disabilities, making society more inclusive. • Innovation and creativity: AI can generate new ideas and designs, accelerating innovation across various fields. Potential challenges: • Job displacement: Automation through AI could lead to job losses in certain sectors, requiring workforce retraining and social safety nets. • Widening inequality: AI-powered technologies might benefit those with access to them, exacerbating existing inequalities. • Privacy concerns: AI systems collecting and analyzing data raise concerns about privacy and potential misuse of personal information. • Ethical considerations: Biases in AI algorithms could lead to discrimination, and the development of autonomous weapons raises ethical questions. • Transparency and explainability: Complex AI models can be difficult to understand, making it challenging to hold them accountable for their decisions. connect: sridhar@seshadri.vc
  • 34. IMPLICATIONS • Policy and regulation: Governments and institutions can develop policies to mitigate job losses, ensure data privacy, and address ethical concerns. • Upskilling and reskilling initiatives: Providing training and education opportunities can help workers adapt to the changing job market. • Open dialogue and collaboration: Engaging stakeholders from diverse backgrounds in discussions about AI can help develop responsible and inclusive solutions. connect: sridhar@seshadri.vc
  • 35. I WOULD LOVE TO TAKE SOME QUESTIONS connect: sridhar@seshadri.vc
  • 36. Connect With Me Sridhar Seshadri Email: sridhar@seshadri.vc LinkedIn: linkedin.com/in/seshadrisridhar/ Uncommon Man’s Artificial Intelligence