-
Character-level Convolutional Networks for Text Classification
1. どんなもの?テキスト中に現れる文字を1次元に量子化したベクトルをCNNに入力して、テキストの分類を行った。2. 先行研究と比べてどこがすごいの?文字レベルのn-gramを用いた線形識別器や単語レベルのベクトルをCNNに入力した研究があるが、文字レベルのベクトルをCNNに入力しても、とても良い結果を出すことができている。3. 技術や手法の”キモ”はどこにある? 1次元で畳み込みを行う 文字を量子化して1次元のベクトルとして表す シソーラスを用いたData Augmentation...
-
Welcome to Jekyll!
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-r...