We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb54c4a commit 5b99106Copy full SHA for 5b99106
1 file changed
README.md
@@ -1,2 +1,10 @@
1
-# Seq2Seq_Tutorial
2
-Code For Medium Article "How To Create Data Products That Are Magical And Useful Using Sequence-to-Sequence Models"
+## Sequence-to-Sequence Tutorial with Github Issues Data
+Code For Medium Article: ["How To Create Data Products That Are Magical And Useful Using Sequence-to-Sequence Models"]()
3
+
4
+## Table of Contents:
5
6
+1. [Tutorial Notebook](./notebooks/Tutorial.ipynb): The Jupyter notebook that coincides with the Medium post.
7
8
+2. [seq2seq_utils.py](./notebooks/seq2seq_utils.py): convenience functions that are used in the tutorial notebook to make predictions.
9
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`.
0 commit comments