SlideShare a Scribd company logo
VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019)
ISSN(Online): 2581-7280 Article No. 7
PP 1-6
1
www.viva-technology.org/New/IJRI
A Comprehensive review of Conversational Agent and its
prediction algorithm
Aditya M. Pujari1
, Rahul M. Dalvi1
, Kaustubh S. Gawde1
, Tatwadarshi P.
Nagarhalli1
1
(Computer Engineering Department, VIVA Institute of Technology, India)
Abstract: There is an exponential increase in the use of conversational bots. Conversational bots can be
described as a platform that can chat with people using artificial intelligence. The recent advancement has
made A.I capable of learning from data and produce an output. This learning of data can be performed by using
various machine learning algorithm. Machine learning techniques involves construction of algorithms that can
learn for data and can predict the outcome. This paper reviews the efficiency of different machine learning
algorithm that are used in conversational bot.
Keywords – Machine learning, Random Forest, Linear Regression, K-means, Chatbot.
1. INTRODUCTION
Artificial Intelligence is also known machine intelligence, is intelligence demonstrated by different
machine [14]. Artificial Intelligence is defined as the research of intelligent agents, a device that can learn
information from environment and performs action that maximize the chances of successfully achieving its
goals. Modern machine capacities are generally classified as artificial appends successfully understanding
human speech, competing at the highest level in strategic game, independently operating cars, and intelligent
routing in content delivery networks and military simulations. Artificial intelligence research has been divided
into subfields that often fail to communicate with each other. These sub-fields are constructed on technical
consideration, which includes particular goals, the use of particular tools, or deep philosophical differences [14].
Artificial Intelligence often revolves around the use of algorithms. An algorithm is a set of unambiguous
instructions that a mechanical computer can execute. Complex algorithm is basically built on top of other,
simpler algorithms. Artificial Intelligence algorithm are capable of learning from data; they can enhance
themselves by learning new heuristics, or can themselves write different algorithms. Some of algorithm used
Bayesian network, decision trees and nearest-neighbor. This learning of data using different algorithm is known
as machine learning.
Machine learning is an interdisciplinary field that uses statistical techniques to give computer systems the
ability to learn from data, without being explicitly programmed. Machine learning explores the study and
construction of algorithm that can learn for and make prediction on data-such algorithms overcome following
strictly static program instructions by making data-driven and make prediction or decisions, through building a
model from sample inputs [13]. Machine learning is employed in a range of computing tasks where designing
and programming explicit algorithm with good performance is difficult or infeasible. Machine learning is related
to computational statistics, which also emphasis on prediction-making past the use of computers. Within the
field of data analytic, machine learning is a method used to devise complex models and algorithms that lend
themselves to prediction; in commercial use, this is known as predictive analytics [13]. These analytical models
let researchers, data scientists, engineers, and analysts to "construct reliable, repeatable decisions and results"
and uncover "hidden insights" through learning from historical relationships and trends in the data.
2. CONVERSATIONAL AGENT AND ITS PREDICTION ALGORITHM
2.1 Chatbot for University Related FAQS [18]
Artificial Intelligence conversational agents are becoming popular for web services and systems like
scientific, entertainment and commercial systems, and academia. But more effective human-computer interface
will take place by querying missing data by the user to provide satisfactory answer. User inquiries are first taken
VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019)
ISSN(Online): 2581-7280 Article No. 7
PP 1-6
2
www.viva-technology.org/New/IJRI
care by AIML check piece to check whether entered inquiry is AIML script or not. AIML is characterized with
general inquiries and welcome which is replied by utilizing AIML formats
2.2 Intelligent Chatbot for Easy Web-Analytics Insights[19]
The bot responses were analysed and were classified as wrong, default and correct. The correct
responses are the expected domain related answers. More importantly they were the correct answers. Whereas
the wrong responses are the bot response to the domain related answers which are wrong. This can be avoided
by further refining the bot. The default responses are the bot response to the general or unrelated queries. In this
paper, chatbot would enable bot users to just type in the query related to web analytics and will get response
immediately. This is to avoid the time consuming task of mastering a web analytics tool. The proposed chatbot
is developed using AIML and the data set is the raw analytics data.
2.3 Weather Monitoring using Artificial Intelligence [5]
The paper define weather prediction based on the previous dataset. They intend to develop an
Intelligence Weather predicting module since this is become a necessary tool. This tool consider measure such
as Maximum Temperature, Minimum Temperature and rainfall for sample period of day on the available dataset
and it is done by using machine learning techniques. The prediction and analysis is based on the Linear
Regression which predict the next day’s weather with good accuracy which is more than 90% is obtain on the
dataset. This technique is also gives better performance than the traditional statistical method. In this paper
simple Linear Regression is use for weather prediction and it will give better accuracy.
2.4 Rainfall prediction based on 100 years of Meteorological Data [8]
This paper mainly focused on use of the Data Mining techniques for predicting rainfall of an area on
basis of some dependent feature like precipitation and wet day frequency. Instead of taking current data they are
mainly focusing on the data collected till date from last 100 years’ data by the meteorological department. The
paper defines Data Mining technique using the Liner Regression Model on the data collected for wet day
frequency, precipitation and rainfall. The Liner Regression Model developed has been trained and validate
against the actual rainfall of the area, which further was used to predicting the rainfall in coming years.
The paper use Data mining technique with liner regression for predicting the rainfall and it mainly
focus on past dataset.
2.5 Rainfall prediction using modified Linear Regression [7]
Rainfall prediction on the historical data is trending in research point of view. The existing model use
the data mining technique for predicting the state of atmosphere at a given time of a weather variable like
rainfall, cloud conditions, temperature etc. The main problem here in this system is it does not provide an
estimate of the predicted rainfall. The proposed system calculates average of the value and understand the state
of atmosphere. In this paper it will use mathematical method called linear regression to predict the rainfall in
various state of India. The model provides estimate rainfall using different atmospheric attribute like average
temperature and cloud cover to predict the rainfall. The main advantages of this model is that the model estimate
the rainfall based on the previous correlation between the different parameter.
It uses the modified liner regression to perform the prediction of a rainfall where training and test data
are formed from the input data set.
2.6 Regression technique for the prediction of the Stock Price Trend [6]
The paper examines the theory and practice of the regression technique for prediction of stock price by
using the transformed data set in ordinal dataset. In this the original pre-transformed data source contain data of
heterogeneous data type use for handling of currency value and financial ratio. The data format in currency
value and financial ratio is used for computation of stock price. The data source are corporate annual reports
which include balance sheet, income statement and cash flow statement. The paper showed that the outcomes of
regression technique can be improve for the prediction of stock price.
The outcome of regression technique can be improved when the input data was standardized into a common data
type through a customized transformation technique.
2.7 Prediction of Road Traffic Congestion Based on Random Forest [2]
The paper explains how the problem of traffic congestion is solved by using classification algorithm
random forest. The city area is divided in sections and prediction is done of the areas possible of having heavy
traffic. This is done by considering the environmental conditions such as Climate, Holiday, Road Condition etc.
The results show that the traffic prediction model established by using the random forest classification algorithm
has a prediction accuracy of 87.5%, and the generalization error is low, and it can be effectively predicted.
VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019)
ISSN(Online): 2581-7280 Article No. 7
PP 1-6
3
www.viva-technology.org/New/IJRI
The random forest algorithm has the characteristics of high robustness, high performance and high
practicability and it will efficiently predict the road traffic congestion.
2.8 Discovery and Prediction of the Unused Land for Construction Based on Random Forest [9]
In the management of land resources, not only solving the existing problems of the land, instead also
prediction of the problems of the land and prevention on land misuse are in demand urgently due to the
urbanization so that the propose system use Random Forest algorithm for prediction The main part in getting the
accurate result of this paper is the formation of the “Decision tree”. The most frequently used attribute selection
measures in decision tree induction are the Information Gain Ratio criterion and the Gini Index. Random Forest
classifier uses the Gini Index as an attribute selection measure. The utilization rate and the period (construction
days) between land supply and construction are calculated.
The use of Random Forest for the prediction of unused land is in trend. As the algorithm helps give
maximum output accuracy for the required search it is of great use.
2.9 Random forest classification of urban landscape using Landsat archive and ancillary data:
Combining seasonal maps with decision level fusion. [1]
In this paper the problem of urbanization is solved by using Random Forest algorithm along with
Landsat archive and ancillary data. It proposes a methodology to map the urban areas with multi-seasonal
Landsat data. The Random forest classifier and decision level fusion are applied. Shifting importance measure
are used to recognise the most important input layers. The annual maps have moderately high (>60%) overall
accuracies (OA). The proposed method can be successfully transferred to other years. The methodology was
applied to produce a detailed land use land cover map of National Capital Region of India. A second
classification involving seasonal maps with decision level fusion based on expert knowledge resulted in an
annual composite map with increased number of LULC classes.
The paper gives the general idea about the random forest algorithm of urban landscape.
2.10 Predicting Passenger Flow using Different Influence Factors for Taipei MRT System [10]
According to the statistical data, each day there are over one million passengers taking the MRT in
Taipei. In this paper, we will be predicting MRT passenger flow with random forest, by using different factors
collected from the Taipei Main station as input for training. In this paper, there are two categories of the factors,
which are main factor and support factor. The main factor is the history of passenger flow, which strongly
influences the results. As for the support factors is the temporal factor, such as the month and week and the
holiday factor, which can slightly increase the accuracy of the prediction.
In this paper, system use only the Taipei main station passenger flow to test the method. Here by taking
into consideration it can predict the approximate traffic of the people on occasion’s such as public holidays,
festivals, week days and week offs etc.
2.11 A Novel Clustering Algorithm Combining Niche Genetic Algorithm with Canopy and K-
means [4]
Each chromosome is made up of a sequence of genes coding. The number of genes of a chromosome is
randomly chosen where n is the number of data points, which is randomly selected a given data sets. Canopy is
usually employed to capture the number of clusters. The canopy method in this paper can automatically capture
the number of clusters as the initial population selection and does not need as an input parameter for the number
of clusters, which is used to improve multi peak values of canopy. The canopy method to randomly select a
number of clusters (K). Chromosomes are selected, which consist of the different number of clusters (K) using
canopies.
The paper defines Clustering Algorithm with Canopy which use for making effective cluster.
2.12 An improved K-means Cluster-based Routing Scheme for Wireless Sensor Networks [3]
This paper proposes a cluster-based routing scheme based on an enhanced version of K-means
approach. The improved version of K-means generates balanced clusters in the network, which does not
overload one cluster-head over the others unlike LEACH where one of the generated clusters may contain a
large number of nodes and another contains a small number of members. Besides, the election of the cluster-
heads is done in a distributed manner after each period. This paper proposes a cluster-based routing scheme
based on an enhanced version of K-means approach.
The improved version of K-means generates balanced clusters in the network, which does not overload
one cluster-head over the others unlike LEACH where one of the generated clusters may contain a large number
of nodes and another contains a small number of members.
VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019)
ISSN(Online): 2581-7280 Article No. 7
PP 1-6
4
www.viva-technology.org/New/IJRI
2.13 K-Means Clustering Algorithm Based on Improved Cuckoo Search Algorithm and Its
Application [11]
K-means algorithm is a clustering algorithm based on partition. Because of its simplicity and
efficiency, it has become one of the most widely used clustering algorithms. However, there are two
shortcomings in the original K-means algorithm: firstly, the difference between each clustering result is greatly
affected by the initial class centre; secondly, it is easy to fall into the local optimal solution. The original cuckoo
algorithm is influenced by step size A and probability of discovery P, and the step size and discovery probability
control the accuracy of CS algorithm global and local search, which has great influence on the optimization
effect of algorithm. The step size and discovery probability of the CS algorithm are set to a fixed value at
initialization and will not change in subsequent iterations. When the step size is set too large, reducing the
search accuracy, easy convergence, step length is too small, reducing the search speed, easy to fall into the local
optimal.
K-Means algorithm is easy to fall into the local optimum and the Cuckoo search (CS) algorithm is
affected by the step size
2.14 An Improved Sampling K-means Clustering Algorithm Based on MapReduce [12]
In the literature present an agglomerative fuzzy K-means clustering algorithm for numerical data, an
extension to the standard fuzzy K-means algorithm by introducing a penalty term to the objective function to
make the clustering process not sensitive to the initial cluster centres. The MapReduce programming model is
mainly composed of two abstract classes, Mapper and Reducer. Mapper processes the cut raw data, Reducer
summarizes the intermediate results produced by Mapper and obtains the final result.
The paper extends the K-means clustering process to calculate a weight for each dimension in each
cluster and use the weight values to identify the subsets of important dimensions that categorize different
clusters.
3. ANALYSIS TABLE
Sr.
No.
Technical paper name Technique Used Dataset Used Accuracy
1.
Weather Monitoring Using
Artificial Intelligence [5].
Simple Linear
Regression
Weather Dataset,
Meteorological
Department Database.
90%
2.
Rainfall prediction based on
100 years of Meteorological
Data [8].
Linear Regression,
Data mining, K Fold
technique.
Rainfall Dataset,
Meteorological
Department Database.
NA
3.
Rainfall prediction using
modified Linear Regression [7].
Modified Linear
Regression.
Rainfall Dataset,
Meteorological
Department Database.
NA
4.
Regression technique for the
prediction of the Stock Price
Trend [6].
Regression technique
Companies Dataset; in
Bursa, Malaysia.
NA
5.
Prediction of Road Traffic
Congestion Based on Random
Forest [2].
Random forest.
1124 data from different
sections of Shanghai
traffic management
Department
87.05%
VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019)
ISSN(Online): 2581-7280 Article No. 7
PP 1-6
5
www.viva-technology.org/New/IJRI
6.
Discovery and Prediction of the
Unused Land for
Construction Based on Random
Forest [9].
Random Forest,
Data mining
3 different data sets
used
75.73
91.41
84.56
7.
Random forest classification of
urban landscape using Landsat
archive and ancillary data [1].
Decision level
Landsat Multi-season
Random forest
Landsat Dataset >60%
8.
Predicting Passenger Flow
using Different Influence
Factors for Taipei MRT System
[10].
Random forest Daily passenger data 94.3%
9.
A Novel Clustering Algorithm
Combining Niche Genetic
Algorithm with Canopy and K-
means [4].
Niche genetic
algorithm; k-means
clustering; Canopy
Iris, Balance, and Breast
Cancer
UCI database.
87%
10.
An improved K-means Cluster-
based Routing Scheme for
Wireless Sensor Networks [3].
K-Means. Energy Consumption. N.A
11.
K-Means Clustering Algorithm
Based on Improved Cuckoo
Search Algorithm and Its
Application [11].
K-Means;
cuckoo search
Iris, Wine, Seeds,
Haber man.
UCI database
N.A
12.
An Improved Sampling K-
means Clustering Algorithm
Based on MapReduce [12].
K-means; parallel
sampling;
Bag of Words data set
in the
UCI machine learning
library
85%
4. CONCLUSION
The paper provides a brief survey on various machine learning algorithm which are Random Forest,
Linear Regression, and k-means. The survey gives an outcome that larger dataset will provide better result. The
survey has shown that numeric prediction, categorical prediction or classification and clustering can be
implemented using machine learning algorithm. The study has shown that Random forest gives better results in
case of larger dataset whereas K-means is faster clustering algorithm comparing other unsupervised learning
algorithm. Simple Linear regression provide better accuracy on different datasets.
REFERENCES
[1] A. Ghosh, R. Sharma, P.K. Joshi, “Random forest classification of urban landscape using Landsat archive and ancillary data:
Combining seasonal maps with decision level fusion”, Applied Geography Journal, 2014, pp. 31-41.
[2] Y. Liu, H. Wu, “Prediction of Road Traffic Congestion Based on Random Forest”, 10th International Symposium on
Computational Intelligence and Design, 2017, pp. 361-364.
[3] M. Lehsaini, M.B. Benmahdi, “An improved K-means Cluster-based Routing Scheme for Wireless Sensor Networks”, IEEE,
2018.
VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019)
ISSN(Online): 2581-7280 Article No. 7
PP 1-6
6
www.viva-technology.org/New/IJRI
[4] H. Zhang, Z. Zhou, “A Novel clustering algorithm combining Niche genetic algorithm with canopy and K-means”, International
Conference on artificial Intelligence and Big Data, 2018, pp. 26-32.
[5] T.R.V. Anandharajan, G.A. Hariharan, K. K. Vignajeth, R. Jitendiran, “Weather Monitoring Using Artificial Intelligence”,
International Conference on Computational Intelligence and Networks, 2016.
[6] H. L. Siew, M.J, Nordin, “Regression Techniques for the Prediction of Stock Price Trend”, International Conference on Statistics
in Science, Business and Engineering (ICSSBE), 2012, pp. 1-5.
[7] S. Prabakaran, P. N. Kumar, P. S. M. Tarun, “Rainfall Prediction Using Modified Linear Regression”, ARPN Journal of
Engineering and Applied Sciences, 2017, pp. 3715-3718
[8] S. Kumar, M. Anamika Upadhyay, C. Gola, “Rainfall prediction based on 100 years of Meteorological data”, IEEE, 2017, pp.
162-166.
[9] X. Xun, L. Mo, Y. Yu, “Discovery and Prediction of the Unused Land for Construction Based on Random Forest”, Fifth
International Conference on Agro-Geoinformatics, 2016.
[10] Y. C. Shiao, L. Liu, Q. Zhao, R. C. Chen, “Predicting Passenger Flow using Different Influence Factors for Taipei MRT
System”, IEEE 8th International Conference on Awareness Science and Technology (iCAST), 2017.
[11] S. Ye, X. Huang, Y. Teng, Y. Li, “K-Means Clustering Algorithm Based on Improved Cuckoo Search Algorithm and Its
Application”, IEEE 8th International Conference on Awareness Science and Technology, 2018, pp. 447-451.
[12] Z. Ya-Ling, W. Ya-nan, Y. Lil, “An Improved Sampling K-means Clustering Algorithm Based on MapReduce”, IEEE 3rd
International Conference on Big Data Analysis,2017.
[13] https://en.wikipedia.org/wiki/Machine_learning , Last Accessed on 05th
Sept. 2018.
[14] https://en.wikipedia.org/wiki/Artificial_intelligence , Last Accessed on 05th
.Sept. 2018.
[15] https://en.wikipedia.org/wiki/Linear_regression , Last Accessed on 04th
Sept. 2018.
[16] https://en.wikipedia.org/wiki/Random_forest , Last Accessed on 05th
Sept. 2018.
[17] https://en.wikipedia.org/wiki/K-means_clustering , Last Accessed on 05th
Sept. 2018.
[18] B. R. Ranoliya, N. Raghuwanshi, S. Singh, “Chatbot for University Related FAQs”, International Conference on Advances in
Computing, Communications and Informatics (ICACCI), 2017.
[19] R. Ravi, “Intelligent Chatbot for Easy Web-Analytics Insights”, International Conference on Advances in Computing,
Communications and Informatics (ICACCI), 2017.

