You are on page 1of 1

it is basically a contextual based chatbot,

which can understand the context.


we are using tflearn deep learning library for the tensorflow which is the wrapper
above tensorflow
which is a high level api like a keras.
we are using neural network in the backend.

why tflearn over keras?


1.with tflearn python arrays can be used directly.
2. tflearn api is more closer to tensorflow code as compared to keras.
3. tflearn provides better performance than keras

where keras needs numpy arrays

json is easily readable by machine learning

You might also like