AI & Machine Learning

Jadilah AI Engineer atau ML Engineer profesional dalam 16 minggu. Pelajari fundamental AI, berbagai algoritma Machine Learning, Deep Learning dengan TensorFlow/PyTorch, dan deployment model ke production.

⏱️ 16 Minggu
πŸ“š 64 Modul
πŸŽ₯ 200+ Video
πŸ€– TensorFlow, PyTorch
Supervised Learning Neural Networks CNN/RNN NLP Computer Vision

πŸŽ₯ Video Pembelajaran

Playlist pilihan untuk mendukung pembelajaran:

Minggu 1-2: AI Foundations

Dua minggu pertama membangun pemahaman fundamental tentang AI, Machine Learning, dan Deep Learning. Kamu akan memahami sejarah AI, berbagai tipe AI, dan perbedaan antara ML approaches.

Week 1-2 Focus

AI concepts, ML fundamentals, and math prerequisites

4 Modules

Modul 1: What is AI? History & Concepts

⏱️ 90 menit

Pahami definisi AI, sejarah perkembangannya dari 1950 hingga sekarang, dan konsep-konsep fundamental yang membentuk field ini. Module ini memberikan konteks penting sebelum masuk ke technical details.

Topik yang akan dipelajari:

Definition of Artificial Intelligence AI History (Turing, Dartmouth 1956) AI Winters & Revivals Current State of AI (2026) AI Applications Today AI vs ML vs Deep Learning

πŸ“š Resource Pembelajaran:

  • 🎬
    AI Full Course - freeCodeCamp
    Video YouTube β€’ 6 jam
    Watch β†’
  • πŸ“–
    History of AI - Wikipedia
    Article
    Read β†’
  • 🎬
    Deep Learning Explained - 3Blue1Brown
    Video YouTube β€’ 20 menit
    Watch β†’

πŸ“ Quiz

Kapan Dartmouth AI Conference标志着 AI sebagai field正式开始?

✏️ Latihan:

  • Buat timeline sejarah AI dengan milestone penting
  • Research 5 AI applications di industri berbeda
  • Buat mindmap hubungan AI-ML-Deep Learning
  • Identifikasi 3 perusahaan AI terkemuka

Modul 2: Types of AI (ANI, AGI, ASI)

⏱️ 60 menit

Pahami perbedaan antara Narrow AI (ANI), General AI (AGI), dan Super AI (ASI). Konsep ini penting untuk memahami kemampuan dan keterbatasan AI saat ini dan masa depan.

Topik yang akan dipelajari:

Artificial Narrow Intelligence (ANI) Artificial General Intelligence (AGI) Artificial Super Intelligence (ASI) Current ANI Capabilities Why AGI is Still Theoretical Ethical Considerations

πŸ“š Resource Pembelajaran:

  • 🎬
    ANI vs AGI vs ASI - Tech Insider
    Video YouTube β€’ 10 menit
    Watch β†’
  • πŸ“–
    Types of AI - Built In
    Article
    Read β†’

πŸ“ Quiz

Kategori AI apa yang ada saat ini (2026)?

✏️ Latihan:

  • List 10 contoh ANI yang kamu gunakan sehari-hari
  • Research progress AGI dari berbagai companies
  • Diskusikan ethical implications of ASI
  • Buat perbandingan table ANI vs AGI vs ASI

Modul 3: Machine Learning Fundamentals

⏱️ 120 menit

Machine Learning adalah subset of AI yang memungkinkan sistem belajar dari data. Pahami berbagai tipe ML (Supervised, Unsupervised, Reinforcement), use cases, dan perbedaan fundamental dengan traditional programming.

Topik yang akan dipelajari:

Traditional Programming vs ML Supervised Learning Unsupervised Learning Reinforcement Learning Semi-supervised Learning ML vs Rule-based Systems When to Use ML

πŸ“š Resource Pembelajaran:

  • 🎬
    Machine Learning Explained - MIT
    Video YouTube β€’ 12 menit
    Watch β†’
  • πŸ“–
    Google's ML Guide
    Guide
    Read β†’
  • 🎬
    Types of ML - Sentdex
    Video YouTube β€’ 25 menit
    Watch β†’

