Skip to content

haoyijiang/finch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,665 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Python 3 and Jupyter Notebook are required

CPU

$ pip3 install tensorflow==1.6.0 sklearn scipy tqdm

GPU

$ pip3 install tensorflow-gpu==1.6.0 sklearn scipy tqdm

Issues Have Been Asked


Contents


Word Embedding(词向量)

Text Classification(文本分类)

Text Generation(文本生成)

Text Style(文本风格)

Speech (语音)

Sequence Labelling(序列标记)

Sequence to Sequence(序列到序列)

Question Answering(问题回答)

Recommender System(推荐系统)

Reinforcement Learning(强化学习)

pip3 install gym

Data Argumentation(数据增强)

About

Deep NLP Examples in TensorFlow r1.6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 65.7%
  • Python 34.3%