Artificial Intelligence (AI)

Artificial Intelligence (AI)

Verified Sources
Aug 26, 2026

Artificial Intelligence (AI), a transformative field of computer science, seeks to create systems capable of perception, reasoning, learning, and decision‑making 2. Modern AI is organized into several subfields:

  • Machine Learning (ML)
  • Deep Learning (DL)
  • Reinforcement Learning (RL)
  • Natural Language Processing (NLP)

These techniques enable applications ranging from image recognition to autonomous vehicles. Below is a high‑level view of AI subfields and their relationships:

Footnotes

  1. MIT News – Explained: Neural networks - Overview of deep learning and its impact on modern AI systems.

  2. Stanford HAI – Brief Definitions of Key Terms in AI - Definitions for AI, Machine Learning, Deep Learning, Reinforcement Learning, and associated concepts.

Artificial Intelligence: Introduction & Overview

Pro Tip

Start with a clear problem definition before selecting any AI technique; a well‑posed problem often dictates the most suitable model.

Ethical Warning

AI systems can amplify biases present in training data; always perform bias audits and consider fairness metrics before deployment .

Footnotes

  1. Stanford HAI – Brief Definitions of Key Terms in AI - Definitions for AI, Machine Learning, Deep Learning, Reinforcement Learning, and associated concepts.

Building an End‑to‑End AI Model

  1. 1
    Step 1

    Identify the business objective and determine whether AI is the appropriate solution.

  2. 2
    Step 2

    Collect raw data from reliable sources; ensure it is representative of the problem domain.

  3. 3
    Step 3

    Clean, normalize, and split data into training, validation, and test sets.

  4. 4
    Step 4

    Choose an algorithm (e.g., decision tree, CNN, transformer) based on data type and task.

  5. 5
    Step 5

    Feed the training set to the model; adjust hyper‑parameters to minimise loss function L(θ)L(\theta).

  6. 6
    Step 6

    Assess performance with metrics such as accuracy, precision, recall, or F1F_1‑score on the validation set.

  7. 7
    Step 7

    Wrap the model in an API or embed it into an application; monitor for drift and retrain as needed.

Global AI Market Size (Billions USD)

Projected growth of AI spend worldwide.

Key Milestones in AI (2020‑2024)

AlphaFold 2 & MuZero

2020

DeepMind's AlphaFold 2 achieved unprecedented protein‑structure prediction accuracy; MuZero mastered board games without prior rules ."

Footnotes

  1. MIT News – Explained: Neural networks - Overview of deep learning and its impact on modern AI systems.

DALL‑E & CLIP Release

2021

OpenAI introduced DALL‑E for text‑to‑image generation and CLIP for visual‑language alignment ."

Footnotes

  1. 2021 in artificial intelligence – Wikipedia - Covers DALL‑E, CLIP, and early AI policy developments.

Stable Diffusion & ChatGPT Launch

2022

Stability AI released Stable Diffusion, an open‑source diffusion model; OpenAI unveiled ChatGPT, popularising conversational AI ."

Footnotes

  1. 2022 in artificial intelligence – Wikipedia - Highlights Stable Diffusion release and ChatGPT launch.

Claude 3 & AI Overviews in Search

2023

Anthropic released Claude 3 series; Google added AI Overviews to search results in the US ."

Footnotes

  1. 2024 in artificial intelligence – Wikipedia - Lists events such as GPT‑4o, AlphaFold 3, and Claude 3 releases.

GPT‑4o & AlphaFold 3

2024

OpenAI launched GPT‑4o, a multimodal model; DeepMind introduced AlphaFold 3 for multimolecular predictions ."

Footnotes

  1. 2024 in artificial intelligence – Wikipedia - Lists events such as GPT‑4o, AlphaFold 3, and Claude 3 releases.

Frequently Asked Questions

Core AI Concepts

1 / 5
Question · Term

Artificial Intelligence

Click to reveal
Answer · Definition

Simulation of human intelligence processes (learning, reasoning, perception) by machines.

Knowledge Check

Question 1 of 5
Q1Single choice

Which AI subfield specifically deals with hierarchical feature learning through many network layers?