2017-11-22から1日間の記事一覧

MinimalRNNをTensorFlowで実装した(だけ)

もはや「実装した」と呼べるかどうか。既存のコードを少しいじっただけなので。 論文 [1711.06788] MinimalRNN: Toward More Interpretable and Trainable Recurrent Neural Networks 実装 A TensorFlow implementation of MinimalRNN. · GitHub 論文を要約…

Simple Recurrent Unit をTensorFlowで実装した

論文 [1709.02755] Training RNNs as Fast as CNNs 実装 A TensorFlow implementation of Simple Recurrent Unit (SRU). · GitHub 論文の主旨はRNN学習(例えばLSTM)の高速化であるが、上記実装は論文の式の通りにTensorFlowで組んだだけなので、実行速度は遅…