SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 371
Automation Tool Development to Improve Machine Results using Data
Analysis
Tanushka Malhotra1
1Department of Computer Science and Engineering, SRM University, Chennai, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The volume of data generated by different
organizations has increased consistently in thepastfewyears.
Hence, it is necessary to analyze this voluminous data to
produce profitable results. This paper presents a way of
analyzing merchant datasets using the confusion matrix
concept to attain the maximum precision, recall and accuracy
for the given merchants. Moreover, various python libraries
have led to a better automation tool algorithm for analysis.
Key Words: Data Analysis, Pattern Analysis, Big Data,
Automation Tool, Confusion Matrix, Precision, Recall,
Accuracy
1. INTRODUCTION
Data Analytics[1] is the science of examining the data
contained in datasets and drawing out meaningful patterns
and correlations with the help of various technologies and
software’s. Big data analysis provides an organization with
efficient operations and higher profits. Figure 1 shows the
advantages of big data analysis performed by an
organization.
Cost Reduction: The technologies used for big data analysis
such as cloud technologies help organizations to increase
their revenue and reduce the costs.
New Product and Services: BigData Analyticshasprovided
the companies the ability to produce new products and
services to offer to their customers. These new products
suffice the customers’ needs and help the companies to gain
profits.
Better and faster decision making: The availabilityofnew
technologies and data analytics tools have provided
companies the ability to quickly analyze data and produce
accurate and meaningful results.
Figure 1: Advantages of big data analysis
1.1 Big Data
Big data[2] is a term that is most often used today to
denote the amount of data that is generated in almost every
sector due to the advent of technology and communication
means. It is in the recent years that maximum amount of
data is generated and the term “Big Data” has been coined
for it. There are a lot of challenges like capturing data,
duration, storage, searching, sharing, analysis and
presentation, which are linked to big data but the
organizations are finding different methodsandtoolstodeal
with these challenges.
1.2 Python and its libraries used for Analysis
There are many in-built libraries in python that help to
efficiently analyze the big data. The most common and
resourceful ones are manifested in the following sections.
Pandas
Pandas is one of the most popular data science library. It is
able to read data from different sources and handlesthemin
the form of data frames which can then be used to perform
different kinds of analysis. It also possesses the feature of
plotting charts and graphs as well as export functions.
Export functions lets you generate an excel file from the
results of your analysis.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 372
Numpy/Scipy
Numpy stands for Numerical Python and Scipy is a library
built upon Numpy. Both of these are open source libraries
used for scientific computing and mathematical functions
like integration, Fourier Transform, linear algebra, etc.
Matplotlib
Matplotlib is a library for creating simple 2D graphs and
plots.
Re
This is a regex (regular expression)module whichisusedfor
easy pattern searching in data analytics.
Fuzzywuzzy[4]
It is used for fuzzy string matching, i.e., find the string that
matches approximately with the pattern.
2. CONFUSION MATRIX
Confusion matrix[5], as the name suggests, is a matrix which
contains the actual and the predicted values of the
classification done by a classification algorithm. This matrix
is used to measure the performance of a machine. Figure 2
shows the confusion matrix.
TP: This stands for true positive. It means that the predicted
value matches the actual value and our result is correct.
FP: This stands for false positive. It means that the predicted
value is incorrect with respect to the actual value.
FN: This stands for false negative. It means that there is no
value predicted when the actual value says thatthereshould
be some value predicted.
TN: This stands for true negative. It means that there is no
actual value and the predicted value correctly predicts the
no-event value.
Figure 2: Confusion Matrix
3. PARAMETERS FOR PERFORMANCE MEASURE
Precision
Precision calculates the percentage ratio of the number of
observations that were predicted correct with respecttothe
actual value and the number of observations predicted true
irrespective of the actual value.
Precision = TP/ (TP+FP)
Recall
Recall describes the percentage ratio of the number of
observations that were predicted correct with respecttothe
actual value and the actual cases predicted as yes.
Recall = TP/ (TP+FN)
Accuracy
Accuracy is defined as the percentage ratio of the number of
true cases and the sum of all the cases.
Accuracy = (TP+TN)/ (TP+FP+TN+FN)
4. EXPERIMENT AND OBSERVATIONS
There are two merchant datasets. One is the factual data,
which contains the merchant city, state, address, phone
number, store id and many more details. The other one is a
machine generated result which contains the merchant
description, city, state and store id. The results generated by
the machine are not accurate enough and hence various
patterns have to be deduced as well as analysis is to be
performed to find out the flaws in themachineresults.These
kinds of deductions and pattern analysis[7] leads to an
increase in the accuracy of the overall results. The main aim
of this experiment is to create an automation tool for the
aforementioned analysis.
The analytical automation tool is developed using python
and its various libraries. The tool handles various
parameters for comparison and finally judges whether the
predicted result by the machine was a TN case, FN, case, TP
case or an FP case using the confusion matrix technique.
These parameters are stated below.
 The merchant description contains