πŸ“ Quiz

Apa perbedaan utama Supervised vs Unsupervised Learning?

✏️ Latihan:

  • Identifikasi 5 problems yang cocok untuk supervised learning
  • Identifikasi 5 problems yang cocok untuk unsupervised learning
  • Buat diagram alur kapan menggunakan ML vs traditional programming
  • Research contoh reinforcement learning applications

Modul 4: ML Workflow & Lifecycle

⏱️ 90 menit

ML workflow adalah end-to-end process dari problem definition hingga deployment. Pahami setiap stage: data collection, preprocessing, feature engineering, model training, evaluation, dan deployment.

Topik yang akan dipelajari:

Problem Definition Data Collection Data Preprocessing Feature Engineering Model Training Model Evaluation Model Deployment Monitoring & Maintenance

πŸ“š Resource Pembelajaran:

  • 🎬
    ML Pipeline Explained - StatQuest
    Video YouTube β€’ 25 menit
    Watch β†’
  • πŸ“–
    CRISP-DM Methodology
    Article
    Read β†’

πŸ“ Quiz

Stage apa yang sering consume waktu paling banyak dalam ML project?

✏️ Latihan:

  • Buat flowchart ML workflow dari start to finish
  • Identifikasi bottleneck dalam typical ML projects
  • Research tools untuk setiap stage (Data Collection, MLflow, etc)
  • Design ML pipeline untuk problem pilihan kamu

Modul 5: Linear Algebra for ML

⏱️ 120 menit

Linear algebra adalah bahasa dari ML dan Deep Learning. Vectors, matrices, dan operations ΨΉΩ„ΩŠΩ‡Ψ§ adalah fondasi untuk memahami bagaimana neural networks bekerja di level mathematical.

Topik yang akan dipelajari:

Scalars, Vectors, Matrices, Tensors Matrix Operations (add, subtract, multiply) Transpose & Inverse Dot Product & Cross Product Matrix Determinant Eigenvalues & Eigenvectors NumPy for Linear Algebra

πŸ“š Resource Pembelajaran:

  • 🎬
    Linear Algebra - 3Blue1Brown (Essence)
    Video Series β€’ 15 videos
    Watch β†’
  • 🎬
    NumPy Linear Algebra - Sentdex
    Video YouTube β€’ 30 menit
    Watch β†’

πŸ“ Quiz

Apa hasil dari dot product antara [1,2,3] dan [4,5,6]?

✏️ Latihan:

  • Implement matrix multiplication dari scratch
  • Calculate eigenvalues dan eigenvectors
  • Visualize vectors dan transformations secara geometric
  • Implement PCA dengan linear algebra concepts

Modul 6: Calculus for ML (Derivatives)

⏱️ 120 menit

Calculus, terutama derivatives, adalah core dari bagaimana ML models belajar. Gradient descent, backpropagation - semua tergantung pada calculus. Module ini mengajarkan hanya apa yang diperlukan untuk ML.

Topik yang akan dipelajari:

Functions & Limits Derivatives Basics Chain Rule Partial Derivatives Gradient Vectors Integration Basics Autograd in PyTorch

πŸ“š Resource Pembelajaran:

  • 🎬
    Calculus for ML - 3Blue1Brown
    Video Series β€’ 4 videos
    Watch β†’
  • πŸ“–
    Khan Academy - Calculus
    Course
    Read β†’

πŸ“ Quiz

Apa yang dihitung oleh gradient descent algorithm?

✏️ Latihan:

  • Implement gradient descent untuk simple function
  • Visualize gradient descent convergence
  • Calculate partial derivatives manually
  • Use autograd untuk compute gradients automatically

Modul 7: Probability & Statistics for ML

⏱️ 120 menit

Probability dan statistics adalah fondasi untuk understanding ML algorithms. Dari Naive Bayes ke Gaussian Mixture Models, banyak ML techniques yang berbasis probability theory.

Topik yang akan dipelajari:

Probability Basics Bayes' Theorem Probability Distributions Maximum Likelihood Estimation Gaussian/Normal Distribution Bias-Variance Tradeoff

