Skip to content
Linear Operator Learning
Star on GitHub 0
⌘ K
Linear Operator Learning
Logo

Getting Started

  • Quickstart
  • Developer guide

Examples

  • Independence Testing

API Reference

  • Kernel Methods
    • kernel
  • Neural Networks
    • nn
    • nn.functional
    • nn.stats
    • nn.linalg
Linear Operator Learning
/
Neural Networks

Neural Networks

Functions and modules to learn linear operators via neural networks.

  • nn
    • Table of Contents
    • Regressors (see also kernel regressors)
      • ridge_least_squares()
      • eig()
      • evaluate_eigenfunction()
    • Loss Functions
      • L2ContrastiveLoss
        • L2ContrastiveLoss.forward()
      • KLContrastiveLoss
        • KLContrastiveLoss.forward()
      • VampLoss
        • VampLoss.forward()
      • DPLoss
        • DPLoss.forward()
    • Modules
      • MLP
      • ResNet
      • SimNorm
      • EMACovariance
  • nn.functional
    • Table of Contents
    • Loss Functions
      • l2_contrastive_loss()
      • kl_contrastive_loss()
      • vamp_loss()
      • dp_loss()
    • Regularization Functions
      • orthonormal_fro_reg()
      • orthonormal_logfro_reg()
  • nn.stats
    • covariance()
    • cov_norm_squared_unbiased()
    • cross_cov_norm_squared_unbiased()
    • whitening()
  • nn.linalg
    • sqrtmh()

© 2025, Linear Operator Learning Team Built with Sphinx 7.3.7