- Word Embedding(词向量)
- Text Classification(文本分类)
- Text Generation(文本生成)
- Text Matching(文本匹配)
- Sequence Labelling(序列标记)
- Sequence to Sequence(序列到序列)
- Question Answering(问题回答)
- Knowledge Graph(知识图谱)
-
Python 3 and Jupyter Notebook are required
(CPU User) $ pip3 install tensorflow sklearn scipy bunch tqdm (GPU User) $ pip3 install tensorflow-gpu sklearn scipy bunch tqdm
-
(70%) move existing code into new interfaces < tf.data.Dataset > and < tf.estimator.Estimator >
-
(70%) create Jupyter Notebooks
-
IMDB Movie Reviews Sentiment(电影评论情感)
-
Writing《Anna Karenina》(机器写作《安娜·卡列尼娜》)
-
Speech Recognition(语音识别)
-
< To be rewritten >
-
Movielens(电影推荐)
-
POS Tagging(词性识别)
-
Chinese Segmentation(中文分词)
-
Learning to Sort(机器学习字母的排序)
-
Learning to Dialog(机器对话)
-
< To be rewritten >
-
Facebook bAbI(逻辑回答)