Laboratoire Magique de l'IA
Une structure de cours rigoureuse intégrant quatre grandes parties : les fondamentaux de l'IA, la génération par grands modèles (GenAI et LLM), les agents et la computation évolutionnaire (mis en avant comme une caractéristique de PolyU), et l'éthique. La logique du cours progresse séquentiellement à travers la Perception & Données (L1-3), la Cognition & Génération (L4-6), les Agents & Évolution (L7-9), et se termine par l'Éthique & l'Avenir (L10).
Aperçu du cours
📚 Résumé du contenu
Le "Laboratoire de Magie de l'IA" est un cours rigoureux et intégré conçu pour offrir une compréhension approfondie et séquentielle de l'Intelligence Artificielle moderne. Le programme est structuré en quatre modules progressifs : concepts fondamentaux (Perception & Données), capacités génératives avancées (Cognition & Génération via les LLM et les modèles de diffusion), systèmes autonomes (Agents & Calcul évolutionnaire) et gouvernance éthique (Éthique & Avenir). Les étudiants passeront d'une compréhension de la représentation numérique brute des données à maîtriser la conception de systèmes complexes, aboutissant à une vision globale de la création et du déploiement responsables de l'IA.
Ce cours fournit une compréhension rigoureuse et intégrée de l'IA moderne, couvrant les fondamentaux des données, les techniques de génération par Modèles de Langage Énormes (LLM), l'architecture des agents autonomes, et les considérations éthiques critiques nécessaires pour un déploiement responsable.
🎯 Objectifs d'apprentissage
- Maîtriser les fondamentaux de la perception par l'IA, de la représentation des données (Tenseurs) et des tâches fondamentales d'apprentissage supervisé comme la Classification.
- Comprendre et contrôler les Modèles de Langage Énormes (LLM) et l'IA générative en appliquant les concepts de prédiction de séquence, du mécanisme d'Attention et des techniques avancées d'ingénierie de prompts.
- Concevoir et analyser des Agents Intelligents, en intégrant la boucle Perception-Décision-Action avec des méthodes d'optimisation avancées basées sur des populations, telles que le Calcul Évolutionnaire.
- Différencier entre l'IA générative et discriminative, et expliquer le processus mécanique des modèles de diffusion pour la génération d'images à partir de texte.
- Évaluer les défis éthiques inhérents à l'IA contemporaine (biais des données, hallucinations des modèles, deepfakes) et proposer des stratégies pour une symbiose humain-IA responsable.
Leçons 共 10 课时 · 预计 20.0h
Leçons
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.