Commit Graph

1026 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
beccbae2ef Implement MLPerf Edu Competition module (Module 20)
Complete capstone competition implementation:
- Two division tracks: Closed (optimize) and Open (innovate)
- Baseline CNN model for CIFAR-10
- Validation and submission generation system
- Integration with Module 19 normalized scoring
- Honor code and GitHub repo submission workflow
- Worked examples and student templates

Module 20 is now a pedagogically sound capstone that applies
all Optimization Tier techniques in a fair competition format.
2025-11-07 20:04:57 -05:00
Vijay Janapa Reddi
34c6d95f59 Add normalized scoring and MLPerf principles to Module 19
Enhancements to benchmarking module:
- Added calculate_normalized_scores() for fair hardware comparison
- Implemented speedup, compression ratio, accuracy delta metrics
- Added MLPerf principles section to educational content
- Updated module to support competition fairness

These changes enable Module 20 competition to work across different hardware.
2025-11-07 20:04:46 -05:00
Vijay Janapa Reddi
0a8c4675f1 Clean up book directory - remove duplicates and archive unused files
Removed duplicate content:
- user-manual.md (17K) - duplicate of quickstart-guide.md
- instructor-guide.md (12K) - duplicate of classroom-use.md
- leaderboard.md (6K) - old Olympics content, superseded by community.md

Archived development/reference files to docs/archive/book-development/:
- THEME_DESIGN.md, convert_*.py, verify_build.py (build scripts)
- faq.md, kiss-principle.md, vision.md (reference docs)
- quick-exploration.md, serious-development.md (unused usage paths)

Archived unused images to book/_static/archive/:
- Gemini_Generated_Image_*.png (3 AI-generated images)

Result:
- 26% reduction in markdown files (39 → 29)
- No duplication of content
- Cleaner repository structure
- All active files in TOC or properly referenced

See docs/archive/book-development/CLEANUP_SUMMARY.md for details.
2025-11-07 18:34:11 -05:00
Vijay Janapa Reddi
fe0a9eb340 Add MLPerf® trademark notation
Added registered trademark symbol to MLPerf throughout:
- TOC: MLPerf® Edu Competition
- Chapter 20: MLPerf® Edu Competition

Proper attribution respects MLPerf trademark ownership.
2025-11-07 18:20:48 -05:00
Vijay Janapa Reddi
229971ef85 Improve module naming for clarity
Changes:
- Module 09: 'Spatial' → 'Spatial (CNNs)' in TOC for clarity
- Module 20: 'TinyMLPerf' → 'MLPerfEdu' to avoid confusion
  * TinyMLPerf is a real benchmark for edge devices
  * MLPerfEdu clearly indicates educational competition
  * More accurate descriptor for this capstone
- Fixed 'Performance Tier' → 'Optimization Tier' in Module 20 objectives

Better naming makes the course structure clearer for students.
2025-11-07 18:15:39 -05:00
Vijay Janapa Reddi
80983d9ad1 Update Optimization Tier badge from PERFORMANCE to OPTIMIZATION
Changed tier badge text for modules 15-19 to match TOC naming:
- Was: ** PERFORMANCE TIER**
- Now: ** OPTIMIZATION TIER**

Ensures consistency between TOC and chapter badges.
2025-11-07 17:55:05 -05:00
Vijay Janapa Reddi
4bb453aeaf Standardize Foundation Tier chapters to consistent format
All Foundation Tier modules (01-07) now use consistent formatting:
- Standard tier badge: **🏗️ FOUNDATION TIER** | Difficulty | Time
- Removed HTML divs and Module Info sections
- Clean Overview sections
- Consistent structure across all modules

Fixed Module 04 (Losses) which had wrong content (was about Networks)
2025-11-07 17:54:56 -05:00
Vijay Janapa Reddi
49e4561c17 Move KV Caching from Optimization to Intelligence Tier
KV Caching (Module 14) is about how transformers work efficiently,
not pure performance optimization. Moving it to Intelligence Tier.

Changes:
- Updated TOC: Intelligence Tier now 08-14 (was 08-13)
- Updated TOC: Optimization Tier now 15-19 (was 14-19)
- Changed Module 14 badge from PERFORMANCE to INTELLIGENCE
2025-11-07 17:54:46 -05:00
Vijay Janapa Reddi
bade407af9 Remove temporary documentation files
Cleaned up temporary files created during website standardization work:
- FINAL_STATUS.md, WEBSITE_USER_FEEDBACK.md, WORK_COMPLETE_README.md
- book/CONTENT_IMPROVEMENTS.md
- Tier overview placeholder files (content integrated into TOC structure)

