Back to Courses
AI004 Junior High

AI Magic Lab

A rigorous course structure integrating four major sections: AI Fundamentals, Large Model Generation (GenAI & LLM), Agents and Evolutionary Computation (highlighted as a PolyU Feature), and Ethics. The course logic progresses sequentially through Perception & Data (L1-3), Cognition & Generation (L4-6), Agents & Evolution (L7-9), and concludes with Ethics & Future (L10).

5.0
20.0h
1121 students
0 likes
Artificial Intelligence K12
Start Learning

Lessons

Lesson

This lesson introduces the fundamentals of Computer Vision by explaining how machines interpret images as grids of numerical pixel data. Students will learn how computers use RGB color models and feature extraction to identify shapes, edges, and patterns within digital images.

This lesson explores how computers use encoding to translate non-structured data, like images and sounds, into numerical formats that machines can process. Students learn that vectors and tensors serve as the essential mathematical containers that organize this data, allowing AI models to identify patterns and learn effectively.

This lesson introduces supervised learning, where humans provide labeled training data to help AI identify patterns and establish decision boundaries for classification. Students learn how to evaluate these models by calculating accuracy and avoiding the pitfalls of overfitting.

This lesson explores how AI processes language by breaking text into numerical tokens and managing memory through a limited context window. Students will also learn how the Attention Mechanism acts as a digital spotlight, allowing the AI to identify and focus on the most relevant words to understand complex meanings.

This lesson introduces prompt engineering as a powerful skill that allows you to use natural language to command AI, which functions as a sophisticated prediction engine. By mastering the "Prompt Blueprint"—consisting of instructions, context, and output—along with techniques like personas and few-shot learning, you can transform from a passive user into an architect of information.

This lesson explores the difference between discriminative AI, which sorts existing data, and generative AI, which creates new content from scratch. Students learn how generative models use a process called diffusion to transform random, high-entropy noise into clear, detailed images through iterative de-noising.

This lesson introduces the Perception-Decision-Action (PDA) loop, the continuous cycle that allows intelligent agents to observe their environment, plan goals, and take action. Students will also learn how sensors and actuators serve as the essential bridge between an agent's digital logic and the physical or virtual world.

This lesson introduces Evolutionary Computation, a method that mimics natural selection to solve complex problems by iteratively improving digital solutions. Students learn how to evolve AI by testing the performance of "phenotypes" and using genetic processes like mutation and crossover to refine their underlying "genotype" code.

This lesson explores how multi-agent systems use communication, collaboration, and competition to solve complex problems more effectively than a single AI. Students learn how decentralized "swarm intelligence" allows groups of agents to achieve emergent, coordinated behavior by following simple local rules.

This lesson explores the ethical challenges of AI, including algorithmic bias, hallucinations, and the risks of intentional deception through deepfakes. Students learn the importance of digital literacy and the "Human-in-the-Loop" approach, which emphasizes that humans must remain the final supervisors to ensure technology is used fairly and accurately.

Course Overview

📚 Content Summary

The "AI Magic Lab" is a rigorous, integrated course designed to provide a deep, sequential understanding of modern Artificial Intelligence. The curriculum is structured into four progressive modules: foundational concepts (Perception & Data), advanced generative capabilities (Cognition & Generation via LLMs and Diffusion Models), autonomous systems (Agents & Evolutionary Computation), and ethical governance (Ethics & Future). Students will move from understanding the raw numerical representation of data to mastering complex system design, culminating in a comprehensive view of responsible AI creation and deployment.

This course provides a rigorous, integrated understanding of modern AI, covering core data fundamentals, Large Language Model (LLM) generation techniques, the architecture of autonomous Agents, and the critical ethical considerations necessary for responsible deployment.

🎯 Learning Objectives

  1. Master the fundamentals of AI perception, data representation (Tensors), and foundational supervised learning tasks like Classification.
  2. Understand and control Large Language Models (LLMs) and Generative AI by applying concepts of sequence prediction, the Attention Mechanism, and advanced Prompt Engineering techniques.
  3. Design and analyze Intelligent Agents, integrating the Perception-Decision-Action loop with advanced, population-based optimization methods such as Evolutionary Computation.
  4. Differentiate between Generative and Discriminative AI and explain the mechanical process of Diffusion Models for Text-to-Image generation.
  5. Evaluate the ethical challenges inherent in contemporary AI (data bias, model hallucination, deepfakes) and propose strategies for responsible Human-AI Symbiosis.

Lessons