Sharukh
Rahman
Home
Portfolio
Blog
About
Path Visualizer
Paste a YAML or JSON curriculum script and render an interactive path diagram powered by React Flow.
Curriculum Script (YAML or JSON)
MONTH 1 — Foundations: Goal: Build math intuition for ML and RL + Python foundations. Weeks: - Week 1: Title: Python & Linear Algebra Topics: - { name: "Scalars", slug: "scalars" } - { name: "Vectors", slug: "vectors" } - { name: "Matrices", slug: "matrices" } - { name: "Dot Product", slug: "dot-product" } - { name: "Transpose", slug: "transpose" } - { name: "Norms", slug: "norms" } DependsOn: [] - Week 2: Title: Calculus Topics: - { name: "Derivatives", slug: "derivatives" } - { name: "Gradients", slug: "gradients" } - { name: "Chain Rule", slug: "chain-rule" } - { name: "Gradient Descent", slug: "gradient-descent" } DependsOn: ["Week 1"] - Week 3: Title: Probability Topics: - { name: "Probability", slug: "probability" } - { name: "Conditional Probability", slug: "conditional-probability" } - { name: "Independence", slug: "independence" } DependsOn: ["Week 1","Week 2"]
Render
Load Sample
Failed to parse script.