jeff_l
(Jeff_L)
#1
Future
As I mentioned, this open source project doesn’t aim to replace much
more evolved NLC and NLU platforms such as IBM Watson NLC,
Conversation, and others.
At the moment, it only supports basic intent understanding and,
importantly, it uses a very simple, fully connected neural network
with a limited one-hot word encoding technique.
It works quite well and, of course, it works totally o ine!
In the future, I’ll extend this project to support more complex
embedding methods, such as Word2Vec. I’ll also adopt a more powerful
RNN model to try to detect entities/slots.
Discuss this post on Hacker News
This is a not a full Deep Learning tutorial but just a
log for a super simple end to end test about how...
medium.com