What MathExec can compile, compute, and train.
These formulas compile directly to PyTorch models and can be trained on your CSV data.
Simple linear model
Multi-feature linear
Binary classification
Curved relationships
Neural layer with sigmoid
Neural layer with ReLU
Neural layer with tanh
Multi-class classification
Two hidden layers
Three hidden layers
These are evaluated symbolically via SymPy (no data needed). Supports:
Advanced architectures available via the pipeline (whiteboard) mode.