/2018-naver-ai-hackathon

2018 Naver AI Hackathon Participation

Primary LanguagePythonMIT LicenseMIT

Hala Madrid

Author

  • Yoon Ki Jeong (yoongi0428)

Contents

Problem

NAVER KIN - Sentence Similarity

  • Given two sentences, predict whether the two is similar or not.

Model

Detail

  • Character Level
  • Wide CNN
  • No dropout or regularization
  • 2 FC layers
  • Prediction = exp( -sum( Manhattan Distance of the two outputs ) )
  • Loss : MSE

Result

  • Accuracy : 0.8023 (6th)

HALA MADRID