Files
TinyTorch/modules/source
Vijay Janapa Reddi 7f1a038ce7 feat: Update mathematical equations to use proper LaTeX formatting
- Updated autograd module: chain rule, partial derivatives, gradient rules
- Updated activations module: ReLU, sigmoid, tanh, softmax formulas
- Updated layers module: linear transformation, matrix multiplication
- Updated networks module: function composition formulas

All mathematical equations now use LaTeX formatting ($...$ and 9983...9983)
for better rendering in Jupyter notebooks and documentation.
2025-07-13 15:20:53 -04:00
..