These were working documents and are no longer needed.
2025-11-07 17:38:16 -05:00
Vijay Janapa Reddi
45cc1770ba Update Foundation Tier modules (02-07) and TOC structure
Foundation Tier modules updated to final standardized version:
- Consistent YAML frontmatter with all metadata
- FOUNDATION tier badges throughout
- Professional tone with minimal emojis
- Complete learning objectives and systems thinking questions
- Real-world connections to production systems

TOC structure improvements:
- Clean 3-tier organization (Foundation, Intelligence, Performance)
- Proper tier captions and ordering
- All 20 modules properly integrated
- Capstone section clearly marked
2025-11-07 17:38:00 -05:00
Vijay Janapa Reddi
d8ef8ab75f Standardize Module 20 (TinyMLPerf Competition) to professional template
- Add complete YAML frontmatter with metadata
- Add CAPSTONE badge with 5-star (Ninja) difficulty
- Standardize to exactly 5 learning objectives
- Implement competition structure with Closed/Open divisions
- Add comprehensive submission guidelines and validation
- Include normalized metrics for fair hardware comparison
- Add honor code and GitHub repo requirements
- Provide example optimizations at different skill levels
- Add Systems Thinking Questions on optimization priorities
- Connect to real MLPerf and industry applications
- Professional tone throughout
- Mark completion of all 20 modules!
2025-11-07 17:34:21 -05:00
Vijay Janapa Reddi
3a1dd0b055 Standardize Performance Tier Modules 16-19 to professional template
Module 16 (Acceleration): Hardware-aware optimization with SIMD and cache-friendly algorithms
Module 17 (Quantization): INT8 quantization and mixed-precision strategies
Module 18 (Compression): Pruning and model compression techniques
Module 19 (Benchmarking): MLPerf-style rigorous benchmarking

