Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PAPER] Convolutional Neural Networks for Sentence Classification #1

Open
seopbo opened this issue Jul 25, 2020 · 0 comments
Open

[PAPER] Convolutional Neural Networks for Sentence Classification #1

seopbo opened this issue Jul 25, 2020 · 0 comments
Assignees
Labels

Comments

@seopbo
Copy link
Contributor

seopbo commented Jul 25, 2020

📝 Introduction

  • 논문 분야: NLP
  • 논문에서 정의한 문제: sentence classification
  • 논문에서 제안한 방법론: pre-trained word vector + convolution operation

Why?

pre-trained word vector와 convolution operation을 이용하여, sentence classification을 수행하는 논문으로 NLP에서 아직도 현업에 사용되고 있는 모델이라고 볼 수 있습니다.

Issue card

  1. data pipeline을 각 종 코드들
  2. model
  3. hyper-parameter tuner와 logger

Schedule

  1. 20/07/25
  • data pipeline
  • model
  1. 20/07/26
  • hyper-parameter tuner

Reference

https://arxiv.org/abs/1408.5882

@seopbo seopbo added the paper label Jul 25, 2020
@seopbo seopbo self-assigned this Jul 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant