Skip to content

Instantly share code, notes, and snippets.

@tttamaki
tttamaki / first scikit-image
Last active August 29, 2015 14:00
Scikit-image 練習1
{
"metadata": {
"name": "",
"signature": "sha256:4870dcc2981e2cc4c8c89361e34b75fd290a78d0d95e9c3724fbbd40b5fa76ac"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
@tttamaki
tttamaki / compilers.default.diff
Created May 2, 2016 01:55
compilers.default.diff
--- /home/tamaki/wandbox/wandbox/cattleshed/compilers.default 2016-04-30 22:28:22.143696000 +0900
+++ /home/tamaki/local/etc/cattleshed.conf.d/compilers.default 2016-05-01 22:58:23.955396535 +0900
@@ -1244,497 +1244,7 @@
"optimize",
"cpp-verbose",
"boost-nothing",
- "boost-1.47",
- "boost-1.48",
- "boost-1.49",
- "boost-1.50",
@tttamaki
tttamaki / wandbox_install.sh
Last active June 8, 2018 12:01
Shell script for installing wandbox
# packages required
sudo apt-get install language-pack-ja-base git gcc g++ cmake automake libpcre3-dev zlib1g-dev libgcrypt11-dev libicu-dev libsqlite3-dev libboost-all-dev libcap-dev libcap2-bin
# user wandbox
sudo adduser --disabled-login --quiet wandbox
sudo su - wandbox
# mkdir
mkdir local
@tttamaki
tttamaki / PCA_test.ipynb
Created August 21, 2017 12:35
scikit-learnのPCAは中心化する
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tttamaki
tttamaki / pyro_normal_ml_vs_bayes.ipynb
Created June 19, 2020 09:11
Pyroで正規分布の最尤推定とベイズ推定を比較する
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tttamaki
tttamaki / pyro_normal_sampling_posterior.ipynb
Last active June 25, 2020 09:16
Pyroで正規分布のパラメータを求め事後分布からサンプリングする
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tttamaki
tttamaki / pyro_ML_estimation.ipynb
Last active June 28, 2020 04:19
Pyroでいろいろな連続確率分布のパラメータを最尤推定する
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tttamaki
tttamaki / resnet_surgery.ipynb
Last active June 23, 2021 09:10
事前学習済みResNet50を切り貼りしてABNを作ってみた
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tttamaki
tttamaki / pytorch-dataset-addition.ipynb
Created August 29, 2021 22:49
pytorch dataset addition.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tttamaki
tttamaki / model-info-of-3d-cnns.ipynb
Created August 29, 2021 23:41
model info of 3D CNNs.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.