Skip to content

Code For Medium Article "How To Create Data Products That Are Magical Using Sequence-to-Sequence Models"

License

Notifications You must be signed in to change notification settings

powerbrij007/Seq2Seq_Tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub license

Sequence-to-Sequence Tutorial with Github Issues Data

Code For Medium Article: "How To Create Data Products That Are Magical Using Sequence-to-Sequence Models"

Resources:

  1. Tutorial Notebook: The Jupyter notebook that coincides with the Medium post.

  2. seq2seq_utils.py: convenience functions that are used in the tutorial notebook to make predictions.

  3. ktext: this library is used in the tutorial to clean data. This library can be installed with pip.

  4. Nvidia Docker Container: contains all libraries that are required to run the tutorial. This container is built with Nvidia-Docker v1.0. You can run this container by executing nvidia-docker run hamelsmu/seq2seq_tutorial/ after installing Nvidia-Docker v1.0. Note: I have not tested this on Nvidia-Docker v2.0.

About

Code For Medium Article "How To Create Data Products That Are Magical Using Sequence-to-Sequence Models"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 86.4%
  • Python 13.6%