RL-Chatbot icon indicating copy to clipboard operation
RL-Chatbot copied to clipboard

chat bot was bad learning

Open 83Gogo opened this issue 5 years ago • 3 comments

I tried to learn seq 2 seq from the beginning using python3, but when I tested it by turning the first 10 epochs, all the responses were . Will this be cured if I study more?

=== Use model ./model/Seq2Seq/model-1 ===

question => Have you heard about 'machine learning and having it deep and structured'? generated_sentence => . question => Machine learning. generated_sentence => . question => I don't know. Maybe we should watch the tape to be sure. generated_sentence => . question => Listen man, I don't need this shit. generated_sentence => . question => Will you stand up for me? generated_sentence => . question => How do you trun this on? generated_sentence => . question => Thank God it's Friday! generated_sentence => . question => I'm sure a lot of people down in L.A. are worried sick about you. generated_sentence => . question => I forgot to get the Coca-Cola. generated_sentence => . question => How about you graduation thesis? generated_sentence => .

83Gogo avatar Jan 26 '19 11:01 83Gogo

The deep learning technique itself is unstable. Maybe you'll get better result after training again.

pochih avatar Mar 10 '19 15:03 pochih

Thank you for your reply. This problem is solved.

83Gogo avatar Apr 01 '19 12:04 83Gogo

What do Python3 mean? Is it >=Python3.4 or is it =Python3.0?

lokeshphani123 avatar Jun 04 '20 07:06 lokeshphani123