partial/complete city name and that city has only
one store id in the factual.
 The store id is a part of merchant description and is
also present in factual.
 There is partial address match in description and
there is only one id for that address in factual.
 Wrong store id is predicted by the machine.
 If there is more than 1 store present for a given city
in factual and there is nothing mentioned in the
merchant description, then the machine cannot
predict the store id.
 If the phone number of a merchant in factual
matches with the merchant description.
The automation tool was run on 5 different merchantsand it
was observed that the precision, recall and accuracy were
improved by the analysis of the automation tool. Figure 3
shows the percentage of precision and Figure 4 shows the
percentage of recall for the machine generated results and
the analysis done by the automation tool on the machine
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 373
results. Furthermore, Figure 5 shows the percentage of
accuracy for the same analysis.
Figure 3: Precision of machine results and automation
tool results
Figure 4: Recall of machine results and automation tool
results
Figure 5: Accuracy of machine results and automation
tool results
5. CONCLUSIONS
In this world of increasing technology and social media,
where vast amount of data is being spawned, the advent of
data analytics has helped organizations tomanagetheirdata
and use it in a resourceful manner. This paper discusses the
development of an automation tool using python. This
automation tool can be run on datasets having thousands of
entries and can produce meaningful resultsina fewminutes.
Furthermore, the accuracy of results generated is quite high
and these results can further be used to improve the
machine. This kind of analysis can be used by various
organizations to gain profit from merchants. The data from
different merchants is collected and analyzed by profit-
making organizations who then sell their predictions and
analysis back to the merchants.
The confusion matrix is a perfectmethodtocalculatevarious
performance parameters and python, with its inbuilt
libraries, offer a convenient platform to develop the
analytical tool. Based on the analysis, it is observed that the
machine results are less accurate and the patterns &
deductions made by the automata result in an improved
accuracy.
REFERENCES
[1] https://www.sas.com/en_us/insights/analytics/big-
data-analytics.html.
[2] Significance and Challenges of Bigdata Research,Volume
2, Issue 2, June 2015.
[3] Python for Scientists and Engineers, Volume 13, Issue 2,
March-April 2011.
[4] https://pypi.python.org/pypi/fuzzywuzzy.
[5] Genetic Algorithm and Confusion Matrix for Document
Clustering, International Journal ofComputer ScienceIssues,
Vol. 9, issue 1, No. 2, January 2012.
[6] Performance Evaluation of Predictive Classifiers for
Knowledge Discovery From EngineeringMaterialsData Sets,
Doreswamy, Hemanth K.S., 2003.
[7] Jain, A., and Zongker, D. 1997. Feature selection:
evaluation, application, and small sampleperformance.IEEE
Transactions on Pattern Analysis and Machine Intelligence.

More Related Content

What's hot

IRJET- Stock Market Prediction using Machine Learning
IRJET- Stock Market Prediction using Machine LearningIRJET- Stock Market Prediction using Machine Learning
IRJET- Stock Market Prediction using Machine Learning
IRJET Journal
 
Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351
Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351
Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351
IRJET Journal
 
The disruptometer: an artificial intelligence algorithm for market insights
The disruptometer: an artificial intelligence algorithm for market insightsThe disruptometer: an artificial intelligence algorithm for market insights
The disruptometer: an artificial intelligence algorithm for market insights
journalBEEI
 
50120140503005
5012014050300550120140503005
50120140503005
IAEME Publication
 
