Skip to content

Instantly share code, notes, and snippets.

View xiangze's full-sized avatar

xiangze xiangze

View GitHub Profile
@bicycle1885
bicycle1885 / HMC and NUTS Samplers with Dual Averaging.ipynb
Last active September 30, 2016 11:31
HMC and NUTS Samplers with Dual Averaging
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@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.
@chiral
chiral / prediction1.R
Last active October 31, 2016 09:58
sample program for category data analysis, made for a challenge in Kaggle.
library(dplyr)
library(ggplot2)
library(reshape2)
train <- read.csv("train.csv")
#test <- read.csv("test_v2.csv")
az <- train %.%
filter(record_type==1) %.%
select(A:G)
#include <iostream>
using std::cout;
using std::endl;
#include <opencv2/opencv.hpp>
#include "opencv_lib.hpp"
#include <cstdint>
#include <cstdbool>
#include "Eigen/Dense"
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@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.
@keijiro
keijiro / about.md
Last active December 11, 2017 11:28
About Me

About Me

Photo

高橋 啓治郎 - 1977年生まれ

コンシューマーゲーム業界にて10年間の開発経験を持つゲームプログラマーです。ゲームプログラミング全般に経験を持ち、中でもグラフィックスプログラミング、AIプログラミングを得意としています。

現在は iPhone/iPad アプリの開発を主軸に置きつつ、技術書への寄稿や、ゲーム開発のコンサルティングなどを手がけています。

@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.