Skip to content

Latest commit

 

History

History
34 lines (13 loc) · 692 Bytes

README.md

File metadata and controls

34 lines (13 loc) · 692 Bytes

Overview

This repository implements sentiment analyzer for Kaggle competition, "Movie Review Sentiment Analysis (Kernels Only)", with Pytorch. Bi-directional LSTM is used.

Link : https://www.kaggle.com/c/movie-review-sentiment-analysis-kernels-only

Getting Started

Download dataset from the abovel ink, then execute "app.ipynb"

Environment

  • CUDA 10.1

  • Python 3.7

  • NVIDIA GTX 1080 Ti

License

This project is licensed under MIT License - see the LICENSE file for details

References

  • "PyTorch로 시작하는 딥러닝 - 딥러닝 기초에서 최신 모던 아키텍처까지", 에이콘출판사, 비슈누 수브라마니안 지음, 김태완 옮김