Skip to content

Machine-Learning-Tokyo/Seq2Seq-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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