Skip to content

Instantly share code, notes, and snippets.

View xiangze's full-sized avatar

xiangze xiangze

View GitHub Profile
@genkuroki
genkuroki / 資産のランダム分配(日本語化版).ipynb
Created January 11, 2018 12:58
資産のランダム分配(日本語化)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tanutarou
tanutarou / bayesian_polyfit.ipynb
Created October 15, 2017 11:50
最小二乗法、ガウスノイズモデル、ベイズ線形回帰モデルによる多項式あてはめ
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@harusametime
harusametime / install_PySPQR_ja.md
Last active June 30, 2023 15:42
PySPQRのインストール

PySPQRをインストールしたい

  • ScipyにはSparse matrix向けのQR分解がありません...
  • Dense matrix向けはあります!が,todense()するとメモリで死んでしまいます.
  • SuiteSparseを使うとできるけどpythonで使えない,
  • Python wrapperのPySPQRを使う.

環境

  • Windows 10
  • Microsoft Visual Studio 14.0 (SuiteSparseのコンパイルにいる)
@yamaguchiyuto
yamaguchiyuto / probabilistic_matrix_factorization.ipynb
Last active September 25, 2017 06:47
Probabilistic matrix factorization using Edward
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naotokui
naotokui / conditional_vae_keras.ipynb
Created June 29, 2017 01:01
Conditional VAE in Keras
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@junpenglao
junpenglao / [WIP] Bayesian GMM.ipynb
Last active October 18, 2019 11:11
Documents/Github/Human_Learning/Miscellaneous/[WIP] Bayesian GMM.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ax3l
ax3l / noglobal.py
Last active December 26, 2022 12:44
Useful Noglobal in Python
# License:
# I hereby state this snippet is below "threshold of originality" where applicable (public domain).
#
# Otherwise, since initially posted on Stackoverflow, use as:
# CC-BY-SA 3.0 skyking, Glenn Maynard, Axel Huebl
# http://stackoverflow.com/a/31047259/2719194
# http://stackoverflow.com/a/4858123/2719194
import types
#include <iostream>
using std::cout;
using std::endl;
#include <opencv2/opencv.hpp>
#include "opencv_lib.hpp"
#include <cstdint>
#include <cstdbool>
#include "Eigen/Dense"
@arosh
arosh / exercise04.ipynb
Created October 30, 2016 10:41
RStanBook Exercise04
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.