πŸ“š Resource Pembelajaran:

  • 🎬
    Statistics for ML - StatQuest
    Video Series
    Watch β†’
  • πŸ“–
    Probability for ML - Distill.pub
    Article
    Read β†’

πŸ“ Quiz

Apa itu Bayes' Theorem?

✏️ Latihan:

  • Apply Bayes' Theorem pada medical diagnosis problem
  • Visualize different probability distributions
  • Implement Maximum Likelihood Estimation
  • Plot bias-variance tradeoff curve

Modul 8: Optimization (Gradient Descent)

⏱️ 120 menit

Optimization adalah heart of ML training. Gradient descent dan variants-nya adalah algorithm yang digunakan untuk menemukan optimal parameters yang minimize loss function.

Topik yang akan dipelajari:

What is Optimization? Loss Functions Batch Gradient Descent Stochastic Gradient Descent (SGD) Mini-batch Gradient Descent Momentum, AdaGrad, Adam Learning Rate Scheduling

πŸ“š Resource Pembelajaran:

  • 🎬
    Gradient Descent - Andrew Ng
    Video Course
    Watch β†’
  • 🎬
    Adam Optimizer Explained
    Video YouTube β€’ 15 menit
    Watch β†’

πŸ“ Quiz

Apa keuntungan utama Stochastic Gradient Descent over Batch GD?

Modul 9: Linear Regression Deep Dive

⏱️ 120 menit

Pelajari linear regression deep dive. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Model Deployment ML Pipelines APIs Monitoring

πŸ“š Resource Pembelajaran:

  • 🎬
    Linear Regression Deep Dive - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Linear Regression Deep Dive - Resource 2
    Article
    Access β†’
  • πŸ’»
    Linear Regression Deep Dive - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 10: Gradient Descent Variants

⏱️ 90 menit

Pelajari gradient descent variants. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 37 Sub-topik 38 Sub-topik 39 Sub-topik 40

πŸ“š Resource Pembelajaran:

  • 🎬
    Gradient Descent Variants - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Gradient Descent Variants - Resource 2
    Article
    Access β†’
  • πŸ’»
    Gradient Descent Variants - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 11: Logistic Regression & Classification

⏱️ 120 menit

Pelajari logistic regression & classification. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 41 Sub-topik 42 Sub-topik 43 Sub-topik 44

πŸ“š Resource Pembelajaran:

  • 🎬
    Logistic Regression & Classification - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Logistic Regression & Classification - Resource 2
    Article
    Access β†’
  • πŸ’»
    Logistic Regression & Classification - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 12: Regularization (L1, L2, Dropout)

⏱️ 90 menit

Pelajari regularization (l1, l2, dropout). Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 45 Sub-topik 46 Sub-topik 47 Sub-topik 48

πŸ“š Resource Pembelajaran:

  • 🎬
    Regularization (L1, L2, Dropout) - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Regularization (L1, L2, Dropout) - Resource 2
    Article
    Access β†’
  • πŸ’»
    Regularization (L1, L2, Dropout) - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 13: Decision Trees

⏱️ 120 menit

Pelajari decision trees. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 49 Sub-topik 50 Sub-topik 51 Sub-topik 52

πŸ“š Resource Pembelajaran:

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 14: Random Forests & Ensemble Methods

⏱️ 120 menit

Pelajari random forests & ensemble methods. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 53 Sub-topik 54 Sub-topik 55 Sub-topik 56

πŸ“š Resource Pembelajaran:

  • 🎬
    Random Forests & Ensemble Methods - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Random Forests & Ensemble Methods - Resource 2
    Article
    Access β†’
  • πŸ’»
    Random Forests & Ensemble Methods - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 15: Support Vector Machines (SVM)

⏱️ 120 menit

Pelajari support vector machines (svm). Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 57 Sub-topik 58 Sub-topik 59 Sub-topik 60

πŸ“š Resource Pembelajaran:

  • 🎬
    Support Vector Machines (SVM) - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Support Vector Machines (SVM) - Resource 2
    Article
    Access β†’
  • πŸ’»
    Support Vector Machines (SVM) - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 16: Naive Bayes Classifier