More Related Content

What's hot

Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
IRJET Journal
 
DEEP-LEARNING-BASED HUMAN INTENTION PREDICTION WITH DATA AUGMENTATION
DEEP-LEARNING-BASED HUMAN INTENTION PREDICTION WITH DATA AUGMENTATIONDEEP-LEARNING-BASED HUMAN INTENTION PREDICTION WITH DATA AUGMENTATION
DEEP-LEARNING-BASED HUMAN INTENTION PREDICTION WITH DATA AUGMENTATION
ijaia
 
Relative parameter quantification in data
Relative parameter quantification in dataRelative parameter quantification in data
Relative parameter quantification in data
IJDKP
 
Clustering Prediction Techniques in Defining and Predicting Customers Defecti...
Clustering Prediction Techniques in Defining and Predicting Customers Defecti...Clustering Prediction Techniques in Defining and Predicting Customers Defecti...
Clustering Prediction Techniques in Defining and Predicting Customers Defecti...
IJECEIAES
 
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET Journal
 
MITIGATION TECHNIQUES TO OVERCOME DATA HARM IN MODEL BUILDING FOR ML
MITIGATION TECHNIQUES TO OVERCOME DATA HARM IN MODEL BUILDING FOR MLMITIGATION TECHNIQUES TO OVERCOME DATA HARM IN MODEL BUILDING FOR ML
MITIGATION TECHNIQUES TO OVERCOME DATA HARM IN MODEL BUILDING FOR ML
ijaia
 
