Tutorials
In-depth guides to mastering torch.js and TypeScript for machine learning.

BeginnerTrainingReact
75 minA Beginner's Guide to torch.js
Build a complete Fashion-MNIST classifier from scratch. Learn tensors, neural networks, training with Spark, and building interactive dashboards with React UI.

TypeScriptTypesAdvanced
65 minType-Safe Tensor Operations
Build a type system that catches tensor shape errors at compile time. Learn template literal parsing, type-level arithmetic, and branded error types through hands-on tensor examples.