⏱️ 90 menit

Pelajari naive bayes classifier. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 61 Sub-topik 62 Sub-topik 63 Sub-topik 64

πŸ“š Resource Pembelajaran:

  • 🎬
    Naive Bayes Classifier - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Naive Bayes Classifier - Resource 2
    Article
    Access β†’
  • πŸ’»
    Naive Bayes Classifier - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 17: K-Means Clustering

⏱️ 120 menit

Pelajari k-means clustering. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 65 Sub-topik 66 Sub-topik 67 Sub-topik 68

πŸ“š Resource Pembelajaran:

  • 🎬
    K-Means Clustering - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    K-Means Clustering - Resource 2
    Article
    Access β†’
  • πŸ’»
    K-Means Clustering - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 18: Hierarchical Clustering

⏱️ 90 menit

Pelajari hierarchical clustering. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 69 Sub-topik 70 Sub-topik 71 Sub-topik 72

πŸ“š Resource Pembelajaran:

  • 🎬
    Hierarchical Clustering - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Hierarchical Clustering - Resource 2
    Article
    Access β†’
  • πŸ’»
    Hierarchical Clustering - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 19: DBSCAN & Density-Based Clustering

⏱️ 90 menit

Pelajari dbscan & density-based clustering. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 73 Sub-topik 74 Sub-topik 75 Sub-topik 76

πŸ“š Resource Pembelajaran:

  • 🎬
    DBSCAN & Density-Based Clustering - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    DBSCAN & Density-Based Clustering - Resource 2
    Article
    Access β†’
  • πŸ’»
    DBSCAN & Density-Based Clustering - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 20: Principal Component Analysis (PCA)

⏱️ 120 menit

Pelajari principal component analysis (pca). Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 77 Sub-topik 78 Sub-topik 79 Sub-topik 80

πŸ“š Resource Pembelajaran:

  • 🎬
    Principal Component Analysis (PCA) - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Principal Component Analysis (PCA) - Resource 2
    Article
    Access β†’
  • πŸ’»
    Principal Component Analysis (PCA) - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 21: Perceptron & McCulloch-Pitts

⏱️ 90 menit

Pelajari perceptron & mcculloch-pitts. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 81 Sub-topik 82 Sub-topik 83 Sub-topik 84

πŸ“š Resource Pembelajaran:

  • 🎬
    Perceptron & McCulloch-Pitts - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Perceptron & McCulloch-Pitts - Resource 2
    Article
    Access β†’
  • πŸ’»
    Perceptron & McCulloch-Pitts - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 22: Multi-Layer Perceptron (MLP)

⏱️ 120 menit

Pelajari multi-layer perceptron (mlp). Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 85 Sub-topik 86 Sub-topik 87 Sub-topik 88

πŸ“š Resource Pembelajaran:

  • 🎬
    Multi-Layer Perceptron (MLP) - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Multi-Layer Perceptron (MLP) - Resource 2
    Article
    Access β†’
  • πŸ’»
    Multi-Layer Perceptron (MLP) - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 23: Backpropagation Algorithm

⏱️ 120 menit

Pelajari backpropagation algorithm. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 89 Sub-topik 90 Sub-topik 91 Sub-topik 92

πŸ“š Resource Pembelajaran:

  • 🎬
    Backpropagation Algorithm - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Backpropagation Algorithm - Resource 2
    Article
    Access β†’
  • πŸ’»
    Backpropagation Algorithm - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 24: Activation Functions

⏱️ 90 menit

Pelajari activation functions. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 93 Sub-topik 94 Sub-topik 95 Sub-topik 96

πŸ“š Resource Pembelajaran:

  • 🎬
    Activation Functions - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Activation Functions - Resource 2
    Article
    Access β†’
  • πŸ’»
    Activation Functions - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 25: Loss Functions Deep Dive

⏱️ 90 menit

Pelajari loss functions deep dive. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 97 Sub-topik 98 Sub-topik 99 Sub-topik 100

