2017-11-01から1ヶ月間の記事一覧

novelty detectionのサーベイ論文

A review of novelty detection A review of novelty detection - ScienceDirect http://www.robots.ox.ac.uk/~davidc/pubs/NDreview2014.pdf

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で組んだだけなので、実行速度は遅…