Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.06 KB

Deep-Learning_ChatBot

Chat bot that uses deep learning to learn from conversational data!

What

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).

Built With

  • 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

Why

Building this project in efforts to learn how to manipulate data and feed it onto a mechine learning agent.

Authors

Goals With This Project

  • Structure The data
  • Clean The Data
  • Pair The Data (Question/Statement - Responce)
  • Build the AI agent to feed the data for training