All modules include:
- Complete YAML frontmatter with metadata
- PERFORMANCE tier badges
- Standardized 5 learning objectives
- Build → Use → Optimize pedagogical pattern
- Production context and historical evolution
- Systems thinking questions
- Real-world connections
- Professional tone with minimal emojis
- Clear navigation to next modules
2025-11-07 17:32:48 -05:00
Vijay Janapa Reddi
e2b4587e48 Standardize Module 15 (Profiling) to professional template
- Add complete YAML frontmatter with metadata
- Add PERFORMANCE tier badge
- Standardize to exactly 5 learning objectives
- Implement Build → Use → Optimize pedagogical pattern
- Add Why This Matters with Google/OpenAI production context
- Add comprehensive Implementation Guide with Timer, MemoryProfiler, FLOPCounter
- Add Systems Thinking Questions on Amdahls Law and bottlenecks
- Add Real-World Connections to TPU optimization and inference serving
- Reduce emoji usage for professional tone
- Add clear What's Next navigation to Module 16
2025-11-07 17:29:53 -05:00
Vijay Janapa Reddi
aa07fe5b43 Standardize Module 14 (KV Caching) to professional template
- Add complete YAML frontmatter with metadata
- Add PERFORMANCE tier badge (first Performance Tier module)
- Standardize to exactly 5 learning objectives
- Implement Build → Use → Optimize pedagogical pattern
- Add Why This Matters with ChatGPT/Claude production context
- Add historical evolution of caching in transformers
- Add comprehensive Implementation Guide with cache structures and cached attention
- Add Systems Thinking Questions on memory-speed trade-offs
- Add Real-World Connections to conversational AI and code completion
- Reduce emoji usage for professional tone
- Add clear What's Next navigation to Module 15
2025-11-07 17:28:07 -05:00
Vijay Janapa Reddi
176c64ceb4 Standardize Module 13 (Transformers) to professional template
- Add complete YAML frontmatter with metadata
- Add INTELLIGENCE tier badge (final module in Intelligence Tier)
- Standardize to exactly 5 learning objectives
- Implement Build → Use → Analyze pedagogical pattern
- Add Why This Matters with GPT-4/BERT/Claude production context
- Add historical context from pre-transformer to transformers everywhere
- Add comprehensive Implementation Guide with transformer blocks, GPT decoder, BERT encoder
- Add Systems Thinking Questions on layer depth and residual connections
- Add Real-World Connections to LLMs, search, and code generation
- Reduce emoji usage for professional tone
- Add clear What's Next navigation to Module 14 (Performance Tier)
2025-11-07 17:23:23 -05:00
Vijay Janapa Reddi
fbd02f71a4 Standardize Module 12 (Attention) to professional template
- Add complete YAML frontmatter with metadata
- Add INTELLIGENCE tier badge
- Standardize to exactly 5 learning objectives
- Implement Build → Use → Analyze pedagogical pattern
- Add Why This Matters with GPT-4/BERT/AlphaFold production context
- Add historical context from RNNs to Transformers revolution
- Add comprehensive Implementation Guide with scaled dot-product and multi-head attention code
- Add Systems Thinking Questions on O(n²) complexity and multi-head benefits
- Add Real-World Connections to LLMs, translation, and vision transformers
- Reduce emoji usage for professional tone
- Add clear What's Next navigation to Module 13
2025-11-07 17:21:27 -05:00
Vijay Janapa Reddi
0c52d61a5f Standardize Module 11 (Embeddings) to professional template
- Add complete YAML frontmatter with metadata
- Add INTELLIGENCE tier badge
- Standardize to exactly 5 learning objectives
- Implement Build → Use → Analyze pedagogical pattern
- Add Why This Matters with GPT-3/BERT production context
- Add historical evolution from Word2Vec to contextual embeddings
- Add comprehensive Implementation Guide with lookup tables and positional encodings
- Add Systems Thinking Questions on memory scaling and sparse gradients
- Add Real-World Connections to LLMs and recommendation systems
- Reduce emoji usage for professional tone
- Add clear What's Next navigation to Module 12
2025-11-07 17:19:45 -05:00
Vijay Janapa Reddi
0d1727a0c5 Standardize Module 10 (Tokenization) to professional template
- Add complete YAML frontmatter with metadata
- Add INTELLIGENCE tier badge
- Standardize to exactly 5 learning objectives
- Implement Build → Use → Analyze pedagogical pattern
- Add Why This Matters with OpenAI/Google production context
- Add historical evolution from word-level to BPE
- Add comprehensive Implementation Guide with CharTokenizer and BPE code
- Add Systems Thinking Questions on vocab size vs sequence length trade-offs
- Add Real-World Connections to GPT, BERT, and code models
- Reduce emoji usage for professional tone
- Add clear What's Next navigation to Module 11
2025-11-07 17:17:37 -05:00
Vijay Janapa Reddi
8bf6eaedab Standardize Module 09 (Spatial/CNNs) to professional template
- Add complete YAML frontmatter with metadata
- Add INTELLIGENCE tier badge
- Standardize to exactly 5 learning objectives (systems/implementation/patterns/framework/optimization)
- Implement Build → Use → Analyze pedagogical pattern
- Add Why This Matters with production context (Tesla, Meta, medical imaging)
- Add historical context (LeNet to ResNet evolution)
- Add detailed Implementation Guide with Conv2D and pooling code
- Add Systems Thinking Questions on parameter efficiency and hierarchical features
- Add Real-World Connections to autonomous vehicles and medical imaging
- Reduce emoji usage for professional tone
- Add clear What's Next navigation to Module 10
2025-11-07 17:16:03 -05:00
Vijay Janapa Reddi
e7f031b4cb Standardize Module 08 (DataLoader) to professional template
- Add complete YAML frontmatter with metadata
- Add INTELLIGENCE tier badge
- Standardize to exactly 5 learning objectives
- Implement Build → Use → Analyze pedagogical pattern
- Add Why This Matters section with production + historical context
- Add Implementation Guide with step-by-step instructions
- Add Systems Thinking Questions for deeper reflection
- Add Real-World Connections to industry applications
- Reduce emoji usage significantly (professional tone)
- Add clear What's Next navigation to Module 09
2025-11-07 17:14:29 -05:00
Vijay Janapa Reddi
bbf6439583 Add final status document summarizing all work completed
- Complete task breakdown and statistics
- Review checklist for user
- Clear next steps and options
- Quick start commands for review
- Time investment summary
2025-11-07 01:17:12 -05:00
Vijay Janapa Reddi
79fa47250d Add commit log for easy reference 2025-11-07 01:16:05 -05:00
Vijay Janapa Reddi
2961f5598b Add work completion summary for user review
- Comprehensive summary of all improvements
- Quick quality check commands
- Clear next steps and options
- Explanation of design decisions
- Success metrics and statistics
2025-11-07 01:15:47 -05:00
Vijay Janapa Reddi
78dc030b61 Add comprehensive user feedback and review document
- Analyze all improvements from user perspective
- Assess quality, consistency, and best practices
- Provide recommendations for next steps
- Review emoji reduction and professionalism
- Evaluate commit quality and structure
- Rate overall quality as Excellent (9/10)
2025-11-07 01:14:38 -05:00
Vijay Janapa Reddi
c0d35952ef Update TOC with tier overview pages and improved structure
- Add tier overview pages at start of each tier
- Update tier captions to be descriptive and professional
- Remove excessive emoji usage from captions
- Fix Performance Tier naming (was Optimization)
- Fix Module 20 title (TinyMLPerf Competition)
- Add leaderboard to Community section
2025-11-07 01:13:02 -05:00
Vijay Janapa Reddi
d9e33b29d8 Add Intelligence and Performance Tier overview pages
- Create tier-2-intelligence.md (Modules 08-13)
- Create tier-3-performance.md (Modules 14-19)
- Professional tone with clear module roadmaps
- Link to tier milestones and prerequisites
- Consistent structure across all three tier pages
2025-11-07 01:12:21 -05:00
Vijay Janapa Reddi
27458d3fbf Update Module 07 Training - Complete Foundation Tier
- Add Foundation Tier badge and complete metadata
- Implement complete training loops with validation
- Add checkpointing and metrics tracking
- Explain training dynamics and debugging
- Mark Foundation Tier completion with milestone unlock
- Link to Intelligence Tier (Module 08)
2025-11-07 01:10:48 -05:00
Vijay Janapa Reddi
7dfab414f5 Update Module 06 Optimizers with professional template
- Add Foundation Tier badge and complete metadata
- Implement SGD, Momentum, and Adam optimizers
- Explain adaptive learning rates and momentum
- Add memory analysis (Adam uses 2x parameter memory)
- Link to Training module next
2025-11-07 01:09:13 -05:00
Vijay Janapa Reddi
fdc8e3b4f2 Update Module 05 Autograd with professional template
- Add Foundation Tier badge and complete metadata
- Reduce emoji usage for professional tone
- Explain computational graphs and chain rule clearly
- Add backward pass implementation details
- Add systems thinking on memory overhead
- Link to Optimizers module next
2025-11-07 01:07:39 -05:00
Vijay Janapa Reddi
a1d60ef705 Fix Module 04 content - change from Networks to Losses
- Correct module content to Loss Functions (MSE, Cross-Entropy, BCE)
- Add Foundation Tier badge and complete metadata
- Add numerical stability explanations
- Add systems thinking questions
- Link to Autograd module next
2025-11-07 01:06:15 -05:00
Vijay Janapa Reddi
ece755271e Update Module 03 Layers with professional template
- Add Foundation Tier badge and complete metadata
- Reduce emoji usage for professional tone
- Add Xavier initialization explanation
- Add systems thinking questions
- Add parameter management details
- Link to next module (Losses)
2025-11-07 01:04:55 -05:00
Vijay Janapa Reddi
84f280d31c Update Module 02 Activations with professional template
- Add complete YAML frontmatter with metadata
- Add Foundation Tier badge
- Reduce emoji usage (professional tone)
- Add systems thinking questions section
- Add where code lives section
- Add what's next navigation
- Improve numerical stability explanations
2025-11-07 01:03:35 -05:00
Vijay Janapa Reddi
b9b525fba1 Add website content improvements implementation guide
- Create CONTENT_IMPROVEMENTS.md with professional content standards
- Focus on consistency, reduced emoji usage, systems thinking
- Define implementation phases and module template structure
2025-11-07 01:01:15 -05:00
Vijay Janapa Reddi
3003108e18 Remove tito module and tito notebooks commands from CLI
Removed commands:
- tito module (start/complete/resume) - students just open files
- tito notebooks - redundant with export