Stock Market Prediction
Stock Market PredictionStock Market Prediction
Stock Market Prediction
MRIDUL GUPTA
 
Aditya report finaL
Aditya report finaLAditya report finaL
Aditya report finaL
2767882
 
Stock analysis report
Stock analysis reportStock analysis report
Stock analysis report
Priyanka Goswami
 
Jurnal REMIK 2019
Jurnal REMIK 2019Jurnal REMIK 2019
Jurnal REMIK 2019
Sita Anggraeni
 
Performance analysis and prediction of stock market for investment decision u...
Performance analysis and prediction of stock market for investment decision u...Performance analysis and prediction of stock market for investment decision u...
Performance analysis and prediction of stock market for investment decision u...
Hari KC
 
Data Analytics Using R - Report
Data Analytics Using R - ReportData Analytics Using R - Report
Data Analytics Using R - Report
Akanksha Gohil
 
PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...
PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...
PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...
Hari KC
 
Research on simulation of banking system for measuring the productivity of th...
Research on simulation of banking system for measuring the productivity of th...Research on simulation of banking system for measuring the productivity of th...
Research on simulation of banking system for measuring the productivity of th...
eSAT Journals
 
Alpine Tech Talk: System ML by Berthold Reinwald
Alpine Tech Talk: System ML by Berthold ReinwaldAlpine Tech Talk: System ML by Berthold Reinwald
Alpine Tech Talk: System ML by Berthold Reinwald
Chester Chen
 
IRJET- Machine Learning
IRJET- Machine LearningIRJET- Machine Learning
IRJET- Machine Learning
IRJET Journal
 
Stock Market Prediction using Machine Learning
Stock Market Prediction using Machine LearningStock Market Prediction using Machine Learning
Stock Market Prediction using Machine Learning
Aravind Balaji
 
IRJET - Stock Market Prediction using Machine Learning Algorithm
IRJET - Stock Market Prediction using Machine Learning AlgorithmIRJET - Stock Market Prediction using Machine Learning Algorithm
IRJET - Stock Market Prediction using Machine Learning Algorithm
IRJET Journal
 
International Conference on Intelligent Systems Design and Applications 2009
International Conference on Intelligent Systems Design and Applications 2009International Conference on Intelligent Systems Design and Applications 2009
International Conference on Intelligent Systems Design and Applications 2009
Paolo Starace
 
A Study of Various Projected Data Based Pattern Mining Algorithms
A Study of Various Projected Data Based Pattern Mining AlgorithmsA Study of Various Projected Data Based Pattern Mining Algorithms
A Study of Various Projected Data Based Pattern Mining Algorithms
ijsrd.com
 
IRJET- Stock Market Prediction using Financial News Articles
IRJET- Stock Market Prediction using Financial News ArticlesIRJET- Stock Market Prediction using Financial News Articles
IRJET- Stock Market Prediction using Financial News Articles
IRJET Journal
 
Simple stock market analysis
Simple stock market analysisSimple stock market analysis
Simple stock market analysis
lynneblue
 

What's hot (20)

IRJET- Stock Market Prediction using Machine Learning
IRJET- Stock Market Prediction using Machine LearningIRJET- Stock Market Prediction using Machine Learning
IRJET- Stock Market Prediction using Machine Learning
 
Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351
Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351
Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351
 
The disruptometer: an artificial intelligence algorithm for market insights
The disruptometer: an artificial intelligence algorithm for market insightsThe disruptometer: an artificial intelligence algorithm for market insights
The disruptometer: an artificial intelligence algorithm for market insights
 
50120140503005
5012014050300550120140503005
50120140503005
 
Stock Market Prediction
Stock Market PredictionStock Market Prediction
Stock Market Prediction
 
Aditya report finaL
Aditya report finaLAditya report finaL
Aditya report finaL
 
Stock analysis report
Stock analysis reportStock analysis report
Stock analysis report
 
Jurnal REMIK 2019
Jurnal REMIK 2019Jurnal REMIK 2019
Jurnal REMIK 2019
 
Performance analysis and prediction of stock market for investment decision u...
Performance analysis and prediction of stock market for investment decision u...Performance analysis and prediction of stock market for investment decision u...
Performance analysis and prediction of stock market for investment decision u...
 