Augmentation of Customer’s Profile Dataset Using Genetic Algorithm
Augmentation of Customer’s Profile Dataset Using Genetic AlgorithmAugmentation of Customer’s Profile Dataset Using Genetic Algorithm
Augmentation of Customer’s Profile Dataset Using Genetic Algorithm
RSIS International
 
DATA AUGMENTATION TECHNIQUES AND TRANSFER LEARNING APPROACHES APPLIED TO FACI...
DATA AUGMENTATION TECHNIQUES AND TRANSFER LEARNING APPROACHES APPLIED TO FACI...DATA AUGMENTATION TECHNIQUES AND TRANSFER LEARNING APPROACHES APPLIED TO FACI...
DATA AUGMENTATION TECHNIQUES AND TRANSFER LEARNING APPROACHES APPLIED TO FACI...
ijaia
 
Information security risk analysis methods and research trends ahp and fuzzy ...
Information security risk analysis methods and research trends ahp and fuzzy ...Information security risk analysis methods and research trends ahp and fuzzy ...
Information security risk analysis methods and research trends ahp and fuzzy ...
ijcsit
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
REVIEWING PROCESS MINING APPLICATIONS AND TECHNIQUES IN EDUCATION
REVIEWING PROCESS MINING APPLICATIONS AND TECHNIQUES IN EDUCATIONREVIEWING PROCESS MINING APPLICATIONS AND TECHNIQUES IN EDUCATION
REVIEWING PROCESS MINING APPLICATIONS AND TECHNIQUES IN EDUCATION
ijaia
 
APPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUES
APPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUESAPPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUES
APPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUES
Journal For Research
 
MOVIE SUCCESS PREDICTION AND PERFORMANCE COMPARISON USING VARIOUS STATISTICAL...
MOVIE SUCCESS PREDICTION AND PERFORMANCE COMPARISON USING VARIOUS STATISTICAL...MOVIE SUCCESS PREDICTION AND PERFORMANCE COMPARISON USING VARIOUS STATISTICAL...
MOVIE SUCCESS PREDICTION AND PERFORMANCE COMPARISON USING VARIOUS STATISTICAL...
ijaia
 
Cw36587594
Cw36587594Cw36587594
Cw36587594
IJERA Editor
 
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ijesajournal
 
Variance rover system
Variance rover systemVariance rover system
Variance rover system
eSAT Journals
 
Variance rover system web analytics tool using data
Variance rover system web analytics tool using dataVariance rover system web analytics tool using data
Variance rover system web analytics tool using data
eSAT Publishing House
 
IRJET- Analysis of Brand Value Prediction based on Social Media Data
IRJET-  	  Analysis of Brand Value Prediction based on Social Media DataIRJET-  	  Analysis of Brand Value Prediction based on Social Media Data
IRJET- Analysis of Brand Value Prediction based on Social Media Data
IRJET Journal
 
Applying Soft Computing Techniques in Information Retrieval
Applying Soft Computing Techniques in Information RetrievalApplying Soft Computing Techniques in Information Retrieval
Applying Soft Computing Techniques in Information Retrieval
IJAEMSJORNAL
 
Preprocessing and secure computations for privacy preservation data mining
Preprocessing and secure computations for privacy preservation data miningPreprocessing and secure computations for privacy preservation data mining
Preprocessing and secure computations for privacy preservation data miningIAEME Publication
 

