Neural Network Parameter & FLOPs Calculator
Computes total trainable parameters (weights + biases) and estimated forward-pass FLOPs for a fully-connected (dense) network, given only its layer sizes. FLOPs are counted as 2 per multiply-add, the standard convention used in most model efficiency reporting.
Covers dense/linear layers only — convolutional and attention layers have different FLOP formulas not modeled by this calculator.