πŸ“š Resource Pembelajaran:

  • 🎬
    Loss Functions Deep Dive - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Loss Functions Deep Dive - Resource 2
    Article
    Access β†’
  • πŸ’»
    Loss Functions Deep Dive - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 26: Hyperparameter Tuning

⏱️ 120 menit

Pelajari hyperparameter tuning. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 101 Sub-topik 102 Sub-topik 103 Sub-topik 104

πŸ“š Resource Pembelajaran:

  • 🎬
    Hyperparameter Tuning - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Hyperparameter Tuning - Resource 2
    Article
    Access β†’
  • πŸ’»
    Hyperparameter Tuning - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 27: TensorFlow/Keras Introduction

⏱️ 120 menit

Pelajari tensorflow/keras introduction. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 105 Sub-topik 106 Sub-topik 107 Sub-topik 108

πŸ“š Resource Pembelajaran:

  • 🎬
    TensorFlow/Keras Introduction - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    TensorFlow/Keras Introduction - Resource 2
    Article
    Access β†’
  • πŸ’»
    TensorFlow/Keras Introduction - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 28: PyTorch Fundamentals

⏱️ 120 menit

Pelajari pytorch fundamentals. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 109 Sub-topik 110 Sub-topik 111 Sub-topik 112

πŸ“š Resource Pembelajaran:

  • 🎬
    PyTorch Fundamentals - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    PyTorch Fundamentals - Resource 2
    Article
    Access β†’
  • πŸ’»
    PyTorch Fundamentals - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 29: Building Neural Networks in TF/Keras

⏱️ 120 menit

Pelajari building neural networks in tf/keras. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 113 Sub-topik 114 Sub-topik 115 Sub-topik 116

πŸ“š Resource Pembelajaran:

  • 🎬
    Building Neural Networks in TF/Keras - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Building Neural Networks in TF/Keras - Resource 2
    Article
    Access β†’
  • πŸ’»
    Building Neural Networks in TF/Keras - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 30: Training & Evaluation

⏱️ 90 menit

Pelajari training & evaluation. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 117 Sub-topik 118 Sub-topik 119 Sub-topik 120

πŸ“š Resource Pembelajaran:

  • 🎬
    Training & Evaluation - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Training & Evaluation - Resource 2
    Article
    Access β†’
  • πŸ’»
    Training & Evaluation - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 31: Convolutional Neural Networks (CNN)

⏱️ 150 menit

Pelajari convolutional neural networks (cnn). Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 121 Sub-topik 122 Sub-topik 123 Sub-topik 124

πŸ“š Resource Pembelajaran:

  • 🎬
    Convolutional Neural Networks (CNN) - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Convolutional Neural Networks (CNN) - Resource 2
    Article
    Access β†’
  • πŸ’»
    Convolutional Neural Networks (CNN) - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 32: CNN Architectures (LeNet, AlexNet, VGG)

⏱️ 120 menit

Pelajari cnn architectures (lenet, alexnet, vgg). Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 125 Sub-topik 126 Sub-topik 127 Sub-topik 128

πŸ“š Resource Pembelajaran:

  • 🎬
    CNN Architectures (LeNet, AlexNet, VGG) - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    CNN Architectures (LeNet, AlexNet, VGG) - Resource 2
    Article
    Access β†’
  • πŸ’»
    CNN Architectures (LeNet, AlexNet, VGG) - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 33: ResNet & Skip Connections

⏱️ 120 menit

Pelajari resnet & skip connections. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 129 Sub-topik 130 Sub-topik 131 Sub-topik 132

πŸ“š Resource Pembelajaran:

  • 🎬
    ResNet & Skip Connections - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    ResNet & Skip Connections - Resource 2
    Article
    Access β†’
  • πŸ’»
    ResNet & Skip Connections - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 34: Transfer Learning

⏱️ 120 menit

Pelajari transfer learning. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 133 Sub-topik 134 Sub-topik 135 Sub-topik 136

πŸ“š Resource Pembelajaran:

  • 🎬
    Transfer Learning - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Transfer Learning - Resource 2
    Article
    Access β†’
  • πŸ’»
    Transfer Learning - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 35: Recurrent Neural Networks (RNN)

