ClarityCafe / Ivy

ChatLearner-based rich conversation REST server powered by TensorFlow
Eclipse Public License 2.0
12 stars 4 forks source link

Neural Network Layout #1

Closed sr229 closed 6 years ago

sr229 commented 6 years ago

First we need to consider what kind of NN Model we should do for rebecca.

I'm considering a Recurrent model as it allows to listen to the context vector while learning from user input.

sr229 commented 6 years ago

We're going for a seq2seq so there's that