NLP. A collection of natural language processing projects built with Python and TensorFlow.

machinetalk.org

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2019
  • Update train.py
  • Update training_utils.py
  • Update training_utils.py
June 2019
  • Update learning scheduling
  • Update training_utils.py
  • Add trained_step to resume training from the lastest checkpoint
  • Update train.py
  • Update test logic
  • Get networks' setting from YAML file instead of arguments
  • Update train.py
  • Merge with origin
  • Make checkpoint dir adjustable
  • Update train.py
  • Refactor the source code for chatbot
  • Update source to train a chatbot with Cornell movie dataset
April 2019
  • Added doc for transformer training script
  • Moved Tensorflow 1.x source code to tf1 folders
  • Clean up some places and return alignment vectors
  • Optimize MultiHeadAttention layer
  • Update train_transformer_tf2.py