This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import matplotlib.pyplot as pl | |
import scipy.stats as st | |
import theano.tensor as tt | |
import theano.tensor.slinalg as sl | |
from ipdb import set_trace as stop | |
from sklearn.neighbors import NearestNeighbors | |
def chol_invert(A): | |
""" |