Skip to content
View gpantalos's full-sized avatar
Block or Report

Block or report gpantalos

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. Laplace Approximation in PyTorch Laplace Approximation in PyTorch
    1
    """
    2
    Laplace approximation of a Beta distribution.
    3
    """
    4
    import matplotlib.pyplot as plt
    5
    import torch
  2. Stein's Identity in Tensorflow Stein's Identity in Tensorflow
    1
    {
    2
      "nbformat": 4,
    3
      "nbformat_minor": 0,
    4
      "metadata": {
    5
        "colab": {
  3. Gaussian Process in NumPy Gaussian Process in NumPy
    1
    import matplotlib.pyplot as plt
    2
    import numpy as np
    3
    
                  
    4
    inv = np.linalg.inv
    5