Beginner Examples¤
Start here if you're new to Datarax. These examples cover fundamental concepts with minimal setup.
Getting Started¤
| Example | Description |
|---|---|
| Simple Pipeline | Minimal working pipeline — load data, apply transforms, iterate |
| Pipeline Tutorial | Step-by-step pipeline construction with explanations |
| MNIST Tutorial | Classic MNIST digit classification pipeline |
| Operators Tutorial | Learn how operators transform data in the pipeline |
Next Steps¤
Once you're comfortable with the basics, explore:
- CIFAR-10 Quick Reference - Common CIFAR-10 patterns
- Augmentation Quick Reference - Data augmentation basics
- HuggingFace Tutorial - Load any HuggingFace dataset
- Quick Start Guide - Core concepts overview
Essentials¤
| Reference | Description |
|---|---|
| Data Loading Quick Reference | MemorySource, TFDS, and HuggingFace data loading |
| Batch Processing Quick Reference | Batch objects, iteration patterns, batch_size |