suzana-ilic / Seq2Seq-Workshop

Seq2Seq workshop materials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seq2Seq-Workshop

Seq2Seq workshop materials

Presentation slides:

NLP Basics

Intro to Sequence to Sequence Learning

Dependencies

Installation

  1. Create a conda environment:
    conda env create -n seq2seq python=3.6
    
  2. Install dependencies
    pip install spacy
    pip install mecab-python3
    
    
  3. Install Spacy en model:
    python -m spacy download en
    
  4. Install Pytorch 0.4.1:
    pip install torch==0.4.1
    

Data

About

Seq2Seq workshop materials

License:MIT License


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%