FlashWB / finch

Deep NLP in TensorFlow r1.6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPU Installation

$ pip3 install tensorflow==1.6.0 sklearn scipy

Contents


Word Embedding(词向量)

Text Classification(文本分类)

Text Generation(文本生成)

Text Control(文本控制)

Sequence Labelling(序列标记)

Sequence to Sequence(序列到序列)

Memory Networks(记忆网络)


How To Use

  1. The following command clones all the files (it is large due to historical reasons, sorry)

    下面命令会拿下所有文件(因为历史原因,所以体积比较大,不好意思)

    git clone https://github.com/zhedongzheng/finch.git
    
  2. Use contents to find the model and test that may interest you, click on that test

    目录找到感兴趣的模型和测试文件,点击它

  3. Find the test file path

    发现测试文件的路径

  4. run on command line

    在命令行运行它

    cd finch/nlp-models/tensorflow
    python rnn_attn_estimator_imdb_test.py
    

Questions Have Been Asked


About

Deep NLP in TensorFlow r1.6


Languages

Language:Python 99.9%Language:Shell 0.1%