Data Analytics Using R - Report
Data Analytics Using R - ReportData Analytics Using R - Report
Data Analytics Using R - Report
 
PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...
PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...
PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...
 
Research on simulation of banking system for measuring the productivity of th...
Research on simulation of banking system for measuring the productivity of th...Research on simulation of banking system for measuring the productivity of th...
Research on simulation of banking system for measuring the productivity of th...
 
Alpine Tech Talk: System ML by Berthold Reinwald
Alpine Tech Talk: System ML by Berthold ReinwaldAlpine Tech Talk: System ML by Berthold Reinwald
Alpine Tech Talk: System ML by Berthold Reinwald
 
IRJET- Machine Learning
IRJET- Machine LearningIRJET- Machine Learning
IRJET- Machine Learning
 
Stock Market Prediction using Machine Learning
Stock Market Prediction using Machine LearningStock Market Prediction using Machine Learning
Stock Market Prediction using Machine Learning
 
IRJET - Stock Market Prediction using Machine Learning Algorithm
IRJET - Stock Market Prediction using Machine Learning AlgorithmIRJET - Stock Market Prediction using Machine Learning Algorithm
IRJET - Stock Market Prediction using Machine Learning Algorithm
 
International Conference on Intelligent Systems Design and Applications 2009
International Conference on Intelligent Systems Design and Applications 2009International Conference on Intelligent Systems Design and Applications 2009
International Conference on Intelligent Systems Design and Applications 2009
 
A Study of Various Projected Data Based Pattern Mining Algorithms
A Study of Various Projected Data Based Pattern Mining AlgorithmsA Study of Various Projected Data Based Pattern Mining Algorithms
A Study of Various Projected Data Based Pattern Mining Algorithms
 
IRJET- Stock Market Prediction using Financial News Articles
IRJET- Stock Market Prediction using Financial News ArticlesIRJET- Stock Market Prediction using Financial News Articles
IRJET- Stock Market Prediction using Financial News Articles
 
Simple stock market analysis
Simple stock market analysisSimple stock market analysis
Simple stock market analysis
 

Similar to Automation Tool Development to Improve Machine Results using Data Analysis

DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...
DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...
DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...
AIRCC Publishing Corporation
 
DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...
DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...
DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...
ijcsit
 
Customer Decision Support System
Customer Decision Support SystemCustomer Decision Support System
Customer Decision Support System
IRJET Journal
 
Intelligent Supermarket using Apriori
Intelligent Supermarket using AprioriIntelligent Supermarket using Apriori
Intelligent Supermarket using Apriori
IRJET Journal
 
Efficiently Detecting and Analyzing Spam Reviews Using Live Data Feed
Efficiently Detecting and Analyzing Spam Reviews Using Live Data FeedEfficiently Detecting and Analyzing Spam Reviews Using Live Data Feed
Efficiently Detecting and Analyzing Spam Reviews Using Live Data Feed
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
 
IRJET- A Novel Methodology Enabling Object Details Mechanism using Red Ta...
IRJET-  	  A Novel Methodology Enabling Object Details Mechanism using Red Ta...IRJET-  	  A Novel Methodology Enabling Object Details Mechanism using Red Ta...
IRJET- A Novel Methodology Enabling Object Details Mechanism using Red Ta...
IRJET Journal
 
Inventory System
Inventory System Inventory System
Inventory System
Nasir152222
 
IRJET- Vendor Management System using Machine Learning
IRJET-  	  Vendor Management System using Machine LearningIRJET-  	  Vendor Management System using Machine Learning
IRJET- Vendor Management System using Machine Learning
IRJET Journal
 
Business Analysis using Machine Learning
Business Analysis using Machine LearningBusiness Analysis using Machine Learning
Business Analysis using Machine Learning
IRJET Journal
 
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
 
Twitter Sentiment Analysis
Twitter Sentiment AnalysisTwitter Sentiment Analysis
Twitter Sentiment Analysis
IRJET Journal
 
Estimating the Efficacy of Efficient Machine Learning Classifiers for Twitter...
Estimating the Efficacy of Efficient Machine Learning Classifiers for Twitter...Estimating the Efficacy of Efficient Machine Learning Classifiers for Twitter...
Estimating the Efficacy of Efficient Machine Learning Classifiers for Twitter...
IRJET Journal
 
