Model creation and training: using a feedforward nn (basic architecture of a neural network), 2 hidden layers with a tanh activation and a softmax activation on the output layer, i've trained the model on the data that we have and saved it into chatbot_model.h5 file.
Model creation and training: using a feedforward nn (basic architecture of a neural network), 2 hidden layers with a tanh activation and a softmax activation on the output layer, i've trained the model on the data that we have and saved it into chatbot_model.h5 file.