TSToolSphere

Neural Network Parameter & FLOPs Calculator

student100% Client-Side

Estimate total trainable parameters and forward-pass FLOPs for a fully-connected neural network.

Neural Network Parameter & FLOPs Calculator

Estimates total trainable parameters and forward-pass FLOPs for a fully-connected (dense) network from its layer sizes.

Total parameters
235.15K (235,146)
FLOPs per sample (forward pass)
469.90K
Total FLOPs (batch of 1)
469.90K
LayerShapeParametersFLOPs (per sample)
1784256200,960401,664
225612832,89665,664
3128101,2902,570

FLOPs counted as 2 per multiply-add (industry convention). Only covers fully-connected layers — convolutional/attention layers have different FLOP formulas not modeled here.

About Neural Network Parameter & FLOPs Calculator

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.

Educational Guides & Tutorials

Frequently Asked Questions

Help Us Improve Neural Network Parameter & FLOPs Calculator

Did you find this tool helpful? Tell us how we can make it even better, or report a bug or request a new feature in under 1 minute.

Submit Feedback