Text Analytics- An application in Indian Stock Markets
Text Analytics- An application in Indian Stock MarketsText Analytics- An application in Indian Stock Markets
Text Analytics- An application in Indian Stock Markets
Sinjana Ghosh
 
Review on Sentiment Analysis on Customer Reviews
Review on Sentiment Analysis on Customer ReviewsReview on Sentiment Analysis on Customer Reviews
Review on Sentiment Analysis on Customer Reviews
IRJET Journal
 
IRJET - Stock Price Prediction using Microblogging Data
IRJET - Stock Price Prediction using Microblogging DataIRJET - Stock Price Prediction using Microblogging Data
IRJET - Stock Price Prediction using Microblogging Data
IRJET Journal
 
Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...
Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...
Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...
ijtsrd
 
A Data Warehouse And Business Intelligence Application
A Data Warehouse And Business Intelligence ApplicationA Data Warehouse And Business Intelligence Application
A Data Warehouse And Business Intelligence Application
Kate Subramanian
 
IRJET- Opinion Summarization using Soft Computing and Information Retrieval
IRJET- Opinion Summarization using Soft Computing and Information RetrievalIRJET- Opinion Summarization using Soft Computing and Information Retrieval
IRJET- Opinion Summarization using Soft Computing and Information Retrieval
IRJET Journal
 
Pricing Optimization using Machine Learning
Pricing Optimization using Machine LearningPricing Optimization using Machine Learning
Pricing Optimization using Machine Learning
IRJET Journal
 

Similar to Automation Tool Development to Improve Machine Results using Data Analysis (20)

DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...
DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...
DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...
 
DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...
DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...
DATA MINING MODEL PERFORMANCE OF SALES PREDICTIVE ALGORITHMS BASED ON RAPIDMI...
 
Customer Decision Support System
Customer Decision Support SystemCustomer Decision Support System
Customer Decision Support System
 
Intelligent Supermarket using Apriori
Intelligent Supermarket using AprioriIntelligent Supermarket using Apriori
Intelligent Supermarket using Apriori
 
Efficiently Detecting and Analyzing Spam Reviews Using Live Data Feed
Efficiently Detecting and Analyzing Spam Reviews Using Live Data FeedEfficiently Detecting and Analyzing Spam Reviews Using Live Data Feed
Efficiently Detecting and Analyzing Spam Reviews Using Live Data Feed
 
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- A Novel Methodology Enabling Object Details Mechanism using Red Ta...
IRJET-  	  A Novel Methodology Enabling Object Details Mechanism using Red Ta...IRJET-  	  A Novel Methodology Enabling Object Details Mechanism using Red Ta...
IRJET- A Novel Methodology Enabling Object Details Mechanism using Red Ta...
 
Inventory System
Inventory System Inventory System
Inventory System
 
IRJET- Vendor Management System using Machine Learning
IRJET-  	  Vendor Management System using Machine LearningIRJET-  	  Vendor Management System using Machine Learning
IRJET- Vendor Management System using Machine Learning
 
Business Analysis using Machine Learning
Business Analysis using Machine LearningBusiness Analysis using Machine Learning
Business Analysis using Machine Learning
 
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...
 
Twitter Sentiment Analysis
Twitter Sentiment AnalysisTwitter Sentiment Analysis
Twitter Sentiment Analysis
 
Estimating the Efficacy of Efficient Machine Learning Classifiers for Twitter...
Estimating the Efficacy of Efficient Machine Learning Classifiers for Twitter...Estimating the Efficacy of Efficient Machine Learning Classifiers for Twitter...
Estimating the Efficacy of Efficient Machine Learning Classifiers for Twitter...
 
Text Analytics- An application in Indian Stock Markets
Text Analytics- An application in Indian Stock MarketsText Analytics- An application in Indian Stock Markets
Text Analytics- An application in Indian Stock Markets
 
Review on Sentiment Analysis on Customer Reviews
Review on Sentiment Analysis on Customer ReviewsReview on Sentiment Analysis on Customer Reviews
Review on Sentiment Analysis on Customer Reviews
 