Students now have a simpler workflow
2025-11-07 00:36:58 -05:00
Vijay Janapa Reddi
c8fb0347f5 Fix duplicate submit commands by renaming community submit to share
Issue: Had two conflicting submit commands:
- tito submit (competition submission - top level)
- tito community submit (social sharing - hierarchical)

Solution:
- Renamed 'tito community submit' to 'tito community share'
- Kept 'submit' as an alias for backward compatibility
- Updated all help text and documentation references
- Changed function name from _submit_results to _share_results

Clear separation now:
- tito community share = Social progress sharing (Modules 1-19)
- tito submit = Competition submission (Module 20)

No more confusion between the two workflows
2025-11-07 00:25:56 -05:00
Vijay Janapa Reddi
8e99df1204 Add tito submit command and rename leaderboard to community
New submit command:
- Validates TinyMLPerf competition submissions from Module 20
- Performs sanity checks on speedup, compression, and accuracy
- Displays MLPerf-style scorecard with normalized metrics
- Collects GitHub repo for verification
- Confirms honor code agreement
- Generates submission_final.json ready for upload

Rename leaderboard to community:
- Renamed LeaderboardCommand to CommunityCommand
- Changed command name from 'leaderboard' to 'community'
- Updated all help text and documentation
- More inclusive naming that emphasizes collaboration over competition
- Maintains all existing functionality (join, submit, view, profile, etc.)

