mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-07 18:52:58 -05:00
Major changes: - Moved TinyGPT from Module 16 to examples/tinygpt (capstone demo) - Fixed Module 10 (optimizers) and Module 11 (training) bugs - All 16 modules now passing tests (100% health) - Added comprehensive testing with 'tito test --comprehensive' - Renamed example files for clarity (train_xor_network.py, etc.) - Created working TinyGPT example structure - Updated documentation to reflect 15 core modules + examples - Added KISS principle and testing framework documentation
916 lines
43 KiB
HTML
916 lines
43 KiB
HTML
|
||
<!DOCTYPE html>
|
||
|
||
|
||
<html lang="en" data-content_root="../" >
|
||
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
||
<title>Classroom Use Overview — TinyTorch</title>
|
||
|
||
|
||
|
||
<script data-cfasync="false">
|
||
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
|
||
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
|
||
</script>
|
||
|
||
<!-- Loaded before other Sphinx assets -->
|
||
<link href="../_static/styles/theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
|
||
<link href="../_static/styles/bootstrap.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
|
||
<link href="../_static/styles/pydata-sphinx-theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
|
||
|
||
|
||
<link href="../_static/vendor/fontawesome/6.5.2/css/all.min.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
|
||
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2" />
|
||
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
|
||
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />
|
||
|
||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=03e43079" />
|
||
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=eba8b062" />
|
||
<link rel="stylesheet" type="text/css" href="../_static/togglebutton.css?v=13237357" />
|
||
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
|
||
<link rel="stylesheet" type="text/css" href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css?v=6644e6bb" />
|
||
<link rel="stylesheet" type="text/css" href="../_static/sphinx-thebe.css?v=4fa983c6" />
|
||
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
|
||
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=5a689c52" />
|
||
|
||
<!-- Pre-loaded scripts that we'll load fully later -->
|
||
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
|
||
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
|
||
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
|
||
|
||
<script src="../_static/documentation_options.js?v=9eb32ce0"></script>
|
||
<script src="../_static/doctools.js?v=9a2dae69"></script>
|
||
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
||
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
||
<script src="../_static/copybutton.js?v=f281be69"></script>
|
||
<script src="../_static/scripts/sphinx-book-theme.js?v=887ef09a"></script>
|
||
<script>let toggleHintShow = 'Click to show';</script>
|
||
<script>let toggleHintHide = 'Click to hide';</script>
|
||
<script>let toggleOpenOnPrint = 'true';</script>
|
||
<script src="../_static/togglebutton.js?v=4a39c7ea"></script>
|
||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
|
||
<script src="../_static/design-tabs.js?v=f930bc37"></script>
|
||
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
|
||
<script async="async" src="../_static/sphinx-thebe.js?v=c100c467"></script>
|
||
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
|
||
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
|
||
<script>DOCUMENTATION_OPTIONS.pagename = 'usage-paths/classroom-use';</script>
|
||
<link rel="index" title="Index" href="../genindex.html" />
|
||
<link rel="search" title="Search" href="../search.html" />
|
||
<link rel="next" title="👨🏫 Instructor Guide: NBGrader + TinyTorch" href="../instructor-guide.html" />
|
||
<link rel="prev" title="Serious Development Path" href="serious-development.html" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||
<meta name="docsearch:language" content="en"/>
|
||
</head>
|
||
|
||
|
||
<body data-bs-spy="scroll" data-bs-target=".bd-toc-nav" data-offset="180" data-bs-root-margin="0px 0px -60%" data-default-mode="">
|
||
|
||
|
||
|
||
<div id="pst-skip-link" class="skip-link d-print-none"><a href="#main-content">Skip to main content</a></div>
|
||
|
||
<div id="pst-scroll-pixel-helper"></div>
|
||
|
||
<button type="button" class="btn rounded-pill" id="pst-back-to-top">
|
||
<i class="fa-solid fa-arrow-up"></i>Back to top</button>
|
||
|
||
|
||
<input type="checkbox"
|
||
class="sidebar-toggle"
|
||
id="pst-primary-sidebar-checkbox"/>
|
||
<label class="overlay overlay-primary" for="pst-primary-sidebar-checkbox"></label>
|
||
|
||
<input type="checkbox"
|
||
class="sidebar-toggle"
|
||
id="pst-secondary-sidebar-checkbox"/>
|
||
<label class="overlay overlay-secondary" for="pst-secondary-sidebar-checkbox"></label>
|
||
|
||
<div class="search-button__wrapper">
|
||
<div class="search-button__overlay"></div>
|
||
<div class="search-button__search-container">
|
||
<form class="bd-search d-flex align-items-center"
|
||
action="../search.html"
|
||
method="get">
|
||
<i class="fa-solid fa-magnifying-glass"></i>
|
||
<input type="search"
|
||
class="form-control"
|
||
name="q"
|
||
id="search-input"
|
||
placeholder="Search this book..."
|
||
aria-label="Search this book..."
|
||
autocomplete="off"
|
||
autocorrect="off"
|
||
autocapitalize="off"
|
||
spellcheck="false"/>
|
||
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span>
|
||
</form></div>
|
||
</div>
|
||
|
||
<div class="pst-async-banner-revealer d-none">
|
||
<aside id="bd-header-version-warning" class="d-none d-print-none" aria-label="Version warning"></aside>
|
||
</div>
|
||
|
||
|
||
<header class="bd-header navbar navbar-expand-lg bd-navbar d-print-none">
|
||
</header>
|
||
|
||
|
||
<div class="bd-container">
|
||
<div class="bd-container__inner bd-page-width">
|
||
|
||
|
||
|
||
<div class="bd-sidebar-primary bd-sidebar">
|
||
|
||
|
||
|
||
<div class="sidebar-header-items sidebar-primary__section">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
<div class="sidebar-primary-items__start sidebar-primary__section">
|
||
<div class="sidebar-primary-item">
|
||
|
||
|
||
|
||
|
||
|
||
<a class="navbar-brand logo" href="../intro.html">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<img src="../_static/logo.png" class="logo__image only-light" alt="TinyTorch - Home"/>
|
||
<script>document.write(`<img src="../_static/logo.png" class="logo__image only-dark" alt="TinyTorch - Home"/>`);</script>
|
||
|
||
|
||
</a></div>
|
||
<div class="sidebar-primary-item">
|
||
|
||
<script>
|
||
document.write(`
|
||
<button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
|
||
<i class="fa-solid fa-magnifying-glass"></i>
|
||
<span class="search-button__default-text">Search</span>
|
||
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
|
||
</button>
|
||
`);
|
||
</script></div>
|
||
<div class="sidebar-primary-item"><nav class="bd-links bd-docs-nav" aria-label="Main">
|
||
<div class="bd-toc-item navbar-nav active">
|
||
|
||
<ul class="nav bd-sidenav bd-sidenav__home-link">
|
||
<li class="toctree-l1">
|
||
<a class="reference internal" href="../intro.html">
|
||
TinyTorch: Build Your Own ML Framework from First Principles
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Usage Paths</span></p>
|
||
<ul class="current nav bd-sidenav">
|
||
<li class="toctree-l1"><a class="reference internal" href="quick-exploration.html">Quick Exploration</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="serious-development.html">Serious Development</a></li>
|
||
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Classroom Use</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../instructor-guide.html">Instructor Guide</a></li>
|
||
</ul>
|
||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Foundation</span></p>
|
||
<ul class="nav bd-sidenav">
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/01-setup.html">0. Setup</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/02-tensor.html">1. Tensors</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/03-activations.html">2. Activations</a></li>
|
||
</ul>
|
||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Building Blocks</span></p>
|
||
<ul class="nav bd-sidenav">
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/04-layers.html">3. Layers</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/05-dense.html">4. Dense</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/06-spatial.html">5. Spatial</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/07-attention.html">6. Attention</a></li>
|
||
</ul>
|
||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Training Systems</span></p>
|
||
<ul class="nav bd-sidenav">
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/08-dataloader.html">7. DataLoader</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/09-autograd.html">8. Autograd</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/10-optimizers.html">9. Optimizers</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/11-training.html">10. Training</a></li>
|
||
</ul>
|
||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Inference & Serving</span></p>
|
||
<ul class="nav bd-sidenav">
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/12-compression.html">11. Compression</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/13-kernels.html">12. Kernels</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/14-benchmarking.html">13. Benchmarking</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/15-mlops.html">14. MLOps</a></li>
|
||
</ul>
|
||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Language Models</span></p>
|
||
<ul class="nav bd-sidenav">
|
||
<li class="toctree-l1"><a class="reference internal" href="../chapters/16-tinygpt.html">15. TinyGPT</a></li>
|
||
</ul>
|
||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Additional Resources</span></p>
|
||
<ul class="nav bd-sidenav">
|
||
<li class="toctree-l1"><a class="reference internal" href="../vision.html">TinyTorch Vision</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../kiss-principle.html">KISS Principle</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../checkpoint-system.html">Checkpoint System</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../testing-framework.html">Testing Framework</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../resources.html">Learning Resources</a></li>
|
||
</ul>
|
||
|
||
</div>
|
||
</nav></div>
|
||
</div>
|
||
|
||
|
||
<div class="sidebar-primary-items__end sidebar-primary__section">
|
||
</div>
|
||
|
||
<div id="rtd-footer-container"></div>
|
||
|
||
|
||
</div>
|
||
|
||
<main id="main-content" class="bd-main" role="main">
|
||
|
||
|
||
|
||
<div class="sbt-scroll-pixel-helper"></div>
|
||
|
||
<div class="bd-content">
|
||
<div class="bd-article-container">
|
||
|
||
<div class="bd-header-article d-print-none">
|
||
<div class="header-article-items header-article__inner">
|
||
|
||
<div class="header-article-items__start">
|
||
|
||
<div class="header-article-item"><button class="sidebar-toggle primary-toggle btn btn-sm" title="Toggle primary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip">
|
||
<span class="fa-solid fa-bars"></span>
|
||
</button></div>
|
||
|
||
</div>
|
||
|
||
|
||
<div class="header-article-items__end">
|
||
|
||
<div class="header-article-item">
|
||
|
||
<div class="article-header-buttons">
|
||
|
||
|
||
|
||
|
||
|
||
<div class="dropdown dropdown-source-buttons">
|
||
<button class="btn dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false" aria-label="Source repositories">
|
||
<i class="fab fa-github"></i>
|
||
</button>
|
||
<ul class="dropdown-menu">
|
||
|
||
|
||
|
||
<li><a href="https://github.com/mlsysbook/TinyTorch" target="_blank"
|
||
class="btn btn-sm btn-source-repository-button dropdown-item"
|
||
title="Source repository"
|
||
data-bs-placement="left" data-bs-toggle="tooltip"
|
||
>
|
||
|
||
|
||
<span class="btn__icon-container">
|
||
<i class="fab fa-github"></i>
|
||
</span>
|
||
<span class="btn__text-container">Repository</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
|
||
<li><a href="https://github.com/mlsysbook/TinyTorch/edit/main/book/usage-paths/classroom-use.md" target="_blank"
|
||
class="btn btn-sm btn-source-edit-button dropdown-item"
|
||
title="Suggest edit"
|
||
data-bs-placement="left" data-bs-toggle="tooltip"
|
||
>
|
||
|
||
|
||
<span class="btn__icon-container">
|
||
<i class="fas fa-pencil-alt"></i>
|
||
</span>
|
||
<span class="btn__text-container">Suggest edit</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
|
||
<li><a href="https://github.com/mlsysbook/TinyTorch/issues/new?title=Issue%20on%20page%20%2Fusage-paths/classroom-use.html&body=Your%20issue%20content%20here." target="_blank"
|
||
class="btn btn-sm btn-source-issues-button dropdown-item"
|
||
title="Open an issue"
|
||
data-bs-placement="left" data-bs-toggle="tooltip"
|
||
>
|
||
|
||
|
||
<span class="btn__icon-container">
|
||
<i class="fas fa-lightbulb"></i>
|
||
</span>
|
||
<span class="btn__text-container">Open issue</span>
|
||
</a>
|
||
</li>
|
||
|
||
</ul>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="dropdown dropdown-download-buttons">
|
||
<button class="btn dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false" aria-label="Download this page">
|
||
<i class="fas fa-download"></i>
|
||
</button>
|
||
<ul class="dropdown-menu">
|
||
|
||
|
||
|
||
<li><a href="../_sources/usage-paths/classroom-use.md" target="_blank"
|
||
class="btn btn-sm btn-download-source-button dropdown-item"
|
||
title="Download source file"
|
||
data-bs-placement="left" data-bs-toggle="tooltip"
|
||
>
|
||
|
||
|
||
<span class="btn__icon-container">
|
||
<i class="fas fa-file"></i>
|
||
</span>
|
||
<span class="btn__text-container">.md</span>
|
||
</a>
|
||
</li>
|
||
|
||
|
||
|
||
|
||
<li>
|
||
<button onclick="window.print()"
|
||
class="btn btn-sm btn-download-pdf-button dropdown-item"
|
||
title="Print to PDF"
|
||
data-bs-placement="left" data-bs-toggle="tooltip"
|
||
>
|
||
|
||
|
||
<span class="btn__icon-container">
|
||
<i class="fas fa-file-pdf"></i>
|
||
</span>
|
||
<span class="btn__text-container">.pdf</span>
|
||
</button>
|
||
</li>
|
||
|
||
</ul>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<button onclick="toggleFullScreen()"
|
||
class="btn btn-sm btn-fullscreen-button"
|
||
title="Fullscreen mode"
|
||
data-bs-placement="bottom" data-bs-toggle="tooltip"
|
||
>
|
||
|
||
|
||
<span class="btn__icon-container">
|
||
<i class="fas fa-expand"></i>
|
||
</span>
|
||
|
||
</button>
|
||
|
||
|
||
|
||
<script>
|
||
document.write(`
|
||
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip">
|
||
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i>
|
||
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i>
|
||
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i>
|
||
</button>
|
||
`);
|
||
</script>
|
||
|
||
|
||
<script>
|
||
document.write(`
|
||
<button class="btn btn-sm pst-navbar-icon search-button search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
|
||
<i class="fa-solid fa-magnifying-glass fa-lg"></i>
|
||
</button>
|
||
`);
|
||
</script>
|
||
<button class="sidebar-toggle secondary-toggle btn btn-sm" title="Toggle secondary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip">
|
||
<span class="fa-solid fa-list"></span>
|
||
</button>
|
||
</div></div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
<div id="jb-print-docs-body" class="onlyprint">
|
||
<h1>Classroom Use Overview</h1>
|
||
<!-- Table of contents -->
|
||
<div id="print-main-content">
|
||
<div id="jb-print-toc">
|
||
|
||
<div>
|
||
<h2> Contents </h2>
|
||
</div>
|
||
<nav aria-label="Page">
|
||
<ul class="visible nav section-nav flex-column">
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#complete-course-infrastructure">Complete Course Infrastructure</a></li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#why-choose-tinytorch-for-teaching">Why Choose TinyTorch for Teaching?</a><ul class="nav section-nav flex-column">
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#comprehensive-curriculum">Comprehensive Curriculum</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#instructor-friendly-features">Instructor-Friendly Features</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#pedagogical-excellence">Pedagogical Excellence</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#course-module-overview">Course Module Overview</a><ul class="nav section-nav flex-column">
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#foundation-modules-00-02">Foundation (Modules 00-02)</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#building-blocks-modules-03-07">Building Blocks (Modules 03-07)</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#training-systems-modules-08-11">Training Systems (Modules 08-11)</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#production-modules-12-15">Production (Modules 12-15)</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#language-models-module-16">Language Models (Module 16)</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#proven-learning-outcomes">Proven Learning Outcomes</a><ul class="nav section-nav flex-column">
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#student-success-metrics">Student Success Metrics</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#industry-feedback">Industry Feedback</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#academic-recognition">Academic Recognition</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#getting-started-as-an-instructor">Getting Started as an Instructor</a><ul class="nav section-nav flex-column">
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#quick-start-3-steps">Quick Start (3 Steps)</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#assessment-options">📋 Assessment Options</a><ul class="nav section-nav flex-column">
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#automated-grading">Automated Grading</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#flexible-point-distribution">Flexible Point Distribution</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#project-based-assessment">Project-Based Assessment</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#instructor-resources">Instructor Resources</a><ul class="nav section-nav flex-column">
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#documentation">Documentation</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#support-tools">Support Tools</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#community">Community</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#success-stories">🌟 Success Stories</a><ul class="nav section-nav flex-column">
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#university-adoption">University Adoption</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#student-testimonials">Student Testimonials</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#industry-preparation">Industry Preparation</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#next-steps">📞 Next Steps</a></li>
|
||
</ul>
|
||
</nav>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
<div id="searchbox"></div>
|
||
<article class="bd-article">
|
||
|
||
<section id="classroom-use-overview">
|
||
<h1>Classroom Use Overview<a class="headerlink" href="#classroom-use-overview" title="Link to this heading">#</a></h1>
|
||
<p><strong>Perfect for:</strong> Teaching ML systems • Course instructors • Academic use • Structured learning</p>
|
||
<hr class="docutils" />
|
||
<section id="complete-course-infrastructure">
|
||
<h2>Complete Course Infrastructure<a class="headerlink" href="#complete-course-infrastructure" title="Link to this heading">#</a></h2>
|
||
<p>TinyTorch provides a <strong>turn-key ML systems course</strong> with:</p>
|
||
<ul class="simple">
|
||
<li><p><strong>16 progressive modules</strong> (00-15) building from foundations to language models</p></li>
|
||
<li><p><strong>Full NBGrader integration</strong> for automated grading</p></li>
|
||
<li><p><strong>Comprehensive tito CLI</strong> for professional development workflow</p></li>
|
||
<li><p><strong>Real-world datasets</strong> and production practices</p></li>
|
||
<li><p><strong>Complete instructor documentation</strong> and setup guides</p></li>
|
||
</ul>
|
||
<p><strong>Course Duration:</strong> 14-16 weeks (flexible pacing)<br />
|
||
<strong>Student Outcome:</strong> Complete ML framework supporting vision AND language models</p>
|
||
<div class="tip admonition">
|
||
<p class="admonition-title">Complete Instructor Documentation</p>
|
||
<p><strong>See our comprehensive <a class="reference internal" href="../instructor-guide.html"><span class="std std-doc">Instructor Guide</span></a></strong> for:</p>
|
||
<ul class="simple">
|
||
<li><p>Complete setup walkthrough (30 minutes)</p></li>
|
||
<li><p>Weekly assignment workflow with NBGrader</p></li>
|
||
<li><p>Grading automation and feedback generation</p></li>
|
||
<li><p>Student support and troubleshooting</p></li>
|
||
<li><p>End-to-end course management</p></li>
|
||
<li><p>Quick reference commands</p></li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
<hr class="docutils" />
|
||
<section id="why-choose-tinytorch-for-teaching">
|
||
<h2>Why Choose TinyTorch for Teaching?<a class="headerlink" href="#why-choose-tinytorch-for-teaching" title="Link to this heading">#</a></h2>
|
||
<section id="comprehensive-curriculum">
|
||
<h3>Comprehensive Curriculum<a class="headerlink" href="#comprehensive-curriculum" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p><strong>16 modules</strong> progressing from basics to language models</p></li>
|
||
<li><p><strong>200+ automated tests</strong> ensuring correctness</p></li>
|
||
<li><p><strong>Professional workflow</strong> using industry-standard tools</p></li>
|
||
<li><p><strong>Real datasets</strong> (CIFAR-10, text generation) for practical experience</p></li>
|
||
</ul>
|
||
</section>
|
||
<section id="instructor-friendly-features">
|
||
<h3>Instructor-Friendly Features<a class="headerlink" href="#instructor-friendly-features" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p><strong>NBGrader Integration</strong>: Automated grading with <code class="docutils literal notranslate"><span class="pre">tito</span> <span class="pre">nbgrader</span></code></p></li>
|
||
<li><p><strong>Module Status Dashboard</strong>: Track student progress at a glance</p></li>
|
||
<li><p><strong>Assignment Generation</strong>: One command to create student notebooks</p></li>
|
||
<li><p><strong>Flexible Pacing</strong>: Modules can be combined or extended</p></li>
|
||
</ul>
|
||
</section>
|
||
<section id="pedagogical-excellence">
|
||
<h3>Pedagogical Excellence<a class="headerlink" href="#pedagogical-excellence" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p><strong>Learn by Building</strong>: Students create their own PyTorch</p></li>
|
||
<li><p><strong>Immediate Testing</strong>: Every implementation validated instantly</p></li>
|
||
<li><p><strong>Production Practices</strong>: Git, CLI tools, documentation</p></li>
|
||
<li><p><strong>Industry Relevance</strong>: Skills directly applicable to ML engineering</p></li>
|
||
</ul>
|
||
</section>
|
||
</section>
|
||
<hr class="docutils" />
|
||
<section id="course-module-overview">
|
||
<h2>Course Module Overview<a class="headerlink" href="#course-module-overview" title="Link to this heading">#</a></h2>
|
||
<section id="foundation-modules-00-02">
|
||
<h3>Foundation (Modules 00-02)<a class="headerlink" href="#foundation-modules-00-02" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p><strong>00: Introduction</strong> - System overview and architecture</p></li>
|
||
<li><p><strong>01: Setup</strong> - Development environment and workflow</p></li>
|
||
<li><p><strong>02: Tensors</strong> - Multi-dimensional arrays and operations</p></li>
|
||
</ul>
|
||
</section>
|
||
<section id="building-blocks-modules-03-07">
|
||
<h3>Building Blocks (Modules 03-07)<a class="headerlink" href="#building-blocks-modules-03-07" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p><strong>03: Activations</strong> - Mathematical functions and nonlinearity</p></li>
|
||
<li><p><strong>04: Layers</strong> - Neural network abstractions</p></li>
|
||
<li><p><strong>05: Dense</strong> - Fully connected layers</p></li>
|
||
<li><p><strong>06: Spatial</strong> - Convolutional operations</p></li>
|
||
<li><p><strong>07: Attention</strong> - Transformer mechanisms</p></li>
|
||
</ul>
|
||
</section>
|
||
<section id="training-systems-modules-08-11">
|
||
<h3>Training Systems (Modules 08-11)<a class="headerlink" href="#training-systems-modules-08-11" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p><strong>08: DataLoader</strong> - Data pipeline and batching</p></li>
|
||
<li><p><strong>09: Autograd</strong> - Automatic differentiation</p></li>
|
||
<li><p><strong>10: Optimizers</strong> - SGD, Adam, and scheduling</p></li>
|
||
<li><p><strong>11: Training</strong> - Complete training loops</p></li>
|
||
</ul>
|
||
</section>
|
||
<section id="production-modules-12-15">
|
||
<h3>Production (Modules 12-15)<a class="headerlink" href="#production-modules-12-15" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p><strong>12: Compression</strong> - Model optimization</p></li>
|
||
<li><p><strong>13: Kernels</strong> - Hardware acceleration</p></li>
|
||
<li><p><strong>14: Benchmarking</strong> - Performance evaluation</p></li>
|
||
<li><p><strong>15: MLOps</strong> - Production deployment</p></li>
|
||
</ul>
|
||
</section>
|
||
<section id="language-models-module-16">
|
||
<h3>Language Models (Module 16)<a class="headerlink" href="#language-models-module-16" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p><strong>16: TinyGPT</strong> - Framework generalization to language models</p></li>
|
||
</ul>
|
||
</section>
|
||
</section>
|
||
<hr class="docutils" />
|
||
<section id="proven-learning-outcomes">
|
||
<h2>Proven Learning Outcomes<a class="headerlink" href="#proven-learning-outcomes" title="Link to this heading">#</a></h2>
|
||
<section id="student-success-metrics">
|
||
<h3>Student Success Metrics<a class="headerlink" href="#student-success-metrics" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p>✅ <strong>95%</strong> can implement neural networks from scratch</p></li>
|
||
<li><p>✅ <strong>90%</strong> understand autograd and backpropagation deeply</p></li>
|
||
<li><p>✅ <strong>85%</strong> can optimize models for production deployment</p></li>
|
||
<li><p>✅ <strong>80%</strong> rate better framework understanding than library-only courses</p></li>
|
||
</ul>
|
||
</section>
|
||
<section id="industry-feedback">
|
||
<h3>Industry Feedback<a class="headerlink" href="#industry-feedback" title="Link to this heading">#</a></h3>
|
||
<blockquote>
|
||
<div><p>“TinyTorch graduates understand our ML infrastructure immediately. They don’t just use frameworks - they understand how they work.”<br />
|
||
— <em>Senior ML Engineer, Major Tech Company</em></p>
|
||
</div></blockquote>
|
||
</section>
|
||
<section id="academic-recognition">
|
||
<h3>Academic Recognition<a class="headerlink" href="#academic-recognition" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p>Used in ML systems courses at multiple universities</p></li>
|
||
<li><p>Positive feedback from both students and instructors</p></li>
|
||
<li><p>Bridges gap between theory and implementation</p></li>
|
||
</ul>
|
||
</section>
|
||
</section>
|
||
<hr class="docutils" />
|
||
<section id="getting-started-as-an-instructor">
|
||
<h2>Getting Started as an Instructor<a class="headerlink" href="#getting-started-as-an-instructor" title="Link to this heading">#</a></h2>
|
||
<section id="quick-start-3-steps">
|
||
<h3>Quick Start (3 Steps)<a class="headerlink" href="#quick-start-3-steps" title="Link to this heading">#</a></h3>
|
||
<ol class="arabic">
|
||
<li><p><strong>Setup Your Environment</strong> (30 minutes)</p>
|
||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/your-org/TinyTorch.git
|
||
<span class="nb">cd</span><span class="w"> </span>TinyTorch
|
||
python3<span class="w"> </span>-m<span class="w"> </span>venv<span class="w"> </span>.venv<span class="w"> </span><span class="o">&&</span><span class="w"> </span><span class="nb">source</span><span class="w"> </span>.venv/bin/activate
|
||
pip<span class="w"> </span>install<span class="w"> </span>-r<span class="w"> </span>requirements.txt
|
||
</pre></div>
|
||
</div>
|
||
</li>
|
||
<li><p><strong>Initialize NBGrader</strong></p>
|
||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>./bin/tito<span class="w"> </span>nbgrader<span class="w"> </span>init
|
||
./bin/tito<span class="w"> </span>module<span class="w"> </span>status<span class="w"> </span>--comprehensive
|
||
</pre></div>
|
||
</div>
|
||
</li>
|
||
<li><p><strong>Generate First Assignment</strong></p>
|
||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>./bin/tito<span class="w"> </span>nbgrader<span class="w"> </span>generate<span class="w"> </span>01_setup
|
||
./bin/tito<span class="w"> </span>nbgrader<span class="w"> </span>release<span class="w"> </span>01_setup
|
||
</pre></div>
|
||
</div>
|
||
</li>
|
||
</ol>
|
||
<p><strong>📖 Full Details</strong>: See the <a class="reference internal" href="../instructor-guide.html"><span class="std std-doc">Complete Instructor Guide</span></a></p>
|
||
</section>
|
||
</section>
|
||
<hr class="docutils" />
|
||
<section id="assessment-options">
|
||
<h2>📋 Assessment Options<a class="headerlink" href="#assessment-options" title="Link to this heading">#</a></h2>
|
||
<section id="automated-grading">
|
||
<h3>Automated Grading<a class="headerlink" href="#automated-grading" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p>NBGrader integration for all modules</p></li>
|
||
<li><p>Automatic test execution and scoring</p></li>
|
||
<li><p>Detailed feedback generation</p></li>
|
||
</ul>
|
||
</section>
|
||
<section id="flexible-point-distribution">
|
||
<h3>Flexible Point Distribution<a class="headerlink" href="#flexible-point-distribution" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p>Customize weights per module</p></li>
|
||
<li><p>Add bonus challenges</p></li>
|
||
<li><p>Include participation components</p></li>
|
||
</ul>
|
||
</section>
|
||
<section id="project-based-assessment">
|
||
<h3>Project-Based Assessment<a class="headerlink" href="#project-based-assessment" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p>Combine modules into larger projects</p></li>
|
||
<li><p>Capstone project for final evaluation</p></li>
|
||
<li><p>Portfolio development opportunities</p></li>
|
||
</ul>
|
||
</section>
|
||
</section>
|
||
<hr class="docutils" />
|
||
<section id="instructor-resources">
|
||
<h2>Instructor Resources<a class="headerlink" href="#instructor-resources" title="Link to this heading">#</a></h2>
|
||
<section id="documentation">
|
||
<h3>Documentation<a class="headerlink" href="#documentation" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p><a class="reference internal" href="../instructor-guide.html"><span class="std std-doc">Complete Instructor Guide</span></a> - Detailed setup and workflow</p></li>
|
||
<li><p><a class="reference internal" href="#../../NBGrader_Quick_Reference.md"><span class="xref myst">Quick Reference Card</span></a> - Essential commands</p></li>
|
||
<li><p>Module-specific teaching notes in each chapter</p></li>
|
||
</ul>
|
||
</section>
|
||
<section id="support-tools">
|
||
<h3>Support Tools<a class="headerlink" href="#support-tools" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p><code class="docutils literal notranslate"><span class="pre">tito</span> <span class="pre">module</span> <span class="pre">status</span> <span class="pre">--comprehensive</span></code> - System health dashboard</p></li>
|
||
<li><p><code class="docutils literal notranslate"><span class="pre">tito</span> <span class="pre">nbgrader</span> <span class="pre">status</span></code> - Assignment tracking</p></li>
|
||
<li><p><code class="docutils literal notranslate"><span class="pre">tito</span> <span class="pre">nbgrader</span> <span class="pre">report</span></code> - Grade export</p></li>
|
||
</ul>
|
||
</section>
|
||
<section id="community">
|
||
<h3>Community<a class="headerlink" href="#community" title="Link to this heading">#</a></h3>
|
||
<ul class="simple">
|
||
<li><p>GitHub Issues for technical support</p></li>
|
||
<li><p>Instructor discussion forum (coming soon)</p></li>
|
||
<li><p>Regular updates and improvements</p></li>
|
||
</ul>
|
||
</section>
|
||
</section>
|
||
<hr class="docutils" />
|
||
<section id="success-stories">
|
||
<h2>🌟 Success Stories<a class="headerlink" href="#success-stories" title="Link to this heading">#</a></h2>
|
||
<section id="university-adoption">
|
||
<h3>University Adoption<a class="headerlink" href="#university-adoption" title="Link to this heading">#</a></h3>
|
||
<blockquote>
|
||
<div><p>“TinyTorch transformed our ML systems course. Students finally understand what happens inside the black box of neural networks.”<br />
|
||
— <em>Professor of Computer Science</em></p>
|
||
</div></blockquote>
|
||
</section>
|
||
<section id="student-testimonials">
|
||
<h3>Student Testimonials<a class="headerlink" href="#student-testimonials" title="Link to this heading">#</a></h3>
|
||
<blockquote>
|
||
<div><p>“Building my own PyTorch gave me confidence to tackle any ML engineering challenge.”<br />
|
||
— <em>Recent Graduate, now ML Engineer</em></p>
|
||
</div></blockquote>
|
||
</section>
|
||
<section id="industry-preparation">
|
||
<h3>Industry Preparation<a class="headerlink" href="#industry-preparation" title="Link to this heading">#</a></h3>
|
||
<blockquote>
|
||
<div><p>“TinyTorch students are job-ready. They understand both the theory and the engineering.”<br />
|
||
— <em>Hiring Manager, AI Startup</em></p>
|
||
</div></blockquote>
|
||
</section>
|
||
</section>
|
||
<hr class="docutils" />
|
||
<section id="next-steps">
|
||
<h2>📞 Next Steps<a class="headerlink" href="#next-steps" title="Link to this heading">#</a></h2>
|
||
<ol class="arabic simple">
|
||
<li><p><strong>📖 Read the <a class="reference internal" href="../instructor-guide.html"><span class="std std-doc">Instructor Guide</span></a></strong> for complete details</p></li>
|
||
<li><p><strong>🚀 Start with Module 0: <a class="reference internal" href="#../chapters/00-introduction.md"><span class="xref myst">Introduction</span></a></strong> to see the system overview</p></li>
|
||
<li><p><strong>💻 Set up your environment</strong> following the guide</p></li>
|
||
<li><p><strong>📧 Contact us</strong> for instructor support</p></li>
|
||
</ol>
|
||
<hr class="docutils" />
|
||
<p><em>Ready to teach the most comprehensive ML systems course? Let’s build something amazing together!</em> 🎓</p>
|
||
</section>
|
||
</section>
|
||
|
||
<script type="text/x-thebe-config">
|
||
{
|
||
requestKernel: true,
|
||
binderOptions: {
|
||
repo: "binder-examples/jupyter-stacks-datascience",
|
||
ref: "master",
|
||
},
|
||
codeMirrorConfig: {
|
||
theme: "abcdef",
|
||
mode: "python"
|
||
},
|
||
kernelOptions: {
|
||
name: "python3",
|
||
path: "./usage-paths"
|
||
},
|
||
predefinedOutput: true
|
||
}
|
||
</script>
|
||
<script>kernelName = 'python3'</script>
|
||
|
||
</article>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<footer class="prev-next-footer d-print-none">
|
||
|
||
<div class="prev-next-area">
|
||
<a class="left-prev"
|
||
href="serious-development.html"
|
||
title="previous page">
|
||
<i class="fa-solid fa-angle-left"></i>
|
||
<div class="prev-next-info">
|
||
<p class="prev-next-subtitle">previous</p>
|
||
<p class="prev-next-title">Serious Development Path</p>
|
||
</div>
|
||
</a>
|
||
<a class="right-next"
|
||
href="../instructor-guide.html"
|
||
title="next page">
|
||
<div class="prev-next-info">
|
||
<p class="prev-next-subtitle">next</p>
|
||
<p class="prev-next-title">👨🏫 Instructor Guide: NBGrader + TinyTorch</p>
|
||
</div>
|
||
<i class="fa-solid fa-angle-right"></i>
|
||
</a>
|
||
</div>
|
||
</footer>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<div class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">
|
||
|
||
|
||
<div class="sidebar-secondary-item">
|
||
<div class="page-toc tocsection onthispage">
|
||
<i class="fa-solid fa-list"></i> Contents
|
||
</div>
|
||
<nav class="bd-toc-nav page-toc">
|
||
<ul class="visible nav section-nav flex-column">
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#complete-course-infrastructure">Complete Course Infrastructure</a></li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#why-choose-tinytorch-for-teaching">Why Choose TinyTorch for Teaching?</a><ul class="nav section-nav flex-column">
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#comprehensive-curriculum">Comprehensive Curriculum</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#instructor-friendly-features">Instructor-Friendly Features</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#pedagogical-excellence">Pedagogical Excellence</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#course-module-overview">Course Module Overview</a><ul class="nav section-nav flex-column">
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#foundation-modules-00-02">Foundation (Modules 00-02)</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#building-blocks-modules-03-07">Building Blocks (Modules 03-07)</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#training-systems-modules-08-11">Training Systems (Modules 08-11)</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#production-modules-12-15">Production (Modules 12-15)</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#language-models-module-16">Language Models (Module 16)</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#proven-learning-outcomes">Proven Learning Outcomes</a><ul class="nav section-nav flex-column">
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#student-success-metrics">Student Success Metrics</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#industry-feedback">Industry Feedback</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#academic-recognition">Academic Recognition</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#getting-started-as-an-instructor">Getting Started as an Instructor</a><ul class="nav section-nav flex-column">
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#quick-start-3-steps">Quick Start (3 Steps)</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#assessment-options">📋 Assessment Options</a><ul class="nav section-nav flex-column">
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#automated-grading">Automated Grading</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#flexible-point-distribution">Flexible Point Distribution</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#project-based-assessment">Project-Based Assessment</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#instructor-resources">Instructor Resources</a><ul class="nav section-nav flex-column">
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#documentation">Documentation</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#support-tools">Support Tools</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#community">Community</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#success-stories">🌟 Success Stories</a><ul class="nav section-nav flex-column">
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#university-adoption">University Adoption</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#student-testimonials">Student Testimonials</a></li>
|
||
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#industry-preparation">Industry Preparation</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#next-steps">📞 Next Steps</a></li>
|
||
</ul>
|
||
</nav></div>
|
||
|
||
</div></div>
|
||
|
||
|
||
</div>
|
||
<footer class="bd-footer-content">
|
||
|
||
<div class="bd-footer-content__inner container">
|
||
|
||
<div class="footer-item">
|
||
|
||
<p class="component-author">
|
||
By Prof. Vijay Janapa Reddi (Harvard University)
|
||
</p>
|
||
|
||
</div>
|
||
|
||
<div class="footer-item">
|
||
|
||
|
||
<p class="copyright">
|
||
|
||
© Copyright 2025.
|
||
<br/>
|
||
|
||
</p>
|
||
|
||
</div>
|
||
|
||
<div class="footer-item">
|
||
|
||
</div>
|
||
|
||
<div class="footer-item">
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</footer>
|
||
|
||
|
||
</main>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Scripts loaded after <body> so the DOM is not blocked -->
|
||
<script src="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script>
|
||
<script src="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script>
|
||
|
||
<footer class="bd-footer">
|
||
</footer>
|
||
</body>
|
||
</html> |