Spaces:
Sleeping
Sleeping
File size: 26,369 Bytes
64f0ed1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 | [
{
"role_name": "AI Engineer",
"description": "Profesional yang membangun dan mengoptimalkan model AI.",
"sub_skills": [
{
"id": "python_data_science",
"name": "Python for Data Science",
"levels": {
"beginner": {
"description": "Memahami sintaks dasar Python dan struktur data.",
"exam_topics": [
"Variables",
"Data Types",
"List/Dictionary",
"Control Flow"
],
"recommendation": {
"course_name": "Memulai Pemrograman dengan Python",
"specific_chapters": [
"Variable dan Assignment",
"Tipe Data",
"Kuis Coding: Variabel dan Assignment"
]
}
},
"intermediate": {
"description": "Mampu menggunakan fungsi, loop kompleks, dan OOP dasar.",
"exam_topics": [
"Functions",
"Loops",
"Object-Oriented Programming (OOP)"
],
"recommendation": {
"course_name": "Memulai Pemrograman dengan Python",
"specific_chapters": [
"Fungsi",
"Perulangan",
"Pengenalan Kelas",
"Kuis Object-Oriented Programming (OOP)"
]
}
},
"advanced": {
"description": "Menguasai library data, unit testing, dan style guide.",
"exam_topics": [
"Unit Testing",
"Matriks",
"Library Pengolahan Data"
],
"recommendation": {
"course_name": "Memulai Pemrograman dengan Python",
"specific_chapters": [
"Pengantar Unit Testing",
"Implementasi Matriks pada Python",
"Library Machine Learning"
]
}
}
}
},
{
"id": "ml_fundamentals",
"name": "Machine Learning Fundamentals",
"levels": {
"beginner": {
"description": "Paham konsep dasar AI, Machine Learning, dan Taksonomi.",
"exam_topics": [
"AI Taxonomy",
"Supervised vs Unsupervised",
"Data Splitting"
],
"recommendation": {
"course_name": "Belajar Dasar AI",
"specific_chapters": [
"Taksonomi AI",
"Tipe-Tipe Machine Learning",
"Machine Learning Workflow"
]
}
},
"intermediate": {
"description": "Mampu menangani regresi, klasifikasi, dan data cleaning.",
"exam_topics": [
"Linear Regression",
"Decision Tree",
"Handling Missing Value",
"Overfitting"
],
"recommendation": {
"course_name": "Belajar Machine Learning untuk Pemula",
"specific_chapters": [
"Rangkuman Supervised Learning - Regresi",
"Decision Tree",
"Penanganan Outlier",
"Metode Deteksi Overfitting dan Underfitting"
]
}
},
"advanced": {
"description": "Menguasai unsupervised learning, tuning, dan evaluasi model kompleks.",
"exam_topics": [
"Clustering (K-Means/DBSCAN)",
"Hyperparameter Tuning (Grid Search)",
"Dimensionality Reduction (PCA)"
],
"recommendation": {
"course_name": "Belajar Machine Learning untuk Pemula",
"specific_chapters": [
"K-Means Clustering",
"DBSCAN",
"Grid Search",
"Dimensionality Reduction : LDA, PCA, dan t-SNE"
]
}
}
}
},
{
"id": "computer_vision",
"name": "Computer Vision",
"levels": {
"beginner": {
"description": "Paham dasar CNN dan pengolahan citra sederhana.",
"exam_topics": [
"CNN Architecture",
"Convolutions",
"Pooling",
"Image Preprocessing"
],
"recommendation": {
"course_name": "Belajar Fundamental Deep Learning",
"specific_chapters": [
"Dasar-Dasar Convolutional Neural Networks (CNNs)",
"Pembuatan Model Klasifikasi Gambar dengan CNN",
"Image Generation"
]
}
},
"intermediate": {
"description": "Mampu melakukan Transfer Learning dan Object Detection dasar.",
"exam_topics": [
"Transfer Learning",
"Object Detection Concepts",
"Dropout/Batch Normalization"
],
"recommendation": {
"course_name": "Machine Learning Terapan",
"specific_chapters": [
"Pengenalan Transfer Learning",
"Pengenalan Object Detection",
"Teknik-teknik Object Detection"
]
}
},
"advanced": {
"description": "Menguasai segmentasi gambar dan kustomisasi model visual.",
"exam_topics": [
"Image Segmentation",
"Advanced Object Detection",
"Custom Loss for Vision"
],
"recommendation": {
"course_name": "Membangun Proyek Deep Learning Tingkat Mahir",
"specific_chapters": [
"Image Segmentation dengan Deep Learning",
"Klasifikasi Gambar Lanjutan",
"Berkenalan dengan Object Detection"
]
}
}
}
},
{
"id": "nlp",
"name": "Natural Language Processing (NLP)",
"levels": {
"beginner": {
"description": "Dasar pemrosesan teks, tokenisasi, dan klasifikasi teks sederhana.",
"exam_topics": [
"Tokenization",
"Text Cleaning",
"Binary Classification"
],
"recommendation": {
"course_name": "Belajar Fundamental Deep Learning",
"specific_chapters": [
"Pengenalan Natural Language Processing",
"Latihan Pra-pemrosesan Teks",
"Binary vs Multiclass vs Multilabel Classification pada Text"
]
}
},
"intermediate": {
"description": "Memahami RNN, LSTM, dan Analisis Sentimen.",
"exam_topics": [
"RNN",
"LSTM",
"Sentiment Analysis",
"Word Embeddings"
],
"recommendation": {
"course_name": "Belajar Fundamental Deep Learning",
"specific_chapters": [
"Pengenalan Recurrent Neural Network",
"Algoritma RNN",
"Proyek Analisis Sentimen"
]
}
},
"advanced": {
"description": "Menguasai Transformers, Attention Mechanism, dan NLU lanjutan.",
"exam_topics": [
"Transformers",
"Attention Mechanism",
"Sequence to Sequence",
"IndoNLU"
],
"recommendation": {
"course_name": "Membangun Proyek Deep Learning Tingkat Mahir",
"specific_chapters": [
"Mengenal Transformer dalam NLP",
"Latihan Membangun Model Transformer Milik Kita Sendiri",
"Pengenalan IndoNLU"
]
}
}
}
},
{
"id": "time_series",
"name": "Time Series Analysis",
"levels": {
"beginner": {
"description": "Konsep dasar data deret waktu dan preprocessing.",
"exam_topics": [
"Time Series Basics",
"Trend & Seasonality",
"Data Splitting for Time Series"
],
"recommendation": {
"course_name": "Belajar Fundamental Deep Learning",
"specific_chapters": [
"Pengenalan Time Series",
"Data Preprocessing untuk Time Series",
"Tipe-Tipe Time Series"
]
}
},
"intermediate": {
"description": "Membuat model forecasting menggunakan LSTM.",
"exam_topics": [
"LSTM for Time Series",
"Windowing",
"MAE/Huber Loss"
],
"recommendation": {
"course_name": "Belajar Fundamental Deep Learning",
"specific_chapters": [
"Machine Learning pada Time Series",
"Proyek Kedua : Membuat Model Machine Learning dengan Data Time Series"
]
}
},
"advanced": {
"description": "Analisis Time Series tingkat lanjut dengan kustomisasi.",
"exam_topics": [
"Advanced Preprocessing",
"Custom Model for Time Series"
],
"recommendation": {
"course_name": "Membangun Proyek Deep Learning Tingkat Mahir",
"specific_chapters": [
"Eksplorasi Data dalam Time Series",
"Data Preprocessing Lanjutan Untuk Time Series",
"Latihan Custom Model... pada Time Series Model"
]
}
}
}
},
{
"id": "recommender_system",
"name": "Recommender Systems",
"levels": {
"beginner": {
"description": "Memahami konsep Content-Based Filtering.",
"exam_topics": [
"Content-Based Filtering",
"TF-IDF",
"Cosine Similarity"
],
"recommendation": {
"course_name": "Machine Learning Terapan",
"specific_chapters": [
"Pengenalan Sistem Rekomendasi",
"Content Based Filtering",
"Feature Engineering dengan TF-IDF"
]
}
},
"intermediate": {
"description": "Memahami Collaborative Filtering.",
"exam_topics": [
"Collaborative Filtering",
"User-Item Matrix",
"Embedding Layers"
],
"recommendation": {
"course_name": "Machine Learning Terapan",
"specific_chapters": [
"Collaborative Filtering",
"Model Development dengan Collaborative Filtering"
]
}
},
"advanced": {
"description": "Sistem rekomendasi Hybrid dan Neural Collaborative Filtering.",
"exam_topics": [
"Hybrid Recommender",
"Neural Collaborative Filtering",
"TensorFlow Recommenders"
],
"recommendation": {
"course_name": "Membangun Proyek Deep Learning Tingkat Mahir",
"specific_chapters": [
"Neural Collaborative Filtering",
"Retrieval dalam Sistem Rekomendasi",
"Hybrid Recommender System"
]
}
}
}
},
{
"id": "mlops_deployment",
"name": "MLOps & Deployment",
"levels": {
"beginner": {
"description": "Menyimpan model dan penggunaan TF Lite.",
"exam_topics": ["Saving Models (H5/SavedModel)", "TF Lite Basics"],
"recommendation": {
"course_name": "Belajar Fundamental Deep Learning",
"specific_chapters": [
"Format Penyimpanan Model",
"Pengenalan TensorFlow Lite",
"Latihan: Deploy Model ML Menggunakan TensorFlow Lite"
]
}
},
"intermediate": {
"description": "Deployment web (TFJS) dan Serving.",
"exam_topics": ["TensorFlow.js", "TF Serving", "Model Conversion"],
"recommendation": {
"course_name": "Belajar Fundamental Deep Learning",
"specific_chapters": [
"Pengenalan TensorFlow.js",
"Pengenalan TensorFlow Serving",
"Latihan: Deploy Model ML Menggunakan TensorFlow.js"
]
}
},
"advanced": {
"description": "Distributed training dan kustomisasi loop training.",
"exam_topics": [
"Distributed Training",
"Custom Training Loops",
"TensorFlow Extended (TFX) concepts"
],
"recommendation": {
"course_name": "Membangun Proyek Deep Learning Tingkat Mahir",
"specific_chapters": [
"Strategi Distributed Training dengan TensorFlow",
"Custom Training Loop",
"Reproducibility dalam TensorFlow"
]
}
}
}
}
]
},
{
"role_name": "Front-End Web Developer",
"description": "Pengembang yang fokus pada antarmuka visual dan interaksi pengguna di browser.",
"sub_skills": [
{
"id": "html_css_fundamentals",
"name": "HTML & CSS Fundamentals",
"levels": {
"beginner": {
"description": "Struktur dasar HTML5 dan styling CSS dasar.",
"exam_topics": [
"Semantic HTML",
"Box Model",
"Selectors",
"Text Styling"
],
"recommendation": {
"course_name": "Belajar Dasar Pemrograman Web",
"specific_chapters": [
"Semantic HTML: Header, Footer, Main, dan Nav",
"Box Model",
"Selector Dasar"
]
}
},
"intermediate": {
"description": "Layouting modern dengan Flexbox dan Positioning.",
"exam_topics": [
"Flexbox",
"Positioning (Relative/Absolute)",
"Floats"
],
"recommendation": {
"course_name": "Belajar Dasar Pemrograman Web",
"specific_chapters": [
"Pengantar Flexbox",
"Positioning",
"Latihan: Implementasi Flexbox pada Halaman Profil"
]
}
},
"advanced": {
"description": "Layout Grid kompleks dan Desain Responsif.",
"exam_topics": ["CSS Grid", "Media Queries", "Responsive Design"],
"recommendation": {
"course_name": "Belajar Fundamental Front-End Web Development",
"specific_chapters": [
"Pengantar CSS Grid",
"Grid Container dan Grid Item",
"Media Query",
"Responsive Layout"
]
}
}
}
},
{
"id": "javascript_core",
"name": "JavaScript Core Logic",
"levels": {
"beginner": {
"description": "Sintaks dasar JS, tipe data, dan logika dasar.",
"exam_topics": [
"Variables",
"Data Types",
"Operators",
"Functions"
],
"recommendation": {
"course_name": "Belajar Dasar Pemrograman JavaScript",
"specific_chapters": [
"Variabel",
"Tipe Data",
"Logika Operator dan If Else",
"Function"
]
}
},
"intermediate": {
"description": "Manipulasi struktur data dan OOP dasar.",
"exam_topics": ["Arrays", "Objects", "Map/Set", "Basic OOP"],
"recommendation": {
"course_name": "Belajar Dasar Pemrograman JavaScript",
"specific_chapters": [
"Menstrukturkan Data dengan Object",
"Array",
"Map",
"Pengenalan OOP"
]
}
},
"advanced": {
"description": "Konsep ES6+, Functional Programming, dan Module.",
"exam_topics": [
"ES6 Modules",
"Arrow Functions",
"Higher Order Functions",
"Destructuring"
],
"recommendation": {
"course_name": "Belajar Dasar Pemrograman JavaScript",
"specific_chapters": [
"ES6 Module",
"Arrow Function",
"Destructuring Object & Array",
"Functional Programming"
]
}
}
}
},
{
"id": "dom_events",
"name": "DOM Manipulation & Interactivity",
"levels": {
"beginner": {
"description": "Memilih elemen dan event dasar.",
"exam_topics": [
"getElementById/querySelector",
"Click Events",
"Basic DOM Manipulation"
],
"recommendation": {
"course_name": "Belajar Membuat Front-End Web untuk Pemula",
"specific_chapters": [
"Mencari DOM",
"Manipulasi Konten Melalui innerText",
"Menambahkan Event Handler"
]
}
},
"intermediate": {
"description": "Event bubbling, form handling, dan membuat elemen dinamis.",
"exam_topics": [
"Event Bubbling",
"Form Events",
"Creating Elements"
],
"recommendation": {
"course_name": "Belajar Membuat Front-End Web untuk Pemula",
"specific_chapters": [
"Event Bubbling dan Capturing",
"Form Event",
"Membuat Elemen HTML"
]
}
},
"advanced": {
"description": "Web Storage (Local/Session) dan Custom Events.",
"exam_topics": [
"LocalStorage",
"SessionStorage",
"JSON Parsing",
"Custom Events"
],
"recommendation": {
"course_name": "Belajar Membuat Front-End Web untuk Pemula",
"specific_chapters": [
"Pengertian dan Fungsi Web Storage",
"Implementasi Web Storage",
"Custom Event"
]
}
}
}
},
{
"id": "async_api",
"name": "Asynchronous & API",
"levels": {
"beginner": {
"description": "Konsep dasar Async dan Callback.",
"exam_topics": [
"Synchronous vs Asynchronous",
"Callbacks",
"setTimeout"
],
"recommendation": {
"course_name": "Belajar Dasar Pemrograman JavaScript",
"specific_chapters": [
"Apa Itu Asynchronous Process",
"Penanganan dengan Callback",
"setTimeout"
]
}
},
"intermediate": {
"description": "Promise dan Fetch API dasar.",
"exam_topics": ["Promise", "Fetch API Basics", "JSON Data"],
"recommendation": {
"course_name": "Belajar Fundamental Front-End Web Development",
"specific_chapters": [
"Promise",
"Dasar Penggunaan Fetch",
"Mengonsumsi Data API"
]
}
},
"advanced": {
"description": "Async/Await, Error Handling, dan Chaining.",
"exam_topics": [
"Async/Await",
"Try/Catch",
"Promise.all",
"Chaining"
],
"recommendation": {
"course_name": "Belajar Fundamental Front-End Web Development",
"specific_chapters": [
"Sintaks Async/Await",
"Error Handling pada Async",
"Promise Berantai"
]
}
}
}
},
{
"id": "web_components",
"name": "Front-End Architecture (Web Components)",
"levels": {
"beginner": {
"description": "Konsep dasar Custom Elements.",
"exam_topics": ["Custom Elements", "HTMLElement Class"],
"recommendation": {
"course_name": "Belajar Fundamental Front-End Web Development",
"specific_chapters": [
"Apa Itu Web Component",
"Basic Custom Element"
]
}
},
"intermediate": {
"description": "Shadow DOM dan Template.",
"exam_topics": ["Shadow DOM", "Templates", "Encapsulation"],
"recommendation": {
"course_name": "Belajar Fundamental Front-End Web Development",
"specific_chapters": [
"Pengantar Shadow DOM",
"Shadow DOM untuk Web Component"
]
}
},
"advanced": {
"description": "Lifecycle Callbacks dan Slots.",
"exam_topics": [
"connectedCallback",
"attributeChangedCallback",
"Slots"
],
"recommendation": {
"course_name": "Belajar Fundamental Front-End Web Development",
"specific_chapters": [
"Siklus Hidup (Lifecycle)",
"Fleksibel dengan Slot Element"
]
}
}
}
},
{
"id": "pwa_performance",
"name": "PWA & Performance Optimization",
"levels": {
"beginner": {
"description": "Dasar PWA dan Manifest.",
"exam_topics": ["Web App Manifest", "Service Worker Basics"],
"recommendation": {
"course_name": "Belajar Pengembangan Web Intermediate",
"specific_chapters": [
"Pengenalan Progressive Web Apps",
"Web App Manifest",
"Registrasi Service Worker"
]
}
},
"intermediate": {
"description": "Caching dan Workbox.",
"exam_topics": [
"Cache API",
"Workbox",
"Caching Strategies (StaleWhileRevalidate)"
],
"recommendation": {
"course_name": "Belajar Pengembangan Web Intermediate",
"specific_chapters": [
"Workbox Precaching",
"Caching Strategies",
"Latihan: Offline Capability dengan Workbox"
]
}
},
"advanced": {
"description": "Optimasi performa, Lazy Loading, dan Web Vitals.",
"exam_topics": [
"Image Optimization",
"Lazy Loading",
"Web Vitals (LCP, FID, CLS)",
"Bundle Analyzer"
],
"recommendation": {
"course_name": "Belajar Pengembangan Web Intermediate",
"specific_chapters": [
"Image Optimization",
"Menggunakan Lazy Loading Image",
"Web Vitals",
"Bundle Analyzer"
]
}
}
}
},
{
"id": "testing_automation",
"name": "Testing & Automation",
"levels": {
"beginner": {
"description": "Dasar pengujian manual dan konsep testing.",
"exam_topics": [
"Why Testing?",
"Manual vs Automated",
"Types of Testing"
],
"recommendation": {
"course_name": "Belajar Dasar Pemrograman JavaScript",
"specific_chapters": [
"Pengenalan JavaScript Testing",
"Pengujian Program"
]
}
},
"intermediate": {
"description": "Unit Testing dan Integration Testing.",
"exam_topics": [
"Jest",
"Unit Testing",
"Integration Testing",
"TDD"
],
"recommendation": {
"course_name": "Belajar Pengembangan Web Intermediate",
"specific_chapters": [
"TDD Menggunakan Jest",
"Framework Automation Testing",
"Menulis Kode Pengujian"
]
}
},
"advanced": {
"description": "E2E Testing dan CI/CD.",
"exam_topics": [
"End-to-End Testing",
"CI/CD Concepts",
"GitHub Actions"
],
"recommendation": {
"course_name": "Belajar Pengembangan Web Intermediate",
"specific_chapters": [
"Kasus 5: End-to-End Testing",
"Pendahuluan Continuous Integration & Continuous Deployment",
"Latihan: Membuat CI Pipeline menggunakan GitHub Action"
]
}
}
}
}
]
}
]
|