Chapter 1
Chapter 1
1 Introduction
1.1 What is AI?
1.4 The State of the Art
Basic Idea on Artificial Intelligence (AI)
• Simple Definition: AI, or Artificial Intelligence, is when machines or computers are designed to
think, learn, and solve problems like humans do. It's like teaching a computer to be smart and
make decisions on its own!
• A simple example of AI is virtual assistants like Siri or Google Assistant. They can understand what
you say, answer questions, set reminders, and even control smart devices, all by using AI to
process your requests and respond
• It’s hard to completely escape from AI since it’s embedded in so many aspects of modern life,
from smartphones and apps to online services and smart devices. AI is used in things like:
• Search engines
• Social media algorithms
• Navigation apps (like Google Maps)
• Online shopping recommendations
• Banking and fraud detection
•Virtual Assistants (like Siri, Google Assistant): They help with tasks like setting reminders, sending texts, and
answering questions.
•Facial Recognition: AI scans and recognizes your face to unlock your phone securely.
•Voice Recognition: AI recognizes your voice for voice commands, dictation, and unlocking the phone.
•Camera Enhancements: AI improves photos by adjusting settings like lighting, focus, and color based on the scene.
•Autocorrect and Predictive Text: AI suggests words or corrects typing errors while you're texting or typing.
•App Suggestions: AI analyzes your usage patterns to suggest apps you might need based on the time of day or your
routine.
•Battery Optimization: AI learns your phone usage and optimizes settings to conserve battery life.
•Personalized Content: AI curates news, social media feeds, or shopping suggestions based on your preferences.
•Object and Image Recognition: AI identifies objects, landmarks, and people in your photos, making it easier to search
• 1. GPT Models (OpenAI's GPT-3 and GPT-4) : These large language models can generate human-
like text, answer questions, and assist with tasks like coding, writing, and research. GPT-4, in
particular, has significantly improved in understanding context, logic, and handling complex tasks
compared to its predecessors.
• 2. AlphaFold (by DeepMind) : AlphaFold made a groundbreaking advancement by solving the
protein-folding problem, predicting the 3D structure of proteins based solely on their amino acid
sequences. This has vast implications for biology, medicine, and drug discovery.
• 3. DALL·E and Stable Diffusion (Generative AI for Images): These AI models can generate highly
detailed and creative images from simple text prompts. This opens new doors in art, design, and
visual storytelling, allowing AI to create visually stunning content based on user descriptions.
• 4. Self-Supervised Learning :Traditional AI models rely on large amounts of labeled data, but self-
supervised learning models (like Facebook's SEER or DeepMind's BYOL) learn from vast amounts
of unlabelled data. This dramatically reduces the need for human-labeled datasets, speeding up
AI development.
• 5. Reinforcement Learning Breakthroughs (AlphaGo/AlphaZero) : DeepMind’s AlphaGo and its
successor AlphaZero mastered games like Go, Chess, and Shogi using reinforcement learning.
AlphaZero can learn how to play these games from scratch, with no human input beyond the
rules.
• 6. AI in Healthcare :AI models, like Google’s DeepMind Health, are being used to detect
diseases such as diabetic retinopathy, breast cancer, and more by analyzing medical
images. AI tools are becoming crucial in early diagnosis and precision medicine.
• 7. Neural Radiance Fields (NeRF) : NeRF is an AI technique that can create 3D models of
objects from 2D images. It allows for ultra-realistic renderings and reconstructions, which
can have applications in video games, virtual reality, and digital preservation.
• 8. Chatbots and Conversational AI : Conversational AI like ChatGPT and Google's Bard
have made customer support and online interactions much more fluid and intelligent.
These systems can hold meaningful conversations, answer complex questions, and even
manage tasks autonomously.
• 9. Generative Adversarial Networks (GANs) : GANs are used to create highly realistic
images, videos, and even voices. They work by having two neural networks (a generator
and a discriminator) compete with each other to improve the quality of generated
outputs.
• 10. AI in Robotics (Boston Dynamics) : AI combined with advanced robotics has resulted
in robots like Boston Dynamics' Spot and Atlas, which can navigate challenging terrains,
perform complex movements, and assist in industries like construction, healthcare, and
rescue operations.
The relationship between Artificial Intelligence (AI), Machine Learning (ML), and Deep Learning (DL) is hierarchical,
with each being a subset of the other.
• Artificial Intelligence (AI):
• AI is the broadest concept. It refers to the development of computer systems that can perform tasks
typically requiring human intelligence, such as decision-making, problem-solving, and understanding
language. AI encompasses all techniques that enable machines to simulate intelligent behavior.
• Example: Virtual assistants like Siri or self-driving cars.
• Machine Learning (ML):
• ML is a subset of AI. It involves training computers to learn from data and improve over time without
being explicitly programmed for each task. In ML, algorithms find patterns or make decisions based on
data.
• Example: A spam filter that learns to identify and block unwanted emails by analyzing incoming emails.
• ML focuses on developing algorithms that allow systems to automatically improve through experience.
• Deep Learning (DL):
• DL is a subset of ML that uses neural networks with many layers (hence "deep") to learn complex
patterns in data. It is inspired by the structure of the human brain. DL models can handle large amounts
of unstructured data, such as images, videos, and text, and are especially useful in tasks like image
recognition, speech processing, and natural language understanding.
• Example: Image recognition systems, like those used by Facebook to tag friends in photos.
• DL models, like convolutional neural networks (CNNs) and recurrent neural networks (RNNs), are at the
core of many advanced AI applications today.
Hierarchical Structure:
•AI is the overarching concept (intelligent
systems),
•ML is a method within AI (learning from
data),
•DL is a specialized type of ML (using
neural networks for complex tasks).
In summary:
•AI = The big goal of creating intelligent
systems.
•ML = A way to achieve AI by enabling
machines to learn from data.
•DL = A more advanced form of ML, using
layered neural networks to solve complex
problems.
Coming to the actual syllabus
What is AI?
• We call ourselves Homo sapiens—man the wise—because our intelligence is so
important to us. For thousands of years, we have tried to understand how we
think; that is, how a mere handful of matter can perceive, understand, predict,
and manipulate a world far larger and more complicated than itself.
• The field of artificial intelligence, or AI, goes further still: it attempts not just to
understand but also to build intelligent entities.
• AI is one of the newest fields in science and engineering. Work started in earnest
soon after World War II, and the name itself was coined in 1956.
• Along with molecular biology, AI is regularly cited as the “field I would most like
to be in” by scientists in other disciplines.
• Astudent in physics might reasonably feel that all the good ideas have already
been taken by Galileo, Newton, Einstein, and the rest. AI, on the other hand, still
has openings for several full-time Einsteins and Edisons.
• The Turing test: Can a computer pass for a human? - Alex Gendler
(youtube.com)
• What is a Turing Test? A Brief History of the Turing Test and its Impact
(youtube.com)
1.1.1 Acting humanly: The Turing Test approach
• The Turing Test is one of the most well-known and debated concepts
in artificial intelligence (AI)
• It was proposed by the British mathematician and computer scientist
Alan Turing in 1950 in his seminal paper, “Computing Machinery and
Intelligence.” He proposed that the “Turing test is used to determine
whether or not a computer(machine) can think intelligently like
humans”?
What is the Turing Test?