s7yby02 / S7yby_Nutrition_Chatbot

A chatbot that will help people interested in body-building & fitness
2 stars 1 forks source link

Model creation & training #5

Closed OussamaElhamdani closed 11 months ago

OussamaElhamdani commented 11 months ago

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.