⏱️ 120 menit

Pelajari recurrent neural networks (rnn). Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 137 Sub-topik 138 Sub-topik 139 Sub-topik 140

πŸ“š Resource Pembelajaran:

  • 🎬
    Recurrent Neural Networks (RNN) - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Recurrent Neural Networks (RNN) - Resource 2
    Article
    Access β†’
  • πŸ’»
    Recurrent Neural Networks (RNN) - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 36: LSTM & GRU

⏱️ 120 menit

Pelajari lstm & gru. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 141 Sub-topik 142 Sub-topik 143 Sub-topik 144

πŸ“š Resource Pembelajaran:

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 37: Sequence-to-Sequence Models

⏱️ 90 menit

Pelajari sequence-to-sequence models. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 145 Sub-topik 146 Sub-topik 147 Sub-topik 148

πŸ“š Resource Pembelajaran:

  • 🎬
    Sequence-to-Sequence Models - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Sequence-to-Sequence Models - Resource 2
    Article
    Access β†’
  • πŸ’»
    Sequence-to-Sequence Models - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 38: Word Embeddings (Word2Vec, GloVe)

⏱️ 120 menit

Pelajari word embeddings (word2vec, glove). Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 149 Sub-topik 150 Sub-topik 151 Sub-topik 152

πŸ“š Resource Pembelajaran:

  • 🎬
    Word Embeddings (Word2Vec, GloVe) - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Word Embeddings (Word2Vec, GloVe) - Resource 2
    Article
    Access β†’
  • πŸ’»
    Word Embeddings (Word2Vec, GloVe) - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 39: Attention Mechanism

⏱️ 120 menit

Pelajari attention mechanism. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 153 Sub-topik 154 Sub-topik 155 Sub-topik 156

πŸ“š Resource Pembelajaran:

  • 🎬
    Attention Mechanism - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Attention Mechanism - Resource 2
    Article
    Access β†’
  • πŸ’»
    Attention Mechanism - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 40: Transformers Architecture

⏱️ 150 menit

Pelajari transformers architecture. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 157 Sub-topik 158 Sub-topik 159 Sub-topik 160

πŸ“š Resource Pembelajaran:

  • 🎬
    Transformers Architecture - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Transformers Architecture - Resource 2
    Article
    Access β†’
  • πŸ’»
    Transformers Architecture - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 41: BERT & GPT Fundamentals

⏱️ 120 menit

Pelajari bert & gpt fundamentals. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 161 Sub-topik 162 Sub-topik 163 Sub-topik 164

πŸ“š Resource Pembelajaran:

  • 🎬
    BERT & GPT Fundamentals - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    BERT & GPT Fundamentals - Resource 2
    Article
    Access β†’
  • πŸ’»
    BERT & GPT Fundamentals - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 42: Fine-tuning Pre-trained Models

⏱️ 120 menit

Pelajari fine-tuning pre-trained models. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 165 Sub-topik 166 Sub-topik 167 Sub-topik 168

πŸ“š Resource Pembelajaran:

  • 🎬
    Fine-tuning Pre-trained Models - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Fine-tuning Pre-trained Models - Resource 2
    Article
    Access β†’
  • πŸ’»
    Fine-tuning Pre-trained Models - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 43: Object Detection (YOLO, R-CNN)

⏱️ 120 menit

Pelajari object detection (yolo, r-cnn). Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 169 Sub-topik 170 Sub-topik 171 Sub-topik 172

πŸ“š Resource Pembelajaran:

  • 🎬
    Object Detection (YOLO, R-CNN) - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Object Detection (YOLO, R-CNN) - Resource 2
    Article
    Access β†’
  • πŸ’»
    Object Detection (YOLO, R-CNN) - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 44: Semantic Segmentation

⏱️ 120 menit

Pelajari semantic segmentation. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 173 Sub-topik 174 Sub-topik 175 Sub-topik 176

πŸ“š Resource Pembelajaran:

  • 🎬
    Semantic Segmentation - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Semantic Segmentation - Resource 2
    Article
    Access β†’
  • πŸ’»
    Semantic Segmentation - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 45: GANs (Generative Adversarial Networks)

