What is your current level of experience in freelance work?
Develop a coversational ai chatbot by using bilstm+lstm network learning model. It should take data of intents in json file. No of epox ,lstm,bilstm units,batch size should be decided by the grid search. Also compare the model with lstm only , bilstm only. And also print the error matrix with r2,mape,rmse,mae, fitting time,prediction time. It should be in a single code . Also plot the actual and predicted graphs and training and loss curves. a;-lso avoid the reshaping error.