CLI registration:
- Added CommunityCommand and SubmitCommand to command registry
- Updated main.py help text and command list
- Updated __init__.py exports

Student workflow now complete:
1. Modules 1-19: Learn and build
2. Optional: tito community join/submit (share progress)
3. Module 20: Generate submission.json
4. tito submit submission.json (validate and finalize)
5. Upload to instructor/platform
2025-11-07 00:07:00 -05:00
Vijay Janapa Reddi
863cde8e1a Add validation and normalized scoring to Module 20 competition submissions
- Import calculate_normalized_scores from Module 19 for fair comparison
- Implement validate_submission() with sanity checks for submissions
- Check for reasonable speedup (<50x), compression (<32x), accuracy preservation
- Verify GitHub repo and required fields are present
- Update generate_submission() to use normalized MLPerf-style scoring
- Add division parameter for Closed/Open Division tracking
- Include github_repo and honor_code fields in submission
- Display normalized scores: speedup, compression ratio, accuracy delta
- Guide students to use 'tito submit' for final submission workflow
2025-11-06 23:57:55 -05:00
Vijay Janapa Reddi
26fafbc067 Add normalized scoring to Module 19 for fair competition comparison
- Add Section 4.5: Normalized Metrics - Fair Comparison Across Different Hardware
- Implement calculate_normalized_scores() function for MLPerf-style relative metrics
- Calculate speedup, compression ratio, accuracy delta, and efficiency score
- Add comprehensive unit tests for normalized scoring
- Ensures fairness across different hardware by measuring relative improvements
- Prepares students for Module 20 TinyMLPerf competition submissions
2025-11-06 23:57:34 -05:00
Vijay Janapa Reddi
7c41e2d214 Add MLPerf methodology to Module 19 and rebrand Module 20 as TinyMLPerf
Module 19 Updates:
- Added Section 4.4: MLPerf Principles & Methodology
- Explains MLPerf framework (industry-standard benchmarking)
- Teaches Closed vs Open Division concepts
- Covers reproducibility and standardization requirements
- References TinyMLPerf for embedded systems
- Prepares students for professional ML benchmarking

Module 20 Updates:
- Rebranded as TinyMLPerf Competition (from generic competition)
- Emphasizes MLPerf Closed Division rules throughout
- Section 1: TinyMLPerf rules and what is/isnt allowed
- Section 2: Official baseline following MLPerf standards
- Section 3: Complete workflow following MLPerf methodology
- Section 4: Submission template with MLPerf compliance