What's hot (20)

Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
 
DEEP-LEARNING-BASED HUMAN INTENTION PREDICTION WITH DATA AUGMENTATION
DEEP-LEARNING-BASED HUMAN INTENTION PREDICTION WITH DATA AUGMENTATIONDEEP-LEARNING-BASED HUMAN INTENTION PREDICTION WITH DATA AUGMENTATION
DEEP-LEARNING-BASED HUMAN INTENTION PREDICTION WITH DATA AUGMENTATION
 
Relative parameter quantification in data
Relative parameter quantification in dataRelative parameter quantification in data
Relative parameter quantification in data
 
Clustering Prediction Techniques in Defining and Predicting Customers Defecti...
Clustering Prediction Techniques in Defining and Predicting Customers Defecti...Clustering Prediction Techniques in Defining and Predicting Customers Defecti...
Clustering Prediction Techniques in Defining and Predicting Customers Defecti...
 
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
 
MITIGATION TECHNIQUES TO OVERCOME DATA HARM IN MODEL BUILDING FOR ML
MITIGATION TECHNIQUES TO OVERCOME DATA HARM IN MODEL BUILDING FOR MLMITIGATION TECHNIQUES TO OVERCOME DATA HARM IN MODEL BUILDING FOR ML
MITIGATION TECHNIQUES TO OVERCOME DATA HARM IN MODEL BUILDING FOR ML
 
Augmentation of Customer’s Profile Dataset Using Genetic Algorithm
Augmentation of Customer’s Profile Dataset Using Genetic AlgorithmAugmentation of Customer’s Profile Dataset Using Genetic Algorithm
Augmentation of Customer’s Profile Dataset Using Genetic Algorithm
 
DATA AUGMENTATION TECHNIQUES AND TRANSFER LEARNING APPROACHES APPLIED TO FACI...
DATA AUGMENTATION TECHNIQUES AND TRANSFER LEARNING APPROACHES APPLIED TO FACI...DATA AUGMENTATION TECHNIQUES AND TRANSFER LEARNING APPROACHES APPLIED TO FACI...
DATA AUGMENTATION TECHNIQUES AND TRANSFER LEARNING APPROACHES APPLIED TO FACI...
 
Information security risk analysis methods and research trends ahp and fuzzy ...
Information security risk analysis methods and research trends ahp and fuzzy ...Information security risk analysis methods and research trends ahp and fuzzy ...
Information security risk analysis methods and research trends ahp and fuzzy ...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
REVIEWING PROCESS MINING APPLICATIONS AND TECHNIQUES IN EDUCATION
REVIEWING PROCESS MINING APPLICATIONS AND TECHNIQUES IN EDUCATIONREVIEWING PROCESS MINING APPLICATIONS AND TECHNIQUES IN EDUCATION
REVIEWING PROCESS MINING APPLICATIONS AND TECHNIQUES IN EDUCATION
 
APPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUES
APPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUESAPPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUES
APPLICATION WISE ANNOTATIONS ON INTELLIGENT DATABASE TECHNIQUES
 
MOVIE SUCCESS PREDICTION AND PERFORMANCE COMPARISON USING VARIOUS STATISTICAL...
MOVIE SUCCESS PREDICTION AND PERFORMANCE COMPARISON USING VARIOUS STATISTICAL...MOVIE SUCCESS PREDICTION AND PERFORMANCE COMPARISON USING VARIOUS STATISTICAL...
MOVIE SUCCESS PREDICTION AND PERFORMANCE COMPARISON USING VARIOUS STATISTICAL...
 
Cw36587594
Cw36587594Cw36587594
Cw36587594
 
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
 
Variance rover system
Variance rover systemVariance rover system
Variance rover system
 
Variance rover system web analytics tool using data
Variance rover system web analytics tool using dataVariance rover system web analytics tool using data
Variance rover system web analytics tool using data
 
IRJET- Analysis of Brand Value Prediction based on Social Media Data
IRJET-  	  Analysis of Brand Value Prediction based on Social Media DataIRJET-  	  Analysis of Brand Value Prediction based on Social Media Data
IRJET- Analysis of Brand Value Prediction based on Social Media Data
 
Applying Soft Computing Techniques in Information Retrieval
Applying Soft Computing Techniques in Information RetrievalApplying Soft Computing Techniques in Information Retrieval
Applying Soft Computing Techniques in Information Retrieval
 
Preprocessing and secure computations for privacy preservation data mining
Preprocessing and secure computations for privacy preservation data miningPreprocessing and secure computations for privacy preservation data mining
Preprocessing and secure computations for privacy preservation data mining
 

Similar to A Comprehensive review of Conversational Agent and its prediction algorithm

SCCAI- A Student Career Counselling Artificial Intelligence
SCCAI- A Student Career Counselling Artificial IntelligenceSCCAI- A Student Career Counselling Artificial Intelligence
SCCAI- A Student Career Counselling Artificial Intelligence
vivatechijri
 
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ijesajournal
 
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ijesajournal
 
A survey on Machine Learning and Artificial Neural Networks
A survey on Machine Learning and Artificial Neural NetworksA survey on Machine Learning and Artificial Neural Networks
A survey on Machine Learning and Artificial Neural Networks
IRJET Journal
 
IRJET - House Price Prediction using Machine Learning and RPA
 IRJET - House Price Prediction using Machine Learning and RPA IRJET - House Price Prediction using Machine Learning and RPA
IRJET - House Price Prediction using Machine Learning and RPA
IRJET Journal
 
CRIME EXPLORATION AND FORECAST
CRIME EXPLORATION AND FORECASTCRIME EXPLORATION AND FORECAST
CRIME EXPLORATION AND FORECAST
IRJET Journal
 
IRJET- Crop Yield Prediction and Disease Detection using IoT Approach
IRJET- Crop Yield Prediction and Disease Detection using IoT ApproachIRJET- Crop Yield Prediction and Disease Detection using IoT Approach
IRJET- Crop Yield Prediction and Disease Detection using IoT Approach
IRJET Journal
 
IRJET- Road Accident Prediction using Machine Learning Algorithm
IRJET- Road Accident Prediction using Machine Learning AlgorithmIRJET- Road Accident Prediction using Machine Learning Algorithm
IRJET- Road Accident Prediction using Machine Learning Algorithm
IRJET Journal
 
Email Spam Detection Using Machine Learning
Email Spam Detection Using Machine LearningEmail Spam Detection Using Machine Learning
Email Spam Detection Using Machine Learning
IRJET Journal
 
IRJET - Automated Water Meter: Prediction of Bill for Water Conservation
IRJET - Automated Water Meter: Prediction of Bill for Water ConservationIRJET - Automated Water Meter: Prediction of Bill for Water Conservation
IRJET - Automated Water Meter: Prediction of Bill for Water Conservation
IRJET Journal
 
Tax Prediction Using Machine Learning
Tax Prediction Using Machine LearningTax Prediction Using Machine Learning
Tax Prediction Using Machine Learning
IRJET Journal
 
A Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine LearningA Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine Learning
IRJET Journal
 
BEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUES
BEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUESBEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUES
BEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUES
ijaia
 
IRJET- Weather Prediction for Tourism Application using ARIMA
IRJET- Weather Prediction for Tourism Application using ARIMAIRJET- Weather Prediction for Tourism Application using ARIMA
IRJET- Weather Prediction for Tourism Application using ARIMA
IRJET Journal
 
StocKuku - AI-Enabled Mindfulness for Profitable Stock Trading
StocKuku - AI-Enabled Mindfulness for Profitable Stock TradingStocKuku - AI-Enabled Mindfulness for Profitable Stock Trading
StocKuku - AI-Enabled Mindfulness for Profitable Stock Trading
IRJET Journal
 
A Study of Software Size Estimation with use Case Points
A Study of Software Size Estimation with use Case PointsA Study of Software Size Estimation with use Case Points
A Study of Software Size Estimation with use Case Points
ijtsrd
 