⏱️ 120 menit

Pelajari gans (generative adversarial networks). Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 177 Sub-topik 178 Sub-topik 179 Sub-topik 180

πŸ“š Resource Pembelajaran:

  • 🎬
    GANs (Generative Adversarial Networks) - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    GANs (Generative Adversarial Networks) - Resource 2
    Article
    Access β†’
  • πŸ’»
    GANs (Generative Adversarial Networks) - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 46: Reinforcement Learning Intro

⏱️ 120 menit

Pelajari reinforcement learning intro. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 181 Sub-topik 182 Sub-topik 183 Sub-topik 184

πŸ“š Resource Pembelajaran:

  • 🎬
    Reinforcement Learning Intro - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Reinforcement Learning Intro - Resource 2
    Article
    Access β†’
  • πŸ’»
    Reinforcement Learning Intro - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 47: ML Model Deployment (Flask, Docker)

⏱️ 120 menit

Pelajari ml model deployment (flask, docker). Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 185 Sub-topik 186 Sub-topik 187 Sub-topik 188

πŸ“š Resource Pembelajaran:

  • 🎬
    ML Model Deployment (Flask, Docker) - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    ML Model Deployment (Flask, Docker) - Resource 2
    Article
    Access β†’
  • πŸ’»
    ML Model Deployment (Flask, Docker) - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 48: ML Pipelines with MLflow

⏱️ 90 menit

Pelajari ml pipelines with mlflow. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 189 Sub-topik 190 Sub-topik 191 Sub-topik 192

πŸ“š Resource Pembelajaran:

  • 🎬
    ML Pipelines with MLflow - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    ML Pipelines with MLflow - Resource 2
    Article
    Access β†’
  • πŸ’»
    ML Pipelines with MLflow - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 49: AWS SageMaker Basics

⏱️ 120 menit

Pelajari aws sagemaker basics. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 193 Sub-topik 194 Sub-topik 195 Sub-topik 196

πŸ“š Resource Pembelajaran:

  • 🎬
    AWS SageMaker Basics - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    AWS SageMaker Basics - Resource 2
    Article
    Access β†’
  • πŸ’»
    AWS SageMaker Basics - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 50: Model Monitoring & Drift Detection

⏱️ 90 menit

Pelajari model monitoring & drift detection. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 197 Sub-topik 198 Sub-topik 199 Sub-topik 200

πŸ“š Resource Pembelajaran:

  • 🎬
    Model Monitoring & Drift Detection - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Model Monitoring & Drift Detection - Resource 2
    Article
    Access β†’
  • πŸ’»
    Model Monitoring & Drift Detection - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 51: ML System Design

⏱️ 120 menit

Pelajari ml system design. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 201 Sub-topik 202 Sub-topik 203 Sub-topik 204

πŸ“š Resource Pembelajaran:

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 52: Capstone Project Part 1

⏱️ 180 menit

Pelajari capstone project part 1. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 205 Sub-topik 206 Sub-topik 207 Sub-topik 208

πŸ“š Resource Pembelajaran:

  • 🎬
    Capstone Project Part 1 - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Capstone Project Part 1 - Resource 2
    Article
    Access β†’
  • πŸ’»
    Capstone Project Part 1 - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 53: Capstone Project Part 2

⏱️ 180 menit

Pelajari capstone project part 2. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 209 Sub-topik 210 Sub-topik 211 Sub-topik 212

πŸ“š Resource Pembelajaran:

  • 🎬
    Capstone Project Part 2 - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Capstone Project Part 2 - Resource 2
    Article
    Access β†’
  • πŸ’»
    Capstone Project Part 2 - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 54: Capstone Project Part 3

⏱️ 180 menit

Pelajari capstone project part 3. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 213 Sub-topik 214 Sub-topik 215 Sub-topik 216

πŸ“š Resource Pembelajaran:

  • 🎬
    Capstone Project Part 3 - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Capstone Project Part 3 - Resource 2
    Article
    Access β†’
  • πŸ’»
    Capstone Project Part 3 - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 55: Capstone Project Part 4

