.. customcarditem::
   :header: Mean Squared Error (MSE)
   :image: _static/fetched-s3-assets/tabular_classification.svg
   :tags: Regression

.. include:: ../links.rst

########################
Mean Squared Error (MSE)
########################

Module Interface
________________

.. autoclass:: torchmetrics.MeanSquaredError
    :exclude-members: update, compute

Functional Interface
____________________

.. autofunction:: torchmetrics.functional.mean_squared_error