並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 3 件 / 3件

新着順 人気順

Theanoの検索結果1 - 3 件 / 3件

  • The Future of PyMC3, or: Theano is Dead, Long Live Theano

    In this post we’d like to make a major announcement about where PyMC is headed, how we got here, and what our reasons for this direction are. TL;DR: PyMC3 on Theano with the new JAX backend is the future, PyMC4 based on TensorFlow Probability will not be developed further. In 2017, the original authors of Theano announced that they would stop development of their excellent library. This left PyMC3

    • TheanoでNER(前処理) - 機械学習・自然言語処理の勉強メモ

      NER(Named Entity Recognition) 系列ラベリングの一種。 日本語では、固有表現抽出と言われるタスク。 具体例としてはこんなの 太郎は5月18日に花子に会いに行った。 これに含まれる固有表現を抽出(タグ付け)すると以下となる。 <PERSON>太郎</PERSON>は<DATE>5月18日</DATE>の<TIME>朝9時</TIME>に<PERSON>花子</PERSON>に会いに行った。 by Wikipedia タグのフォーマットとしては下記がある。 IOB1 IOB2 IOE1 IOE2 IOBES それぞれの例は下図 ※「Support Vector Machine を用いた Chunk 同定」(工藤 2002)より引用 論文について 今回は、深層学習によりSOTAを達成した論文の実装例を見ていく。 タイトルは、 「Neural Architectures

        TheanoでNER(前処理) - 機械学習・自然言語処理の勉強メモ
      • Python 3.8 + CUDA10.2でTheano実装のLIFTを動かす - Qiita

        OpenCV – 4.5.1 opencv-4.5.1-vc14_vc15.exe Visual Studio Community 2019 vs_community__501120973.1616119645.exe 公開されているコードリポジトリはコチラ↓ 論文はココなど↓ Theano環境の構築 色々躓いた中でのメモを形にしただけなので,必要な情報だけ読み取って下さいm(_ _)m なお,検索しても古い別環境を用意するか諦めるかのような内容や,手元の環境では(それのみでは)うまくいかない内容しか見当たらなかったです. また,どれだけ探しても見付からない情報も多々ありました… 情報例 https://github.com/Theano/Theano/issues/5856 https://github.com/Theano/Theano/issues/6063 https://gith

          Python 3.8 + CUDA10.2でTheano実装のLIFTを動かす - Qiita
        1