Chat-bot icon indicating copy to clipboard operation
Chat-bot copied to clipboard

This is the code for a LSTM Chat bot

Results 3 Chat-bot issues
Sort by recently updated
recently updated
newest added

i have trained this model on 700 lines of data (350 questions and 350 answers), is it possible to get good accuracy using this much data only

i have trained this model on 700 lines of data (350 questions and 350 answers), is it possible to get good accuracy using this much data only

1. word2vec.bin 2. conversations.json os.chdir("D:\semicolon\Deep Learning\chatbot"); model = gensim.models.Word2Vec.load('word2vec.bin'); path2="corpus"; file=open(path2+'/conversation.json'); data = json.load(file) cor=data["conversations"];