⏱️ 180 menit

Pelajari capstone project part 4. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 217 Sub-topik 218 Sub-topik 219 Sub-topik 220

πŸ“š Resource Pembelajaran:

  • 🎬
    Capstone Project Part 4 - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Capstone Project Part 4 - Resource 2
    Article
    Access β†’
  • πŸ’»
    Capstone Project Part 4 - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 56: Kaggle Competition Entry

⏱️ 120 menit

Pelajari kaggle competition entry. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 221 Sub-topik 222 Sub-topik 223 Sub-topik 224

πŸ“š Resource Pembelajaran:

  • 🎬
    Kaggle Competition Entry - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Kaggle Competition Entry - Resource 2
    Article
    Access β†’
  • πŸ’»
    Kaggle Competition Entry - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 57: Model Optimization (Quantization)

⏱️ 90 menit

Pelajari model optimization (quantization). Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 225 Sub-topik 226 Sub-topik 227 Sub-topik 228

πŸ“š Resource Pembelajaran:

  • 🎬
    Model Optimization (Quantization) - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Model Optimization (Quantization) - Resource 2
    Article
    Access β†’
  • πŸ’»
    Model Optimization (Quantization) - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 58: Edge ML (TensorFlow Lite)

⏱️ 120 menit

Pelajari edge ml (tensorflow lite). Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 229 Sub-topik 230 Sub-topik 231 Sub-topik 232

πŸ“š Resource Pembelajaran:

  • 🎬
    Edge ML (TensorFlow Lite) - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Edge ML (TensorFlow Lite) - Resource 2
    Article
    Access β†’
  • πŸ’»
    Edge ML (TensorFlow Lite) - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 59: AutoML Basics

⏱️ 90 menit

Pelajari automl basics. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 233 Sub-topik 234 Sub-topik 235 Sub-topik 236

πŸ“š Resource Pembelajaran:

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 60: ML Ethics & Bias

⏱️ 90 menit

Pelajari ml ethics & bias. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 237 Sub-topik 238 Sub-topik 239 Sub-topik 240

πŸ“š Resource Pembelajaran:

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 61: Explainable AI (XAI)

⏱️ 90 menit

Pelajari explainable ai (xai). Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 241 Sub-topik 242 Sub-topik 243 Sub-topik 244

πŸ“š Resource Pembelajaran:

  • 🎬
    Explainable AI (XAI) - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Explainable AI (XAI) - Resource 2
    Article
    Access β†’
  • πŸ’»
    Explainable AI (XAI) - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 62: ML Career Preparation

⏱️ 90 menit

Pelajari ml career preparation. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 245 Sub-topik 246 Sub-topik 247 Sub-topik 248

πŸ“š Resource Pembelajaran:

  • 🎬
    ML Career Preparation - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    ML Career Preparation - Resource 2
    Article
    Access β†’
  • πŸ’»
    ML Career Preparation - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 63: Final Project Submission

⏱️ 180 menit

Pelajari final project submission. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 249 Sub-topik 250 Sub-topik 251 Sub-topik 252

πŸ“š Resource Pembelajaran:

  • 🎬
    Final Project Submission - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Final Project Submission - Resource 2
    Article
    Access β†’
  • πŸ’»
    Final Project Submission - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4

Modul 64: Graduation & Career Roadmap

⏱️ 60 menit

Pelajari graduation & career roadmap. Module inicover fundamental concepts, practical applications, dan hands-on exercises yang akan membangun pemahaman mendalam tentang topik ini.

Topik yang akan dipelajari:

Sub-topik 253 Sub-topik 254 Sub-topik 255 Sub-topik 256

πŸ“š Resource Pembelajaran:

  • 🎬
    Graduation & Career Roadmap - Resource 1
    Video YouTube
    Access β†’
  • πŸ“–
    Graduation & Career Roadmap - Resource 2
    Article
    Access β†’
  • πŸ’»
    Graduation & Career Roadmap - Resource 3
    Interactive Course
    Access β†’

πŸ“ Quiz

Quiz question placeholder?

✏️ Latihan:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4