Chat bot that uses deep learning to learn from conversational data!
This project I'm starting is going to eventually a chat bot. But for now im going to be retriving data from a websites conversations, clean that data and set it up to have seperate files that are pairs (question or statement with a responce).
- Python - Programming language used
- Pandas - Python library used for high-performance, easy-to-use data structures and data analysis
- SourceTree - Repository softwear paired with github
- ATOM - IDE used
Building this project in efforts to learn how to manipulate data and feed it onto a mechine learning agent.
- Ethan Tilley - Solo Developer - @EthanTilley_
- Structure The data
- Clean The Data
- Pair The Data (Question/Statement - Responce)
- Build the AI agent to feed the data for training