Skip to content
View HenKlei's full-sized avatar

Organizations

@pymor
Block or Report

Block or report HenKlei

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. geodesic-shooting geodesic-shooting Public

    Geodesic shooting and landmark matching in Python.

    Python 7 1

  2. pymor/pymor pymor/pymor Public

    pyMOR - Model Order Reduction with Python

    Python 280 97

  3. ML-OPT-CONTROL ML-OPT-CONTROL Public

    Optimal control of parametrized linear systems using machine learning

    Python

  4. Computation of derivatives of scalar... Computation of derivatives of scalar valued functions in PyTorch (gradient, Hessian, Laplacian, ...)
    1
    import torch
    2
    
                  
    3
    
                  
    4
    # Returns the a tensor containing the gradient of `f` at the points `x`, i.e. ∇f(x[0]),...,∇f(x[n]).
    5
    # The function `f` is evaluated vectorized for each row of `x`.