Definition
Artificial Intelligence (AI) is the broad field of computer science that focuses on building systems that can perform tasks that normally require human intelligence.
- It’s the “umbrella term” that includes Machine Learning (ML), Deep Learning (DL), and other methods.
- Tasks include reasoning, learning, problem-solving, perception, language understanding, and decision-making.
Core Capabilities of AI
- Learning → from data, rules, or experience (ML, DL).
- Reasoning → making logical decisions (expert systems, symbolic AI).
- Perception → interpreting the world (vision, speech recognition).
- Language Understanding → NLP, LLMs (translation, chatbots).
- Action/Autonomy → robotics, self-driving cars, agents.
Types of AI
- Narrow AI (Weak AI)
- Focused on a specific task.
- Example: spam filters, recommendation engines, Siri, ChatGPT.
- General AI (AGI — Artificial General Intelligence)
- Hypothetical system with human-level intelligence across tasks.
- Can learn any intellectual task a human can. (Not yet achieved.)
- Superintelligent AI
- A theoretical future AI that surpasses human intelligence in all domains.
Examples of AI Applications
- Healthcare: diagnostic imaging, drug discovery, patient monitoring.
- Finance: fraud detection, trading algorithms, credit scoring.
- E-commerce: product recommendations, chatbots.
- Transportation: autonomous vehicles, route optimization.
- Generative AI: LLMs (GPT, Claude, Gemini), text-to-image (DALL·E, Stable Diffusion).
Relationship: AI vs. ML vs. DL
- AI = the broad goal (machines that act intelligent).
- Machine Learning (ML) = subset of AI → learning from data.
- Deep Learning (DL) = subset of ML → uses neural networks for complex tasks (vision, language).
Analogy:
- AI = the whole field (goal = human-like intelligence).
- ML = one approach (learning from data).
- DL = special ML technique (neural networks).
Benefits
- Automates tasks.
- Enhances human decision-making.
- Unlocks insights from massive data.
- Powers new products (ChatGPT, self-driving, medical AI).
Challenges
- Bias and fairness.
- Interpretability (“black box” problem).
- Energy and cost (training big models = huge FLOPs, OpEx).
- Safety, regulation, and ethics.
Summary
AI (Artificial Intelligence) = the science of creating machines that can mimic human intelligence (learning, reasoning, perception, language, decision-making).
- Includes ML and DL as core approaches.
- Powers applications from chatbots to self-driving cars to medical AI.
