ChatGirl
1.0.0
중국어 문서: https://github.com/fendouai/ChatGirl/blob/master/README_CN.MD
[개발 중에는 아직 잘 작동하지 않습니다. 하지만 훈련하고 실행하면 됩니다.] ChatGirl은 TensorFlow Seq2Seq 모델을 기반으로 하는 AI ChatBot입니다.
TensorFlow CNN 모델 프로젝트:https://github.com/fendouai/FaceRank
TensorFlow LSTM 모델 프로젝트:https://github.com/TensorFlowNews/TensorFlow-Bitcoin-Robot
TensorFlow Seq2Seq 모델 프로젝트:https://github.com/fendouai/ChatGirl
트위터 데이터세트:
https://github.com/suriyadeepan/datasets
모델을 저장하려면 모델 폴더를 추가해야 합니다. Train_Model.py
Run_model.py
idx2w,w2idx: 이 도구를 사용하여 단어를 ID로 변경하거나 ID를 단어로 변경할 수 있습니다. hello.py에서 데모를 다운로드할 수 있습니다.
Result.md(열차 결과가 너무 깁니다. 여기에 결과의 일부가 있습니다.)
http://www.tensorflownews.com/
[개발중]