Final Presentation
Final Presentation
Final Presentation
Project Id-
by
Bhavika Aggarwal (2001280100023)
Isha chaudhary (2001280100036)
Vanshika panwar (2001280100081)
Sakshi Chaudhary (2001280100065)
Under the Supervision of
Mr. Sanjeev Giri, Mr. Ankur Gupta
1. INTRODUCTION
2. LITERATURE
SURVEY
3. PROPOSED WORK
4. DESIGN
5. RESULT
6. CONCLUSION
7. REFERENCES
INTRODUCTION
⚫ “Can machines think?” This is the question asked by Alan Turing which has since
spawned numerous, Passionate debates on the subject of artificial intelligence It
has also spawned the famous Turing Test, a test Which determines if a particular
machine (or algorithm?) can pass as a human. Since its inception, the Turing Test
has, in fact, been passed by a few artificial intelligence algorithms. Some of these
algorithms represent the latest technology in terms of artificial intelligence.
⚫ Artificial intelligence (AI) is part of a broad field called cognitive science, which is
simply a study of the mind and the way it works. For the purposes of cognitive
science, artificial intelligence is defined as “a codification of knowledge will
finally explain intelligence”. However, when it comes to software engineering, the
purpose of AI is to use knowledge to solve real-world problems. One of these
problems, similar to the problem of the Turing Test, is how to make an artificial
device or creatures appear more human. To address this problem, a technology has
been created called chatbots. These are AI algorithms that process natural language
and, using the analysis that results from the processing, output an intelligent
response.
⚫ Paper layout is as follows: Section 2 highlights literature survey, Section 3 explains
proposed system in brief, and Section 4 explains the design on Chabot, Section 5
on implementations and Section 6 accounts for some concluding remarks.
LITERATURE
SURVEY
It explains the design of a Chabot that is specifically tailored for providing FAQBot
system for university students and with the objective of an undergraduate advisor in
student information desk. The Chabot accepts natural language input from users,
navigates through the Information Repository and responds with student information in
natural language.
⚫ [2]. Comparative studies of AIML by yungang wei, Bo sun, Boying sun and
Xiaoming zhu - 2016
⚫ [3]. Hadeel Al-Zubaide, and Ayman A. Issa, “Ontology based Chabot “.
Usually all the answers are store directly in database but question are converted into list
of keywords (words obtained after applying ontology based approach) are stored in
database. Figure 3 gives ER diagram for relational database .whenever user ask any
question that is taken as JSON object then converted in to list of keywords (after applying
ontology based technique) map this with all list of keywords in database and calculate
rank for each questions using TF-IDF finally retrieve the answer of that question which
has maximum rank
RESUL
T