Unit-I artificial intelligence
Unit-I artificial intelligence
Introduction
Contents
• The AI Problems
• The Underlying Assumption
• What is an AI Technique?
• The Level of The Model
• Criteria for Success
• Agents and Environments
• Concept of Rationality
• The Nature of Environments
• Structure of Agents
• Problem Formulation
Introduction
• Artificial Intelligence (AI) is a branch of computer science focused
on creating systems that can perform tasks that typically require
human intelligence. These tasks include:
• Reasoning (e.g., solving puzzles, making decisions)
• Learning (e.g., recognizing patterns, improving from data)
• Perception (e.g., seeing, hearing, or interpreting sensory input)
• Natural Language Understanding (e.g., chatbots, translation)
• Problem-Solving (e.g., optimizing routes, playing games)
• AI is transforming industries by mimicking human-like intelligence
in machines. While it offers immense benefits, responsible
development is crucial to address risks.
Continues…..
• AI is the science and engineering of making intelligent machines,
especially intelligent computer programs.
• John McCarthy is the father of AI (1956).
• AI is a branch of computer science dealing with the simulation of
intelligent behaviour in computers.
• AI is the study of how to make computers do things which, at the
moment, people do better.
• AI is the study and design of intelligent agents, where an intelligent
agent is a system that perceives its environment and takes actions.
How AI Works?
• AI systems typically:
• Take Input (e.g., text, images, sensor data).
• Process It (using algorithms like machine learning).
• Produce Output (e.g., predictions, actions, decisions).
• Example:
• Input: A photo of a cat.
• AI Process: A neural network analyzes pixels to detect patterns (ears,
whiskers).
• Output: Correctly labels the image as "cat."
Real World AI Examples
Application AI Technique Used Example
Voice Assistants NLP (Natural Language Alexa, Siri, Google
Processing) Assistant
Fraud Detection Machine Learning Banks flagging suspicious
transactions
Medical Diagnosis Deep Learning AI detecting tumors in X-
rays
Self-Driving Cars Computer Vision + Tesla Autopilot
Reinforcement Learning
Recommendation Systems Collaborative Filtering YouTube, Amazon
suggestions
Subfields of AI
• Machine Learning – Learning from data (e.g. spam detection)
• Natural Language Processing (NLP) – Understanding and
generating human language (e.g. chatbots)
• Computer Vision – Interpreting visual data (e.g. face recognition)
• Robotics – Interacting physically with the environment (e.g. drones)
• Expert Systems – Using knowledge bases to make decisions (e.g.
medical diagnosis tools).
The AI Problems
• AI problems involve tasks that require some form of intelligent
behaviour, such as learning from experience, making decisions, and
adapting to new situations.
• They also include tasks requiring human-like intelligence (e.g.,
reasoning, learning, perception).
• Examples:
• Playing Chess (Decision-making under rules).
• Siri/Alexa (Natural Language Processing).
• Self-driving cars (Perception + Real-time control).
Types of AI Problems
Type of Problem Description Example
Finding a solution path in a space of
Search Problems Solving a maze, route planning
possible options