FLOOD FORECASTING USING MACHINE LEARNING ALGORITHM
FLOOD FORECASTING USING MACHINE LEARNING ALGORITHMFLOOD FORECASTING USING MACHINE LEARNING ALGORITHM
FLOOD FORECASTING USING MACHINE LEARNING ALGORITHM
IRJET Journal
 
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUESSTOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
IRJET Journal
 
Forecasting Capacity Issues in Stateful Systems: A Proactive Approach
Forecasting Capacity Issues in Stateful Systems: A Proactive ApproachForecasting Capacity Issues in Stateful Systems: A Proactive Approach
Forecasting Capacity Issues in Stateful Systems: A Proactive Approach
IRJET Journal
 
Comparison Between WEKA and Salford System in Data Mining Software
Comparison Between WEKA and Salford System in Data Mining SoftwareComparison Between WEKA and Salford System in Data Mining Software
Comparison Between WEKA and Salford System in Data Mining Software
Universitas Pembangunan Panca Budi
 

Similar to A Comprehensive review of Conversational Agent and its prediction algorithm (20)

SCCAI- A Student Career Counselling Artificial Intelligence
SCCAI- A Student Career Counselling Artificial IntelligenceSCCAI- A Student Career Counselling Artificial Intelligence
SCCAI- A Student Career Counselling Artificial Intelligence
 
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
 
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
 
A survey on Machine Learning and Artificial Neural Networks
A survey on Machine Learning and Artificial Neural NetworksA survey on Machine Learning and Artificial Neural Networks
A survey on Machine Learning and Artificial Neural Networks
 
IRJET - House Price Prediction using Machine Learning and RPA
 IRJET - House Price Prediction using Machine Learning and RPA IRJET - House Price Prediction using Machine Learning and RPA
IRJET - House Price Prediction using Machine Learning and RPA
 
CRIME EXPLORATION AND FORECAST
CRIME EXPLORATION AND FORECASTCRIME EXPLORATION AND FORECAST
CRIME EXPLORATION AND FORECAST
 
IRJET- Crop Yield Prediction and Disease Detection using IoT Approach
IRJET- Crop Yield Prediction and Disease Detection using IoT ApproachIRJET- Crop Yield Prediction and Disease Detection using IoT Approach
IRJET- Crop Yield Prediction and Disease Detection using IoT Approach
 
IRJET- Road Accident Prediction using Machine Learning Algorithm
IRJET- Road Accident Prediction using Machine Learning AlgorithmIRJET- Road Accident Prediction using Machine Learning Algorithm
IRJET- Road Accident Prediction using Machine Learning Algorithm
 
Email Spam Detection Using Machine Learning
Email Spam Detection Using Machine LearningEmail Spam Detection Using Machine Learning
Email Spam Detection Using Machine Learning
 
IRJET - Automated Water Meter: Prediction of Bill for Water Conservation
IRJET - Automated Water Meter: Prediction of Bill for Water ConservationIRJET - Automated Water Meter: Prediction of Bill for Water Conservation
IRJET - Automated Water Meter: Prediction of Bill for Water Conservation
 
Tax Prediction Using Machine Learning
Tax Prediction Using Machine LearningTax Prediction Using Machine Learning
Tax Prediction Using Machine Learning
 
A Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine LearningA Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine Learning
 
BEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUES
BEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUESBEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUES
BEHAVIOR-BASED SECURITY FOR MOBILE DEVICES USING MACHINE LEARNING TECHNIQUES
 
IRJET- Weather Prediction for Tourism Application using ARIMA
IRJET- Weather Prediction for Tourism Application using ARIMAIRJET- Weather Prediction for Tourism Application using ARIMA
IRJET- Weather Prediction for Tourism Application using ARIMA
 
StocKuku - AI-Enabled Mindfulness for Profitable Stock Trading
StocKuku - AI-Enabled Mindfulness for Profitable Stock TradingStocKuku - AI-Enabled Mindfulness for Profitable Stock Trading
StocKuku - AI-Enabled Mindfulness for Profitable Stock Trading
 
A Study of Software Size Estimation with use Case Points
A Study of Software Size Estimation with use Case PointsA Study of Software Size Estimation with use Case Points
A Study of Software Size Estimation with use Case Points
 
FLOOD FORECASTING USING MACHINE LEARNING ALGORITHM
FLOOD FORECASTING USING MACHINE LEARNING ALGORITHMFLOOD FORECASTING USING MACHINE LEARNING ALGORITHM
FLOOD FORECASTING USING MACHINE LEARNING ALGORITHM
 
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUESSTOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
 
Forecasting Capacity Issues in Stateful Systems: A Proactive Approach
Forecasting Capacity Issues in Stateful Systems: A Proactive ApproachForecasting Capacity Issues in Stateful Systems: A Proactive Approach
Forecasting Capacity Issues in Stateful Systems: A Proactive Approach
 
Comparison Between WEKA and Salford System in Data Mining Software
Comparison Between WEKA and Salford System in Data Mining SoftwareComparison Between WEKA and Salford System in Data Mining Software
Comparison Between WEKA and Salford System in Data Mining Software
 

More from vivatechijri

Understanding the Impact and Challenges of Corona Crisis on Education Sector...
Understanding the Impact and Challenges of Corona Crisis on  Education Sector...Understanding the Impact and Challenges of Corona Crisis on  Education Sector...
Understanding the Impact and Challenges of Corona Crisis on Education Sector...
vivatechijri
 
LEADERSHIP ONLY CAN LEAD THE ORGANIZATION TOWARDS IMPROVEMENT AND DEVELOPMENT
LEADERSHIP ONLY CAN LEAD THE ORGANIZATION  TOWARDS IMPROVEMENT AND DEVELOPMENT  LEADERSHIP ONLY CAN LEAD THE ORGANIZATION  TOWARDS IMPROVEMENT AND DEVELOPMENT
LEADERSHIP ONLY CAN LEAD THE ORGANIZATION TOWARDS IMPROVEMENT AND DEVELOPMENT
vivatechijri
 
A study on solving Assignment Problem
A study on solving Assignment ProblemA study on solving Assignment Problem
A study on solving Assignment Problem
vivatechijri
 
Structural and Morphological Studies of Nano Composite Polymer Gel Electroly...
Structural and Morphological Studies of Nano Composite  Polymer Gel Electroly...Structural and Morphological Studies of Nano Composite  Polymer Gel Electroly...
Structural and Morphological Studies of Nano Composite Polymer Gel Electroly...
vivatechijri
 
Theoretical study of two dimensional Nano sheet for gas sensing application
Theoretical study of two dimensional Nano sheet for gas sensing  applicationTheoretical study of two dimensional Nano sheet for gas sensing  application
Theoretical study of two dimensional Nano sheet for gas sensing application
vivatechijri
 
METHODS FOR DETECTION OF COMMON ADULTERANTS IN FOOD
METHODS FOR DETECTION OF COMMON  ADULTERANTS IN FOODMETHODS FOR DETECTION OF COMMON  ADULTERANTS IN FOOD
METHODS FOR DETECTION OF COMMON ADULTERANTS IN FOOD
vivatechijri
 
The Business Development Ethics
The Business Development EthicsThe Business Development Ethics
The Business Development Ethics
vivatechijri
 
Digital Wellbeing
Digital WellbeingDigital Wellbeing
Digital Wellbeing
vivatechijri
 
An Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGE
An Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGEAn Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGE
An Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGE
vivatechijri
 
Enhancing The Capability of Chatbots
Enhancing The Capability of ChatbotsEnhancing The Capability of Chatbots
Enhancing The Capability of Chatbots
vivatechijri
 
Smart Glasses Technology
Smart Glasses TechnologySmart Glasses Technology
Smart Glasses Technology
vivatechijri
 
Future Applications of Smart Iot Devices
Future Applications of Smart Iot DevicesFuture Applications of Smart Iot Devices
Future Applications of Smart Iot Devices
vivatechijri
 
Cross Platform Development Using Flutter
Cross Platform Development Using FlutterCross Platform Development Using Flutter
Cross Platform Development Using Flutter
vivatechijri
 