IRJET - Stock Price Prediction using Microblogging Data
IRJET - Stock Price Prediction using Microblogging DataIRJET - Stock Price Prediction using Microblogging Data
IRJET - Stock Price Prediction using Microblogging Data
 
Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...
Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...
Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...
 
A Data Warehouse And Business Intelligence Application
A Data Warehouse And Business Intelligence ApplicationA Data Warehouse And Business Intelligence Application
A Data Warehouse And Business Intelligence Application
 
IRJET- Opinion Summarization using Soft Computing and Information Retrieval
IRJET- Opinion Summarization using Soft Computing and Information RetrievalIRJET- Opinion Summarization using Soft Computing and Information Retrieval
IRJET- Opinion Summarization using Soft Computing and Information Retrieval
 
Pricing Optimization using Machine Learning
Pricing Optimization using Machine LearningPricing Optimization using Machine Learning
Pricing Optimization using Machine Learning
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
awadeshbabu
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
PauloRodrigues104553
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
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
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 

Recently uploaded (20)

Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
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...
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 

Automation Tool Development to Improve Machine Results using Data Analysis

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 371 Automation Tool Development to Improve Machine Results using Data Analysis Tanushka Malhotra1 1Department of Computer Science and Engineering, SRM University, Chennai, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The volume of data generated by different organizations has increased consistently in thepastfewyears. Hence, it is necessary to analyze this voluminous data to produce profitable results. This paper presents a way of analyzing merchant datasets using the confusion matrix concept to attain the maximum precision, recall and accuracy for the given merchants. Moreover, various python libraries have led to a better automation tool algorithm for analysis. Key Words: Data Analysis, Pattern Analysis, Big Data, Automation Tool, Confusion Matrix, Precision, Recall, Accuracy 1. INTRODUCTION Data Analytics[1] is the science of examining the data contained in datasets and drawing out meaningful patterns and correlations with the help of various technologies and software’s. Big data analysis provides an organization with efficient operations and higher profits. Figure 1 shows the advantages of big data analysis performed by an organization. Cost Reduction: The technologies used for big data analysis such as cloud technologies help organizations to increase their revenue and reduce the costs. New Product and Services: BigData Analyticshasprovided the companies the ability to produce new products and services to offer to their customers. These new products suffice the customers’ needs and help the companies to gain profits. Better and faster decision making: The availabilityofnew technologies and data analytics tools have provided companies the ability to quickly analyze data and produce accurate and meaningful results. Figure 1: Advantages of big data analysis 1.1 Big Data Big data[2] is a term that is most often used today to denote the amount of data that is generated in almost every sector due to the advent of technology and communication means. It is in the recent years that maximum amount of data is generated and the term “Big Data” has been coined for it. There are a lot of challenges like capturing data, duration, storage, searching, sharing, analysis and presentation, which are linked to big data but the organizations are finding different methodsandtoolstodeal with these challenges. 1.2 Python and its libraries used for Analysis There are many in-built libraries in python that help to efficiently analyze the big data. The most common and resourceful ones are manifested in the following sections. Pandas Pandas is one of the most popular data science library. It is able to read data from different sources and handlesthemin the form of data frames which can then be used to perform different kinds of analysis. It also possesses the feature of plotting charts and graphs as well as export functions. Export functions lets you generate an excel file from the results of your analysis.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 372 Numpy/Scipy Numpy stands for Numerical Python and Scipy is a library built upon Numpy. Both of these are open source libraries used for scientific computing and mathematical functions like integration, Fourier Transform, linear algebra, etc. Matplotlib Matplotlib is a library for creating simple 2D graphs and plots. Re This is a regex (regular expression)module whichisusedfor easy pattern searching in data analytics. Fuzzywuzzy[4] It is used for fuzzy string matching, i.e., find the string that matches approximately with the pattern. 2. CONFUSION MATRIX Confusion matrix[5], as the name suggests, is a matrix which contains the actual and the predicted values of the classification done by a classification algorithm. This matrix is used to measure the performance of a machine. Figure 2 shows the confusion matrix. TP: This stands for true positive. It means that the predicted value matches the actual value and our result is correct. FP: This stands for false positive. It means that the predicted value is incorrect with respect to the actual value. FN: This stands for false negative. It means that there is no value predicted when the actual value says thatthereshould be some value predicted. TN: This stands for true negative. It means that there is no actual value and the predicted value correctly predicts the no-event value. Figure 2: Confusion Matrix 3. PARAMETERS FOR PERFORMANCE MEASURE Precision Precision calculates the percentage ratio of the number of observations that were predicted correct with respecttothe actual value and the number of observations predicted true irrespective of the actual value. Precision = TP/ (TP+FP) Recall Recall describes the percentage ratio of the number of observations that were predicted correct with respecttothe actual value and the actual cases predicted as yes. Recall = TP/ (TP+FN) Accuracy Accuracy is defined as the percentage ratio of the number of true cases and the sum of all the cases. Accuracy = (TP+TN)/ (TP+FP+TN+FN) 4. EXPERIMENT AND OBSERVATIONS There are two merchant datasets. One is the factual data, which contains the merchant city, state, address, phone number, store id and many more details. The other one is a machine generated result which contains the merchant description, city, state and store id. The results generated by the machine are not accurate enough and hence various patterns have to be deduced as well as analysis is to be performed to find out the flaws in themachineresults.These kinds of deductions and pattern analysis[7] leads to an increase in the accuracy of the overall results. The main aim of this experiment is to create an automation tool for the aforementioned analysis. The analytical automation tool is developed using python and its various libraries. The tool handles various parameters for comparison and finally judges whether the predicted result by the machine was a TN case, FN, case, TP case or an FP case using the confusion matrix technique. These parameters are stated below.  The merchant description contains partial/complete city name and that city has only one store id in the factual.  The store id is a part of merchant description and is also present in factual.  There is partial address match in description and there is only one id for that address in factual.  Wrong store id is predicted by the machine.  If there is more than 1 store present for a given city in factual and there is nothing mentioned in the merchant description, then the machine cannot predict the store id.  If the phone number of a merchant in factual matches with the merchant description. The automation tool was run on 5 different merchantsand it was observed that the precision, recall and accuracy were improved by the analysis of the automation tool. Figure 3 shows the percentage of precision and Figure 4 shows the percentage of recall for the machine generated results and the analysis done by the automation tool on the machine
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 373 results. Furthermore, Figure 5 shows the percentage of accuracy for the same analysis. Figure 3: Precision of machine results and automation tool results Figure 4: Recall of machine results and automation tool results Figure 5: Accuracy of machine results and automation tool results 5. CONCLUSIONS In this world of increasing technology and social media, where vast amount of data is being spawned, the advent of data analytics has helped organizations tomanagetheirdata and use it in a resourceful manner. This paper discusses the development of an automation tool using python. This automation tool can be run on datasets having thousands of entries and can produce meaningful resultsina fewminutes. Furthermore, the accuracy of results generated is quite high and these results can further be used to improve the machine. This kind of analysis can be used by various organizations to gain profit from merchants. The data from different merchants is collected and analyzed by profit- making organizations who then sell their predictions and analysis back to the merchants. The confusion matrix is a perfectmethodtocalculatevarious performance parameters and python, with its inbuilt libraries, offer a convenient platform to develop the analytical tool. Based on the analysis, it is observed that the machine results are less accurate and the patterns & deductions made by the automata result in an improved accuracy. REFERENCES [1] https://www.sas.com/en_us/insights/analytics/big- data-analytics.html. [2] Significance and Challenges of Bigdata Research,Volume 2, Issue 2, June 2015. [3] Python for Scientists and Engineers, Volume 13, Issue 2, March-April 2011. [4] https://pypi.python.org/pypi/fuzzywuzzy. [5] Genetic Algorithm and Confusion Matrix for Document Clustering, International Journal ofComputer ScienceIssues, Vol. 9, issue 1, No. 2, January 2012. [6] Performance Evaluation of Predictive Classifiers for Knowledge Discovery From EngineeringMaterialsData Sets, Doreswamy, Hemanth K.S., 2003. [7] Jain, A., and Zongker, D. 1997. Feature selection: evaluation, application, and small sampleperformance.IEEE Transactions on Pattern Analysis and Machine Intelligence.