Deep Learning

【論文要約】A Sensitivity Analysis of (and Practitioners’ Guide to) Convolutional Neural Networks for Sentence Classification

0. 論文 A Sensitivity Analysis of (and Practitioners’ Guide to) Convolutional Neural Networks for Sentence Classification https://arxiv.org/pdf/1510.03820.pdf 1. どんなもの? 1-layorのシンプルなCNNを分類タスクに使うにあたり、 ハイパーパラ…

【論文要約・全訳】Convolutional Neural Networks for Sentence Classification

0. 論文 Convolutional Neural Networks for Sentence Classification https://arxiv.org/pdf/1408.5882.pdf 1. どんなもの? CNNを用いて文章分類を行った。 深層学習モデルとしては比較的シンプルな構成でも既存のモデルよりも高い精度を出した。 2. 先行…