Skip to content

shunk031/paper-survey

Repository files navigation

Paper Survey

logo

Build Status GitHub issues GitHub closed issues GitHub stars Twitter

機械学習 (特に Deep Learning) に関する先行研究および関連研究をまとめています。


Contents


Rules

Abount Summary Format

---
layout: post
title:  "論文タイトル"
date:   YYYY-MM-DD
categories: CV NLP Others
---

## 1. どんなもの?

## 2. 先行研究と比べてどこがすごいの?

## 3. 技術や手法の"キモ"はどこにある?

![Figure 1]({{ site.baseurl }}/assets/img/(cv, nlp, others)/(title)/figure1.png)

## 4. どうやって有効だと検証した?

## 5. 議論はあるか?

## 6. 次に読むべき論文はあるか?

### 論文情報・リンク

* [著者,"タイトル," ジャーナル名,voluem,no.,ページ,年](論文リンク)

Example

Build

  • Use rbenv and ruby-build for build this repo locally
$ rbenv install 2.4.0
$ mkdir ~/.rbenv/versions/paper-survey-dev
$ ruby-build 2.4.0 ~/.rbenv/versions/paper-survey-dev
$ cd paper-survey
$ rbenv local paper-survey-dev
$ gem install bundle
$ bundle install
$ jekyll server
# then visit http://127.0.0.1:4000/paper-survey/ in your browser to preview the repo