Explaining Artificial Intelligence (AI) in 10 minutes

https://forejune.co/cuda

Some Basic Terms

AI, Machine Learning (ML), Deep Learning (DL), Unsupervised Learning (UL),
Supervised Learning (SL), Reinforcement Learning (RL), Perceptron,
Multilayer Perceptron (MLP), Large Language Model (LLM), Generative AI, Agentic AI, Transformer

Brief History of Artificial Intelligence (AI) Development

Machine Learning (ML) and Deep Learning (DL)

Paradgims of Machine Learning


Generative AI, Agentic AI, and Large Language Model (LLM)

  • Generative AI and Agentic AI represent two distinct approaches to artificial intelligence.
  • Generative AI
    • Focused on creating new content
    • Reactive: prompt for a user's input
    • Examples: ChatGPT, deepfakes

  • Agentic AI
    • For autonomous action and decision-making
    • Proactive: doesn't just generate information, but accomplish tasks
  • Large Language Models (LLM)
    • Both generative AI and agentic AI share the same backbone: large language models (LLM)

  • Transformer

  • A type of deep learning model
  • Text is converted into tokens
  • Each token is converted into a vector via lookup from a table
  • Serves as the foundation of many advanced AI systems, including LLMs