Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 481 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 481 Bytes

Chatbot(SE125 Machine Learning Project)

Group work with my friends Bessss-zyw and Shang-QY

A chatbot implemented by transformer encoder and RNN decoder

  • Baseline(RNN Encoder+RNN Decoder): SE125Proj2_baseline.ipynb
  • Attention: SE125Proj2_attention.ipynb
  • Transformer Encoder: SE125Proj2_transformerEncoder.ipynb
  • Transformer Encoder+Attention and RNN decoder: SE125Proj2_transformer_attention _final.ipynb