Tuesday, August 22, 2017

Creating a Chat Bot

Purpose of our research :

In our first meeting, we have talked about what is grace and its capabilities such as how it gets queries and analyzes them. We already implement NLTK, Sci-Kit learn and Tensor-flow libraries in Grace (Grace Search Engine app) so we want to take this to next step. Our aim is to improve our sentiment analysis component, therefore machine can start understand what users say and be able response to them. In this research we are planning to accomplish, a very primitive version of a high intelligence level of chat bot.

System Structure

Current Structure
General Idea for chat bots



Our current scenario isn't ready yet. Second sprint meeting we will be discussing what the scenario would be.

To read about more you can also visit  https://graceai.blogspot.com/

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Data Structures : Tree Traversals

(Week 2) Tree traversals are one of the most important algorithm in computer science because sometimes we don't have lin...