タグ

RとGPGPUに関するkazutan711のブックマーク (3)

  • pythonでGPUとMCMC(とR) - xiangze's sparse blog

    GPUでモンテカルロ法の計算をしたくなったりした場合には普通CUDA,OpenCLを使うことになります。 C++でプログラミングする必要があるのですが、変数の確保、解放などで記述が長くなりがちです。pythonを用いると記述を簡潔にできるところが多いらしいので関連するライブラリを紹介します。 実務的にはPyMCからTheanoが呼べるらしいのでそれを使用するのが良さそうですが、現段階では実装されていない機能もあります。 @beroberoさん http://heartruptcy.blog.fc2.com/blog-entry-152.html id:breakbeeさん http://breakbee.hatenablog.jp/entry/2014/05/20/121722 がインストール、実行に関して解説されているのでここでは実装面を少し説明します。というか備忘録です。 PyCUDA

    pythonでGPUとMCMC(とR) - xiangze's sparse blog
    kazutan711
    kazutan711 2014/06/20
    ほほー
  • RでGPU使ってみた

    自分の顔でやる気アップ? 〜 アイデンティティへの意識集中がモチベーションに及ぼす影響を探る RCTsKeisukeHattori1

    RでGPU使ってみた
    kazutan711
    kazutan711 2014/06/20
    Rでもちょっと前からGPGPU使えてた。
  • R GPGPU

    Enabling GPU Computing in the R Statistical Environment R is the most popular open source statistical environment in the biomedical research community. However, most of the popular R function implementations involve no parallelism and they can only be executed as separate instances on multicore or cluster hardware for large data-parallel analysis tasks. The arrival of modern graphics processing un

    kazutan711
    kazutan711 2013/01/17
    RでGPGPUを使用するため?のパッケージ(gputools)のサイト。通常との比較データも。
  • 1