Kembali ke Kursus
AI004 SMP

Lab Sihir AI

Struktur kursus yang ketat dengan integrasi empat bagian utama: Dasar-Dasar Kecerdasan Buatan, Generasi Model Besar (GenAI & LLM), Agen dan Komputasi Evolusioner (ditekankan sebagai Fitur PolyU), serta Etika. Logika kursus berlangsung secara bertahap melalui Persepsi & Data (L1-3), Kognisi & Generasi (L4-6), Agen & Evolusi (L7-9), dan diakhiri dengan Etika & Masa Depan (L10).

5.0
20.0h
1121 siswa
10 lessons
0 suka
Kecerdasan Buatan K12
Mulai Belajar

Gambaran Umum Kursus

📚 Ringkasan Konten

"AI Magic Lab" adalah kursus yang ketat dan terintegrasi dirancang untuk memberikan pemahaman mendalam dan berurutan tentang Kecerdasan Buatan modern. Kurikulum ini disusun dalam empat modul progresif: konsep dasar (Persepsi & Data), kemampuan generatif tingkat lanjut (Kognisi & Generasi melalui LLM dan Model Diffusi), sistem otonom (Agen & Komputasi Evolusioner), serta tata kelola etis (Etika & Masa Depan). Siswa akan bergerak dari memahami representasi numerik mentah dari data hingga menguasai desain sistem kompleks, yang berakhir dengan pandangan menyeluruh tentang penciptaan dan peluncuran AI yang bertanggung jawab.

Kursus ini menyediakan pemahaman yang ketat dan terintegrasi tentang AI modern, mencakup dasar-dasar data utama, teknik generasi Large Language Model (LLM), arsitektur Agen otonom, serta pertimbangan etis kritis yang diperlukan untuk peluncuran yang bertanggung jawab.

🎯 Tujuan Pembelajaran

  1. Kuasai dasar-dasar persepsi AI, representasi data (Tensor), dan tugas pembelajaran terawasi dasar seperti Klasifikasi.
  2. Pahami dan kendalikan Large Language Models (LLM) dan AI Generatif dengan menerapkan konsep prediksi urutan, Mekanisme Attention, dan teknik Advanced Prompt Engineering.
  3. Rancang dan analisis Agen Cerdas, mengintegrasikan loop Persepsi-Kesimpulan-Tindakan dengan metode optimasi berbasis populasi tingkat lanjut seperti Komputasi Evolusioner.
  4. Bedakan antara AI Generatif dan Discriminatif serta jelaskan proses mekanis Model Diffusi untuk generasi Teks-ke-Gambar.
  5. Evaluasi tantangan etis yang melekat pada AI kontemporer (bias data, halusinasi model, deepfake) dan ajukan strategi untuk Symbiosis Manusia-AI yang bertanggung jawab.

Pelajaran

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.