You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Sequence-to-Sequence Tutorial with Github Issues Data
2
2
Code For Medium Article: ["How To Create Data Products That Are Magical And Useful Using Sequence-to-Sequence Models"]()
3
3
4
-
## Table of Contents:
4
+
## Resources:
5
5
6
6
1.[Tutorial Notebook](./notebooks/Tutorial.ipynb): The Jupyter notebook that coincides with the Medium post.
7
7
8
8
2.[seq2seq_utils.py](./notebooks/seq2seq_utils.py): convenience functions that are used in the tutorial notebook to make predictions.
9
9
10
10
3.[ktext](https://github.com/hamelsmu/ktext): this library is used in the tutorial to clean data. This library can be installed with `pip`.
11
+
12
+
4.[Nvidia Docker Container](https://hub.docker.com/r/hamelsmu/seq2seq_tutorial/): 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.
0 commit comments