Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from Jarlene/finch

[ongoing] Deep NLP Examples in TensorFlow, with TF Estimator and TF Dataset interface

License

sanjeevkrn/finch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Contents


Installation

  • Python 3 and Jupyter Notebook are required

    (CPU User) $ pip3 install tensorflow==1.6.0 sklearn scipy tqdm
    
    (GPU User) $ pip3 install tensorflow-gpu==1.6.0 sklearn scipy tqdm
    


Word Embedding(词向量)

Text Classification(文本分类)

Text Generation(文本生成)

Text Matching(文本匹配)

Sequence Labelling(序列标记)

Sequence to Sequence(序列到序列)

Question Answering(问题回答)

Recommender System(推荐系统)

Knowledge Grpah(知识图谱)

About

[ongoing] Deep NLP Examples in TensorFlow, with TF Estimator and TF Dataset interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 73.3%
  • Python 26.7%