Skip to content

Instantly share code, notes, and snippets.

View T-Umezaki's full-sized avatar

Takeshi Umezaki T-Umezaki

View GitHub Profile
@T-Umezaki
T-Umezaki / keras.json
Created August 25, 2017 08:01
Keras バックエンド速度比較 CNTK vs TensorFlow ref: http://qiita.com/T_Umezaki/items/e20f9eff11fc30c13795
{
"epsilon": 1e-07,
"floatx": "float32",
"image_data_format": "channels_last",
"backend": "cntk"
}
@T-Umezaki
T-Umezaki / cntktest.py
Created August 15, 2017 03:17
CNTK ImportError: DLL load failed: The specified module could not be found. ref: http://qiita.com/T_Umezaki/items/06c2e7ad1d9c2abab7f0
import sys
print(sys.path)
print (sys.version)
import cntk as C
print("CNTK imported")
@T-Umezaki
T-Umezaki / file0.txt
Last active November 14, 2016 03:37
Microsoft Azure Machine Learning をやるなら必須(?) 究極のソース付きサンプル集。Cortana Intelligence Gallery 日本語訳 その1 ref: http://qiita.com/T_Umezaki/items/cfe5d201d926ba53bea5
Microsoft Azure Machine Learning を使うにあたり大変有用な「Cortana Intelligence Gallery」。
選択するだけでそのまま使える、サンプルデータを含めた、とても便利なテンプレートが提供されています。
大変有用なのですが、日本語訳が見つからなかったので作成します。まずは一覧ベースで。
注:更新の著しいサイトです。(2016/11/7 現在)オリジナルはこちら