3D INTERNET
3D INTERNET3D INTERNET
3D INTERNET
vivatechijri
 
Recommender Systems
Recommender SystemsRecommender Systems
Recommender Systems
vivatechijri
 
Light Fidelity(LiFi)- Wireless Optical Networking Technology
Light Fidelity(LiFi)- Wireless Optical Networking TechnologyLight Fidelity(LiFi)- Wireless Optical Networking Technology
Light Fidelity(LiFi)- Wireless Optical Networking Technology
vivatechijri
 
Social media platform and Our right to privacy
Social media platform and Our right to privacySocial media platform and Our right to privacy
Social media platform and Our right to privacy
vivatechijri
 
THE USABILITY METRICS FOR USER EXPERIENCE
THE USABILITY METRICS FOR USER EXPERIENCETHE USABILITY METRICS FOR USER EXPERIENCE
THE USABILITY METRICS FOR USER EXPERIENCE
vivatechijri
 
Google File System
Google File SystemGoogle File System
Google File System
vivatechijri
 
A Study of Tokenization of Real Estate Using Blockchain Technology
A Study of Tokenization of Real Estate Using Blockchain TechnologyA Study of Tokenization of Real Estate Using Blockchain Technology
A Study of Tokenization of Real Estate Using Blockchain Technology
vivatechijri
 

More from vivatechijri (20)

Understanding the Impact and Challenges of Corona Crisis on Education Sector...
Understanding the Impact and Challenges of Corona Crisis on  Education Sector...Understanding the Impact and Challenges of Corona Crisis on  Education Sector...
Understanding the Impact and Challenges of Corona Crisis on Education Sector...
 
LEADERSHIP ONLY CAN LEAD THE ORGANIZATION TOWARDS IMPROVEMENT AND DEVELOPMENT
LEADERSHIP ONLY CAN LEAD THE ORGANIZATION  TOWARDS IMPROVEMENT AND DEVELOPMENT  LEADERSHIP ONLY CAN LEAD THE ORGANIZATION  TOWARDS IMPROVEMENT AND DEVELOPMENT
LEADERSHIP ONLY CAN LEAD THE ORGANIZATION TOWARDS IMPROVEMENT AND DEVELOPMENT
 
A study on solving Assignment Problem
A study on solving Assignment ProblemA study on solving Assignment Problem
A study on solving Assignment Problem
 
Structural and Morphological Studies of Nano Composite Polymer Gel Electroly...
Structural and Morphological Studies of Nano Composite  Polymer Gel Electroly...Structural and Morphological Studies of Nano Composite  Polymer Gel Electroly...
Structural and Morphological Studies of Nano Composite Polymer Gel Electroly...
 
Theoretical study of two dimensional Nano sheet for gas sensing application
Theoretical study of two dimensional Nano sheet for gas sensing  applicationTheoretical study of two dimensional Nano sheet for gas sensing  application
Theoretical study of two dimensional Nano sheet for gas sensing application
 
METHODS FOR DETECTION OF COMMON ADULTERANTS IN FOOD
METHODS FOR DETECTION OF COMMON  ADULTERANTS IN FOODMETHODS FOR DETECTION OF COMMON  ADULTERANTS IN FOOD
METHODS FOR DETECTION OF COMMON ADULTERANTS IN FOOD
 
The Business Development Ethics
The Business Development EthicsThe Business Development Ethics
The Business Development Ethics
 
Digital Wellbeing
Digital WellbeingDigital Wellbeing
Digital Wellbeing
 
An Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGE
An Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGEAn Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGE
An Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGE
 
Enhancing The Capability of Chatbots
Enhancing The Capability of ChatbotsEnhancing The Capability of Chatbots
Enhancing The Capability of Chatbots
 
Smart Glasses Technology
Smart Glasses TechnologySmart Glasses Technology
Smart Glasses Technology
 
Future Applications of Smart Iot Devices
Future Applications of Smart Iot DevicesFuture Applications of Smart Iot Devices
Future Applications of Smart Iot Devices
 
Cross Platform Development Using Flutter
Cross Platform Development Using FlutterCross Platform Development Using Flutter
Cross Platform Development Using Flutter
 
3D INTERNET
3D INTERNET3D INTERNET
3D INTERNET
 
Recommender Systems
Recommender SystemsRecommender Systems
Recommender Systems
 
Light Fidelity(LiFi)- Wireless Optical Networking Technology
Light Fidelity(LiFi)- Wireless Optical Networking TechnologyLight Fidelity(LiFi)- Wireless Optical Networking Technology
Light Fidelity(LiFi)- Wireless Optical Networking Technology
 
Social media platform and Our right to privacy
Social media platform and Our right to privacySocial media platform and Our right to privacy
Social media platform and Our right to privacy
 
THE USABILITY METRICS FOR USER EXPERIENCE
THE USABILITY METRICS FOR USER EXPERIENCETHE USABILITY METRICS FOR USER EXPERIENCE
THE USABILITY METRICS FOR USER EXPERIENCE
 
Google File System
Google File SystemGoogle File System
Google File System
 
A Study of Tokenization of Real Estate Using Blockchain Technology
A Study of Tokenization of Real Estate Using Blockchain TechnologyA Study of Tokenization of Real Estate Using Blockchain Technology
A Study of Tokenization of Real Estate Using Blockchain Technology
 

Recently uploaded

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 

Recently uploaded (20)

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 

