├── .gitignore ├── ConvertChatHistory.ipynb ├── LICENSE ├── ML Chat prediction.ipynb ├── README.md └── myMessages_example.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rai220/RnnChatPrediction/HEAD/.gitignore -------------------------------------------------------------------------------- /ConvertChatHistory.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rai220/RnnChatPrediction/HEAD/ConvertChatHistory.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rai220/RnnChatPrediction/HEAD/LICENSE -------------------------------------------------------------------------------- /ML Chat prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rai220/RnnChatPrediction/HEAD/ML Chat prediction.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rai220/RnnChatPrediction/HEAD/README.md -------------------------------------------------------------------------------- /myMessages_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rai220/RnnChatPrediction/HEAD/myMessages_example.txt --------------------------------------------------------------------------------