Skip to content

Instantly share code, notes, and snippets.

View tatsy's full-sized avatar
:octocat:
Render the possibility!

Tatsuya Yatagawa tatsy

:octocat:
Render the possibility!
View GitHub Profile
@tatsy
tatsy / scipy_llt_ldlt.ipynb
Created September 4, 2023 07:14
SciPy_LLT_LDLT.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tatsy
tatsy / deep_image_prior.ipynb
Created December 22, 2022 02:23
deep_image_prior.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tatsy
tatsy / mnist_convolutioal_autoencoder.ipynb
Created December 19, 2022 06:53
MNIST_Convolutioal_Autoencoder.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tatsy
tatsy / gaussproc.ipynb
Last active January 8, 2022 06:17
Gaussian process regression
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tatsy
tatsy / slicesample.ipynb
Created January 4, 2022 04:43
Slice sampling
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tatsy
tatsy / hmc.ipynb
Created January 4, 2022 03:42
Hamiltonian Monte Carlo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tatsy
tatsy / gibbs.ipynb
Last active January 4, 2022 02:22
Gibbs sampling
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tatsy
tatsy / simuanneal.ipynb
Created January 4, 2022 01:38
Metropolis Hastings with simulated annealing
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tatsy
tatsy / metropolis.ipynb
Last active January 4, 2022 01:39
Metropolis Hastings method
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tatsy
tatsy / t2_voxel_down_sample.py
Created December 22, 2020 02:01
t2_voxel_down_sample
import os
import sys
import argparse
import numpy as np
import open3d as o3d
sys.path.append('./tools/python_toolbox/evaluation')
# Tau value for each scene in Table 1 of the paper.