A Comprehensive review of Conversational Agent and its prediction algorithm

  • 1. VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019) ISSN(Online): 2581-7280 Article No. 7 PP 1-6 1 www.viva-technology.org/New/IJRI A Comprehensive review of Conversational Agent and its prediction algorithm Aditya M. Pujari1 , Rahul M. Dalvi1 , Kaustubh S. Gawde1 , Tatwadarshi P. Nagarhalli1 1 (Computer Engineering Department, VIVA Institute of Technology, India) Abstract: There is an exponential increase in the use of conversational bots. Conversational bots can be described as a platform that can chat with people using artificial intelligence. The recent advancement has made A.I capable of learning from data and produce an output. This learning of data can be performed by using various machine learning algorithm. Machine learning techniques involves construction of algorithms that can learn for data and can predict the outcome. This paper reviews the efficiency of different machine learning algorithm that are used in conversational bot. Keywords – Machine learning, Random Forest, Linear Regression, K-means, Chatbot. 1. INTRODUCTION Artificial Intelligence is also known machine intelligence, is intelligence demonstrated by different machine [14]. Artificial Intelligence is defined as the research of intelligent agents, a device that can learn information from environment and performs action that maximize the chances of successfully achieving its goals. Modern machine capacities are generally classified as artificial appends successfully understanding human speech, competing at the highest level in strategic game, independently operating cars, and intelligent routing in content delivery networks and military simulations. Artificial intelligence research has been divided into subfields that often fail to communicate with each other. These sub-fields are constructed on technical consideration, which includes particular goals, the use of particular tools, or deep philosophical differences [14]. Artificial Intelligence often revolves around the use of algorithms. An algorithm is a set of unambiguous instructions that a mechanical computer can execute. Complex algorithm is basically built on top of other, simpler algorithms. Artificial Intelligence algorithm are capable of learning from data; they can enhance themselves by learning new heuristics, or can themselves write different algorithms. Some of algorithm used Bayesian network, decision trees and nearest-neighbor. This learning of data using different algorithm is known as machine learning. Machine learning is an interdisciplinary field that uses statistical techniques to give computer systems the ability to learn from data, without being explicitly programmed. Machine learning explores the study and construction of algorithm that can learn for and make prediction on data-such algorithms overcome following strictly static program instructions by making data-driven and make prediction or decisions, through building a model from sample inputs [13]. Machine learning is employed in a range of computing tasks where designing and programming explicit algorithm with good performance is difficult or infeasible. Machine learning is related to computational statistics, which also emphasis on prediction-making past the use of computers. Within the field of data analytic, machine learning is a method used to devise complex models and algorithms that lend themselves to prediction; in commercial use, this is known as predictive analytics [13]. These analytical models let researchers, data scientists, engineers, and analysts to "construct reliable, repeatable decisions and results" and uncover "hidden insights" through learning from historical relationships and trends in the data. 2. CONVERSATIONAL AGENT AND ITS PREDICTION ALGORITHM 2.1 Chatbot for University Related FAQS [18] Artificial Intelligence conversational agents are becoming popular for web services and systems like scientific, entertainment and commercial systems, and academia. But more effective human-computer interface will take place by querying missing data by the user to provide satisfactory answer. User inquiries are first taken
  • 2. VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019) ISSN(Online): 2581-7280 Article No. 7 PP 1-6 2 www.viva-technology.org/New/IJRI care by AIML check piece to check whether entered inquiry is AIML script or not. AIML is characterized with general inquiries and welcome which is replied by utilizing AIML formats 2.2 Intelligent Chatbot for Easy Web-Analytics Insights[19] The bot responses were analysed and were classified as wrong, default and correct. The correct responses are the expected domain related answers. More importantly they were the correct answers. Whereas the wrong responses are the bot response to the domain related answers which are wrong. This can be avoided by further refining the bot. The default responses are the bot response to the general or unrelated queries. In this paper, chatbot would enable bot users to just type in the query related to web analytics and will get response immediately. This is to avoid the time consuming task of mastering a web analytics tool. The proposed chatbot is developed using AIML and the data set is the raw analytics data. 2.3 Weather Monitoring using Artificial Intelligence [5] The paper define weather prediction based on the previous dataset. They intend to develop an Intelligence Weather predicting module since this is become a necessary tool. This tool consider measure such as Maximum Temperature, Minimum Temperature and rainfall for sample period of day on the available dataset and it is done by using machine learning techniques. The prediction and analysis is based on the Linear Regression which predict the next day’s weather with good accuracy which is more than 90% is obtain on the dataset. This technique is also gives better performance than the traditional statistical method. In this paper simple Linear Regression is use for weather prediction and it will give better accuracy. 2.4 Rainfall prediction based on 100 years of Meteorological Data [8] This paper mainly focused on use of the Data Mining techniques for predicting rainfall of an area on basis of some dependent feature like precipitation and wet day frequency. Instead of taking current data they are mainly focusing on the data collected till date from last 100 years’ data by the meteorological department. The paper defines Data Mining technique using the Liner Regression Model on the data collected for wet day frequency, precipitation and rainfall. The Liner Regression Model developed has been trained and validate against the actual rainfall of the area, which further was used to predicting the rainfall in coming years. The paper use Data mining technique with liner regression for predicting the rainfall and it mainly focus on past dataset. 2.5 Rainfall prediction using modified Linear Regression [7] Rainfall prediction on the historical data is trending in research point of view. The existing model use the data mining technique for predicting the state of atmosphere at a given time of a weather variable like rainfall, cloud conditions, temperature etc. The main problem here in this system is it does not provide an estimate of the predicted rainfall. The proposed system calculates average of the value and understand the state of atmosphere. In this paper it will use mathematical method called linear regression to predict the rainfall in various state of India. The model provides estimate rainfall using different atmospheric attribute like average temperature and cloud cover to predict the rainfall. The main advantages of this model is that the model estimate the rainfall based on the previous correlation between the different parameter. It uses the modified liner regression to perform the prediction of a rainfall where training and test data are formed from the input data set. 2.6 Regression technique for the prediction of the Stock Price Trend [6] The paper examines the theory and practice of the regression technique for prediction of stock price by using the transformed data set in ordinal dataset. In this the original pre-transformed data source contain data of heterogeneous data type use for handling of currency value and financial ratio. The data format in currency value and financial ratio is used for computation of stock price. The data source are corporate annual reports which include balance sheet, income statement and cash flow statement. The paper showed that the outcomes of regression technique can be improve for the prediction of stock price. The outcome of regression technique can be improved when the input data was standardized into a common data type through a customized transformation technique. 2.7 Prediction of Road Traffic Congestion Based on Random Forest [2] The paper explains how the problem of traffic congestion is solved by using classification algorithm random forest. The city area is divided in sections and prediction is done of the areas possible of having heavy traffic. This is done by considering the environmental conditions such as Climate, Holiday, Road Condition etc. The results show that the traffic prediction model established by using the random forest classification algorithm has a prediction accuracy of 87.5%, and the generalization error is low, and it can be effectively predicted.
  • 3. VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019) ISSN(Online): 2581-7280 Article No. 7 PP 1-6 3 www.viva-technology.org/New/IJRI The random forest algorithm has the characteristics of high robustness, high performance and high practicability and it will efficiently predict the road traffic congestion. 2.8 Discovery and Prediction of the Unused Land for Construction Based on Random Forest [9] In the management of land resources, not only solving the existing problems of the land, instead also prediction of the problems of the land and prevention on land misuse are in demand urgently due to the urbanization so that the propose system use Random Forest algorithm for prediction The main part in getting the accurate result of this paper is the formation of the “Decision tree”. The most frequently used attribute selection measures in decision tree induction are the Information Gain Ratio criterion and the Gini Index. Random Forest classifier uses the Gini Index as an attribute selection measure. The utilization rate and the period (construction days) between land supply and construction are calculated. The use of Random Forest for the prediction of unused land is in trend. As the algorithm helps give maximum output accuracy for the required search it is of great use. 2.9 Random forest classification of urban landscape using Landsat archive and ancillary data: Combining seasonal maps with decision level fusion. [1] In this paper the problem of urbanization is solved by using Random Forest algorithm along with Landsat archive and ancillary data. It proposes a methodology to map the urban areas with multi-seasonal Landsat data. The Random forest classifier and decision level fusion are applied. Shifting importance measure are used to recognise the most important input layers. The annual maps have moderately high (>60%) overall accuracies (OA). The proposed method can be successfully transferred to other years. The methodology was applied to produce a detailed land use land cover map of National Capital Region of India. A second classification involving seasonal maps with decision level fusion based on expert knowledge resulted in an annual composite map with increased number of LULC classes. The paper gives the general idea about the random forest algorithm of urban landscape. 2.10 Predicting Passenger Flow using Different Influence Factors for Taipei MRT System [10] According to the statistical data, each day there are over one million passengers taking the MRT in Taipei. In this paper, we will be predicting MRT passenger flow with random forest, by using different factors collected from the Taipei Main station as input for training. In this paper, there are two categories of the factors, which are main factor and support factor. The main factor is the history of passenger flow, which strongly influences the results. As for the support factors is the temporal factor, such as the month and week and the holiday factor, which can slightly increase the accuracy of the prediction. In this paper, system use only the Taipei main station passenger flow to test the method. Here by taking into consideration it can predict the approximate traffic of the people on occasion’s such as public holidays, festivals, week days and week offs etc. 2.11 A Novel Clustering Algorithm Combining Niche Genetic Algorithm with Canopy and K- means [4] Each chromosome is made up of a sequence of genes coding. The number of genes of a chromosome is randomly chosen where n is the number of data points, which is randomly selected a given data sets. Canopy is usually employed to capture the number of clusters. The canopy method in this paper can automatically capture the number of clusters as the initial population selection and does not need as an input parameter for the number of clusters, which is used to improve multi peak values of canopy. The canopy method to randomly select a number of clusters (K). Chromosomes are selected, which consist of the different number of clusters (K) using canopies. The paper defines Clustering Algorithm with Canopy which use for making effective cluster. 2.12 An improved K-means Cluster-based Routing Scheme for Wireless Sensor Networks [3] This paper proposes a cluster-based routing scheme based on an enhanced version of K-means approach. The improved version of K-means generates balanced clusters in the network, which does not overload one cluster-head over the others unlike LEACH where one of the generated clusters may contain a large number of nodes and another contains a small number of members. Besides, the election of the cluster- heads is done in a distributed manner after each period. This paper proposes a cluster-based routing scheme based on an enhanced version of K-means approach. The improved version of K-means generates balanced clusters in the network, which does not overload one cluster-head over the others unlike LEACH where one of the generated clusters may contain a large number of nodes and another contains a small number of members.
  • 4. VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019) ISSN(Online): 2581-7280 Article No. 7 PP 1-6 4 www.viva-technology.org/New/IJRI 2.13 K-Means Clustering Algorithm Based on Improved Cuckoo Search Algorithm and Its Application [11] K-means algorithm is a clustering algorithm based on partition. Because of its simplicity and efficiency, it has become one of the most widely used clustering algorithms. However, there are two shortcomings in the original K-means algorithm: firstly, the difference between each clustering result is greatly affected by the initial class centre; secondly, it is easy to fall into the local optimal solution. The original cuckoo algorithm is influenced by step size A and probability of discovery P, and the step size and discovery probability control the accuracy of CS algorithm global and local search, which has great influence on the optimization effect of algorithm. The step size and discovery probability of the CS algorithm are set to a fixed value at initialization and will not change in subsequent iterations. When the step size is set too large, reducing the search accuracy, easy convergence, step length is too small, reducing the search speed, easy to fall into the local optimal. K-Means algorithm is easy to fall into the local optimum and the Cuckoo search (CS) algorithm is affected by the step size 2.14 An Improved Sampling K-means Clustering Algorithm Based on MapReduce [12] In the literature present an agglomerative fuzzy K-means clustering algorithm for numerical data, an extension to the standard fuzzy K-means algorithm by introducing a penalty term to the objective function to make the clustering process not sensitive to the initial cluster centres. The MapReduce programming model is mainly composed of two abstract classes, Mapper and Reducer. Mapper processes the cut raw data, Reducer summarizes the intermediate results produced by Mapper and obtains the final result. The paper extends the K-means clustering process to calculate a weight for each dimension in each cluster and use the weight values to identify the subsets of important dimensions that categorize different clusters. 3. ANALYSIS TABLE Sr. No. Technical paper name Technique Used Dataset Used Accuracy 1. Weather Monitoring Using Artificial Intelligence [5]. Simple Linear Regression Weather Dataset, Meteorological Department Database. 90% 2. Rainfall prediction based on 100 years of Meteorological Data [8]. Linear Regression, Data mining, K Fold technique. Rainfall Dataset, Meteorological Department Database. NA 3. Rainfall prediction using modified Linear Regression [7]. Modified Linear Regression. Rainfall Dataset, Meteorological Department Database. NA 4. Regression technique for the prediction of the Stock Price Trend [6]. Regression technique Companies Dataset; in Bursa, Malaysia. NA 5. Prediction of Road Traffic Congestion Based on Random Forest [2]. Random forest. 1124 data from different sections of Shanghai traffic management Department 87.05%
  • 5. VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019) ISSN(Online): 2581-7280 Article No. 7 PP 1-6 5 www.viva-technology.org/New/IJRI 6. Discovery and Prediction of the Unused Land for Construction Based on Random Forest [9]. Random Forest, Data mining 3 different data sets used 75.73 91.41 84.56 7. Random forest classification of urban landscape using Landsat archive and ancillary data [1]. Decision level Landsat Multi-season Random forest Landsat Dataset >60% 8. Predicting Passenger Flow using Different Influence Factors for Taipei MRT System [10]. Random forest Daily passenger data 94.3% 9. A Novel Clustering Algorithm Combining Niche Genetic Algorithm with Canopy and K- means [4]. Niche genetic algorithm; k-means clustering; Canopy Iris, Balance, and Breast Cancer UCI database. 87% 10. An improved K-means Cluster- based Routing Scheme for Wireless Sensor Networks [3]. K-Means. Energy Consumption. N.A 11. K-Means Clustering Algorithm Based on Improved Cuckoo Search Algorithm and Its Application [11]. K-Means; cuckoo search Iris, Wine, Seeds, Haber man. UCI database N.A 12. An Improved Sampling K- means Clustering Algorithm Based on MapReduce [12]. K-means; parallel sampling; Bag of Words data set in the UCI machine learning library 85% 4. CONCLUSION The paper provides a brief survey on various machine learning algorithm which are Random Forest, Linear Regression, and k-means. The survey gives an outcome that larger dataset will provide better result. The survey has shown that numeric prediction, categorical prediction or classification and clustering can be implemented using machine learning algorithm. The study has shown that Random forest gives better results in case of larger dataset whereas K-means is faster clustering algorithm comparing other unsupervised learning algorithm. Simple Linear regression provide better accuracy on different datasets. REFERENCES [1] A. Ghosh, R. Sharma, P.K. Joshi, “Random forest classification of urban landscape using Landsat archive and ancillary data: Combining seasonal maps with decision level fusion”, Applied Geography Journal, 2014, pp. 31-41. [2] Y. Liu, H. Wu, “Prediction of Road Traffic Congestion Based on Random Forest”, 10th International Symposium on Computational Intelligence and Design, 2017, pp. 361-364. [3] M. Lehsaini, M.B. Benmahdi, “An improved K-means Cluster-based Routing Scheme for Wireless Sensor Networks”, IEEE, 2018.
  • 6. VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019) ISSN(Online): 2581-7280 Article No. 7 PP 1-6 6 www.viva-technology.org/New/IJRI [4] H. Zhang, Z. Zhou, “A Novel clustering algorithm combining Niche genetic algorithm with canopy and K-means”, International Conference on artificial Intelligence and Big Data, 2018, pp. 26-32. [5] T.R.V. Anandharajan, G.A. Hariharan, K. K. Vignajeth, R. Jitendiran, “Weather Monitoring Using Artificial Intelligence”, International Conference on Computational Intelligence and Networks, 2016. [6] H. L. Siew, M.J, Nordin, “Regression Techniques for the Prediction of Stock Price Trend”, International Conference on Statistics in Science, Business and Engineering (ICSSBE), 2012, pp. 1-5. [7] S. Prabakaran, P. N. Kumar, P. S. M. Tarun, “Rainfall Prediction Using Modified Linear Regression”, ARPN Journal of Engineering and Applied Sciences, 2017, pp. 3715-3718 [8] S. Kumar, M. Anamika Upadhyay, C. Gola, “Rainfall prediction based on 100 years of Meteorological data”, IEEE, 2017, pp. 162-166. [9] X. Xun, L. Mo, Y. Yu, “Discovery and Prediction of the Unused Land for Construction Based on Random Forest”, Fifth International Conference on Agro-Geoinformatics, 2016. [10] Y. C. Shiao, L. Liu, Q. Zhao, R. C. Chen, “Predicting Passenger Flow using Different Influence Factors for Taipei MRT System”, IEEE 8th International Conference on Awareness Science and Technology (iCAST), 2017. [11] S. Ye, X. Huang, Y. Teng, Y. Li, “K-Means Clustering Algorithm Based on Improved Cuckoo Search Algorithm and Its Application”, IEEE 8th International Conference on Awareness Science and Technology, 2018, pp. 447-451. [12] Z. Ya-Ling, W. Ya-nan, Y. Lil, “An Improved Sampling K-means Clustering Algorithm Based on MapReduce”, IEEE 3rd International Conference on Big Data Analysis,2017. [13] https://en.wikipedia.org/wiki/Machine_learning , Last Accessed on 05th Sept. 2018. [14] https://en.wikipedia.org/wiki/Artificial_intelligence , Last Accessed on 05th .Sept. 2018. [15] https://en.wikipedia.org/wiki/Linear_regression , Last Accessed on 04th Sept. 2018. [16] https://en.wikipedia.org/wiki/Random_forest , Last Accessed on 05th Sept. 2018. [17] https://en.wikipedia.org/wiki/K-means_clustering , Last Accessed on 05th Sept. 2018. [18] B. R. Ranoliya, N. Raghuwanshi, S. Singh, “Chatbot for University Related FAQs”, International Conference on Advances in Computing, Communications and Informatics (ICACCI), 2017. [19] R. Ravi, “Intelligent Chatbot for Easy Web-Analytics Insights”, International Conference on Advances in Computing, Communications and Informatics (ICACCI), 2017.