Skip to content

Instantly share code, notes, and snippets.

@orleika
Created August 15, 2017 02:24
Show Gist options
  • Save orleika/59780cc16584a5d787de6e2c12a043f0 to your computer and use it in GitHub Desktop.
Save orleika/59780cc16584a5d787de6e2c12a043f0 to your computer and use it in GitHub Desktop.
BFS&ipyparallelによる統計的識別手法の最良組み合わせ抽出
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@orleika
Copy link
Author

orleika commented Aug 15, 2017

Requirements

@orleika
Copy link
Author

orleika commented Aug 15, 2017

Caution

  • y, Xはグローバル参照します.
  • 実行前にipyparallelのクラスタを起動する必要があります.
  • u = u.astype(np.int8)を実行することでデータサイズを1/8に削減できます.組み合わせが2^8=256以上にはならないのでこれで問題ありません.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment