jeff1evesque / ist-664

Syracuse IST-664 Final Project with Chris Wilson (team member)
2 stars 3 forks source link

Implement tensorflow with seq2seq #58

Closed jeff1evesque closed 5 years ago

jeff1evesque commented 5 years ago

We need to implement tensorflow with sequence to sequence training.

jeff1evesque commented 5 years ago

Rather than reinventing an existing implementation, we can leverage an existing train.py, which also makes use of the nmt neural network methodology.

jeff1evesque commented 5 years ago

Given limited resources, and time, creating a chatbot ground up using sequential neural network is not practical. Instead, we'll create a chatbot using existing code, then create front-proxy. This will likely be a simple classifier rule that can simply predict if a statement is a question. Then, the chatbot will focus on the user submitting a question of interest. Therefore, for this issue, we'll eliminate previous nmt code, and simply version control the finished chatbot dropbox link (chatbot will exceed 100MB github limit).