Pedagogical Improvement:
- Grounds capstone in real-world MLPerf methodology
- Students learn industry-standard benchmarking practices
- Competition has professional credibility
- Clear rules ensure fair comparison
- Reproducibility and documentation emphasized
2025-11-06 23:34:00 -05:00
Vijay Janapa Reddi
4a9919effa Refactor Module 19 to TorchPerf Olympics framework
- Updated module title to TorchPerf Olympics Preparation
- Added OlympicEvent enum with 5 competition categories
- Removed meta-analysis sections (532 lines)
- Added section 4.5 on combination strategies and ablation studies
- Updated documentation to explain Olympic events and optimization order
- Module teaches benchmarking principles while preparing students for capstone
2025-11-06 21:53:36 -05:00
Vijay Janapa Reddi
80601c085e Add Profiler demo to Module 18 Compression
- Added Section 8.5: Measuring Compression Impact with Profiler
- Demonstrates 70% magnitude pruning parameter reduction
- Shows sparsity measurements and active parameter counts
- Uses Profiler from Module 15 for measurements
- Educates students on compression workflow: measure prune validate deploy
2025-11-06 20:38:50 -05:00
Vijay Janapa Reddi
6118f1ecd8 Add Profiler demo to Module 17 Quantization
- Added Section 5.5: Measuring Quantization Savings with Profiler
- Demonstrates FP32 to INT8 memory reduction (4x savings)
- Shows actual memory measurements before/after quantization
- Uses Profiler from Module 15 for measurements
- Educates students on production workflow: measure compress validate deploy
2025-11-06 20:38:44 -05:00
Vijay Janapa Reddi
4ef3cb90bc Rename ProfilerComplete to Profiler for cleaner API
- Updated all imports: ProfilerComplete → Profiler
- Updated Module 16: Uses Profiler for acceleration demos
- Updated Module 19: Uses Profiler in Benchmark class
- Updated all comments and docstrings
- Simpler, more professional naming (no awkward Complete suffix)
2025-11-06 20:35:21 -05:00
Vijay Janapa Reddi
96d0fc50db Refactor Module 19 Benchmark to use ProfilerComplete from Module 15
- Added import: from tinytorch.profiling.profiler import ProfilerComplete
- Benchmark class now initializes self.profiler = ProfilerComplete()
- run_latency_benchmark() uses profiler.measure_latency()
- run_memory_benchmark() uses profiler.measure_memory() and profiler.count_parameters()
- Updated architecture diagram to show ProfilerComplete as foundation
- Added pedagogical note explaining build-once-reuse-everywhere principle

Benefits:
- Eliminates code duplication between M15 and M19
- Shows proper systems architecture (composition/reuse)
- Students see ProfilerComplete tool evolving and being reused
- Clear separation: Profiler=measure, Benchmark=compare
2025-11-06 20:30:50 -05:00
Vijay Janapa Reddi
f670260c88 Fix Module 16 test to remove mixed precision trainer references
- Removed SimpleOptimizer class (unused after mixed precision removal)
- Replaced trainer.train_step() test with simple forward pass test
- Test now validates accelerated operations without mixed precision
- Checks numerical correctness and reasonable output values
2025-11-06 20:19:03 -05:00
Vijay Janapa Reddi
9ad19a1bec Streamline Module 18 Compression (Option 2: Moderate cleanup)
- Removed Section 9: Systems Analysis (118 lines)
- Removed analyze_compression_accuracy_tradeoff function (56 lines)
- Replaced minimal Tensor/Linear implementations with proper imports (57 lines saved)
- Added CompressionComplete export class with all core methods (120 lines)
- Net reduction: 111 lines (7%)

Result: 1564 → 1453 lines
Focus: Core compression techniques (pruning, distillation, low-rank)
Imports: Now uses tinytorch.core.tensor and tinytorch.core.layers
2025-11-06 20:13:51 -05:00
Vijay Janapa Reddi
ac755847c0 Streamline Module 17 Quantization by removing analysis functions
- Removed Section: Quantization Quality + analyze_quantization_error (84 lines)
- Removed Section 5: Systems Analysis + analyze_quantization_performance (226 lines)
- Removed Section: Quantization Error Visualization (122 lines)
- Removed analyze_quantization_strategies function (108 lines)
- Total reduction: 540 lines (24%)
- Renumbered remaining sections
- Fixed markdown cell formatting

Result: 2295 → 1703 lines
Focus: Core quantization (quantize/dequantize/QuantizedLinear/quantize_model)
2025-11-06 17:48:47 -05:00
Vijay Janapa Reddi
1d663bb5b0 Remove mixed precision content from Module 16 Acceleration
- Removed Section 4: Mixed Precision Training (446 lines)
- Removed analyze_mixed_precision_benefits function (88 lines)
- Cleaned up all mixed precision references
- Total reduction: 580 lines (34%)
- Module now focuses on: vectorization and kernel fusion
- Fixed duplicate markdown cells from deletion

Result: 1698 → 1118 lines
2025-11-06 17:43:39 -05:00
Vijay Janapa Reddi
190dd29858 Update project status: Module 17 Quantization complete
Progress: 16/19 modules complete (84%)
2025-11-06 15:51:58 -05:00
Vijay Janapa Reddi
e7b1337139 Module 17: Export QuantizationComplete for INT8 quantization
- Added QuantizationComplete class with quantize/dequantize methods
- Exported quantization functions to tinytorch/optimization/quantization.py
- Provides 4x memory reduction with minimal accuracy loss
- Removed pedagogical QuantizedLinear export to avoid conflicts
- Added proper imports to export block
2025-11-06 15:50:48 -05:00