Skip to content

Instantly share code, notes, and snippets.

View avivajpeyi's full-sized avatar
🦥

Avi Vajpeyi avivajpeyi

🦥
View GitHub Profile
"""
Gibbs sampler + multivar signal with Adaptive Metropolis within Gibbs
"""
import numpy as np
import matplotlib.pyplot as plt
from scipy.fft import rfft, rfftfreq
from scipy.stats import uniform
from functools import partial
from tqdm.auto import trange
from scipy.signal.windows import tukey
@avivajpeyi
avivajpeyi / vi_vs_mcmc.ipynb
Last active April 3, 2025 02:04
vi_vs_mcmc.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / psd_and_signal_estimation_example.ipynb
Last active March 13, 2025 04:49
psd_and_signal_estimation_example.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / starccatto_jax_vae.ipynb
Created February 5, 2025 07:19
starccatto_jax_vae.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / testing_vae_continuous.ipynb
Created January 30, 2025 23:30
testing_vae_continuous.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / jim_testing.ipynb
Last active December 5, 2024 04:49
normalizing flow with gw150914 testing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / pe-using-a-vae.ipynb
Last active November 18, 2024 01:20
pe-using-a-vae.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / spline_knot_allocation.ipynb
Last active October 16, 2024 23:46
spline_knot_allocation.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / monochromatic_analytical_wdm_check.ipynb
Created October 11, 2024 07:20
monochromatic_analytical_wdm_check.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / splineanimation.ipynb
Last active September 18, 2024 04:44
SplineAnimation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.