Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 725 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 725 Bytes

ThesisPKinDL

Repository for sharing code from the theses to integrate external resources into neural networks

To run (on python 3)

Install

  • numpy
  • pytorch
  • nltk (for tokenizer), only need the package punkt python -m nltk.downloader 'punkt'
  • matplotlib

Download

  • Gove embeddings (300D 840B)
  • SNLI dataset

Steps