SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2419
Future Prediction of World Countries Emotions Status to Understand
Economic Status using Happiness Index and SVM Kernel
B. Prashanthi1, Dr. R. Ponnusamy2
1PG Scholar in CSE Department, CVR College of Engineering, Telangana, Hyderabad, India.
2Professor in CSE Department, CVR College of Engineering, Telangana, Hyderabad, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - For many years there has been a focus on
individual welfare and societal advancement. In addition to
the economic system, diverseexperiencesandthehabitatsof
people are crucial factors that contribute to the well-being
and progress of the nation. The predictor of quality of life
called the Better Life Index (BLI) visualizes and compares
key elements—environment, jobs, health, civic engagement,
governance, education, access to services, housing,
community, and income—that contribute to well-being in
different countries. This paper presents a supervised
machine-learning analytical model that predicts the life
satisfaction score of any specific country based on these
given parameters. This work is a stacked generalization
based on a novel approach that combines differentmachine-
learning approaches to generate a meta-machine-learning
model that further aids in maximizing prediction accuracy.
The work utilized an OrganizationforEconomic Cooperation
and Development (OECD) regional statistics dataset with
four years of data, from 2015 to 2019. Using the data of 187
countries from the UN Development Project, this work is
able to identify which factor needed to be improved by a
certain country to increase the happiness of their citizens.
The novel model achieved a high root mean squared error
(RMSE) value of 0.3 with 10-fold cross-validation on the
balanced class data. Compared to base models,theensemble
model based on the stacked generalizationframework wasa
significantly better predictor of the life satisfaction of a
nation. It is clear from the results that the ensemble model
presents more precise and consistent predictions in
comparison to the base learners.
Keywords- data mining; classification; feature selection;
principal component analysis; support vector machine.
1. INTRODUCTION
World happiness has been actively studied throughout the
last ten years. The work in [8] argues that the government of
a country is usually driven by the happiness of their citizens.
Some factors that are controlled or authorized by the
government positively correlate with the happiness level.
That work shows that the key role to determine the citizen
happiness is the improvement of public policy.
Understanding happiness factors will help governments to
make a better policy and legislation. However, the factors
that influence happiness could be different due to different
human perspectives. We cannot just simply say that The
United State is happier than Indonesia country because The
United State has higher GDP. Peggy in [1] stated that
happiness is correlated with national economic and cultural
living conditions. The work in [2] determined Happiness
using three factors which are life expectancy, experienced
well-being and Ecological Footprint.Otherwork in[9]shows
a new measurement to improve the happiness of a country.
Unlike the previous work, thiswork studiesthathappinessis
not only related to physical butalsomental needs.Therefore,
they also consider mental health, which includes stress,
depression, and emotional problems. As a result of the
increase of human social complexity,thefactorsproposedby
[2] and [9] may not be reliable anymore. Additional factors
such as health and human development index should be
examined carefully. However, analyzing the factor to
determine happiness of a particular country is not a trivial
problem. A single factor can have a bigger impact than
another. NEF organization in [2] proposes an equation to
calculate the happiness index. However, this equation does
not consider the economical aspects. Therefore, this work
proposes an approach by extending the factorsandadopting
machine learning techniques to learn about those factors.
Due to numerous size of the features, it is unwise to rely on
the prediction of a worldhappinessdonebymanual analysis.
That process will result in high cost of analysis. Therefore,
this work also proposes the use of machine learning to
predict the world happiness. Machine learning is a widely
known technique to learn about patterns in data. There are
several machine learning techniques which can be used to
perform a prediction task [3]. One of the remarkable
techniques is the support vector machine. This work uses
support vector machine because its outstanding ability to
perform a classification task.
2. RELATED WORK
This section briefly explains the related work in this project.
Firstly, the national happiness analysis is described. It will
discuss the importance of happiness analysis. Secondly, the
used machine learning is introduced. Lastly, the proposed
factor analysis is discussed.
A. World Happiness Analysis
The work in [4] mentioned that happiness could be a good
indicator for how well a society is doing. This becomes
important because Betham [5] said that the best society is
the one where the citizens are happiest. Several researches
have been conducted on positive aspects and the matters of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2420
happiness in policy making [6][7]. As mentioned in the
previous section, happiness can be determined based on
various factors. Unfortunately, these factors were analyzed
manually[8]. The complexity of the factor leads to the
expensive cost of analysis. Therefore, the automatic analysis
is needed.
B. Support Vector Machine
Due to its capability to learn from the past experiences,
machine learning has been used in various areas. Support
vector machine is one of the powerful machine learning
algorithm. Support Vector Machine (SVM) is a learning
technique which is usedforclassifyingunseendata correctly.
It is a learning technique which usually used for classifying
the unseen data correctly. This technique has been used in
various research field due to its remarkable performance. In
order to perform the classification task, support vector
machine builds a hyper plane which separates the data into
different categories [9]. One of the important advantages of
support vector machine is its ability to handle the scarcity of
the data. Moreover, support vector machine is able to learn
about the complex decision boundaries in the high
dimensional feature space efficiently. Due to the complex
features used to predict the national happiness, it is
important to apply the technique with ability to handle the
complex features.
C. Factor Analysis
As mentioned in the previous section, there are a large
number of features used to predict the world happiness.
However, some of the features may have no significant
contribution to the prediction. Therefore, it is unwise to use
the entire features to analyze the happiness. This work uses
factor analysis to analyze the related features. Factor
analysis aims to determine the contribution of a certain
feature. This technique does not focus on dimension
reduction. Therefore, there will be no featuresremoved. The
works in [10] and [11] have introduced the advantages of
factor analysis. The first advantages mentioned is the ability
to identify latent Dimensions or constructs that cannot be
done using direct analysis. Moreover, this approach is easy
to run and inexpensive in term of resources.
3. PROPOSED APPROACH
The aim of this project is to predict the world happiness of a
particular country using machine learning techniques. The
proposed approach contains four main steps in the data
mining process which are data collection, data
preprocessing, data analysis, and classification process as
seen in Figure 1. The first process in the process approach is
collecting the data. The data used inthisprojectaregathered
from the UN Human Development Project. Thedata contains
of the human development index, GDI, healthy index of each
country in the world. However, these data are quite dirty. It
cannot be used directly as the input data for the learning
process. Therefore,thesecondprocessisdata preprocessing.
Data preprocessing is used to increase the data quality. By
increasing the quality of data results to the increasing
number of prediction accuracy and consistency. The
processes included in this processaredata cleaninganddata
integration. The routine processes that should be done are
filling the missing values, reduce the noise and identify the
outliers.
Figure 1. The proposed Approach
The third process in the proposed approachisdata analysis.
This explanatory data analysis is used for finding the
relationship among the attributes of the features. This
analysis is done by visualizing the data. Dimensional
reduction also be done in this step. Using the information
gain technique, the features can be reduced. Information
gain technique is used because it can explore the
interrelationships among a set of variables. The last part is
this work is the classification process. In this classification
process, SVM technique is used to predict the happiness of
the data based on the important features. The validation
process using k-fold cross validation technique is used to
measure the performance of the data based on the accuracy,
sensitivity and specificity values
4. RESULT AND ANALYSIS
This section discusses about the result of each step in the
proposed approach. Moreover, this section alsopresentsthe
analysis of significant factors todeterminethehappinessofa
particular country.
A. Data Collection
As mentioned in the proposed approach section, the data
used for this work are gathered from the UN Development
Project. In total there are 187 countries listed in the data.
Different types of factors are also mentioned in this data,
such as human development index, education, environment,
health care. The data consists of 105 types of features from
14 different factors.Thedatasetcontained nomissingvalues.
B. Data Preprocessing
In order to increase the data quality, the data preprocessing
is needed. The collected data are scattered in various tables.
Therefore, creating an integrated data is needed. The single
integrated table consists of the entire features and sample
that we are going to use in the next process. The dataset
contained no missing values. The values within the dataset
were present on a mixed scale, in the form of ratios,
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2421
percentage and average scores. The data was normalized
using the min.max() normalization function in R. We used a
realistic dataset so we did not have to consider outliers of
the dataset and simulated our work using the original
dataset [11] .
C. Feature Selection
Selecting the related features is important in order to
improve the performance of the classifier. In order to
perform this process, WEKA package for attribute selection
is used [12]. The evaluator used in this work is information
gain. This technique is chosen due to its ability to measure
the amount of information in bits about the class prediction
[13]. Therefore, it measures the expected reduction in
entropy.
Figure 3. Selected features for classification
ATTRIBUTE NAME ATTRIBUTE NAME
1.Ladder
2.SD Ladder
3.Positive affect
4.Negative affect
5.freedom
6.Corruption
7.Socila support
11.Generosity
12.LogofGDPpercapita
13.Health life expectancy
14.Happiness score
15.Happiness rank
16.Family
8.Dystopia Residual
9.Trust(Government
corruption)
10.Lower confidence
Interval
17.Higher confidence
Interval
18.Whisker low
19.Whisker high
There are two main properties in the ranker evaluator. The
first property is numToSelect property, which defines the
number of attributes to keep, an Integer number that is -1
(all) by default. The next property is the threshold which
defines the minimum value that an attribute has to get inthe
evaluator in order to be kept. In this case, thethresholdisset
to 0. After running this process, the number of remaining
attributes is 19 includes class attribute. Those attributesare
listed in Figure 3. The selected attributes such as inequality
in life expectancy (inequality in the distribution of the
expected length of life based on data from life tables
estimated using the Atkinson inequality index), the number
of homeless people, and the mortality rate is used to classify
the happiness of a certain country.
D. Classification
In order to evaluate the selected attribute, this work also
runs the classification using the entire gathered attributes.
The same parameter used to compare both scenarios. The
kernel for SVM is chosen based on cross validation. Table 1
shows the result for comparing different types of kernel.We
can see that the normalized poly kernel gave an outperform
result. Therefore, this kernel is chosen for this work.
TABLE I.
Kernel Type Accuracy Rate
Normalize Poly Kernel
Poly Kernel
RBF Kernel
String Kernel
68.456 %
60.402 %
38.926 %
43.624 %
COMPARISON RESULT OF THE KERNEL
As mentioned before, this work also runs the classification
using the entire attributes in order to validate the
performance of selected attributes. Using the entire
attributes we can see that the classification process result in
56.25% of accuracy. This result shows the improvement of
accuracy rate and true positive rate. It also shows that using
the selected attribute is able to reduce the mean square
error. It means that the selected attributes have strong
correlation with the class attribute that can be used to
predict the class which is the happiness of the country.
E. Analysis
Instead of classifying the data into happy and unhappy
countries, this work classified the data into three categories
which are happy, mid, and unhappy. Based on the
classification results, it shows that most countries in the
world are not in a happy state. As seen in Figure 4, 39 %,
38%, 23% of the countries are happy, mid-happy, and
unhappy, respectively.
Figure 4. Distribution of Country Happiness
In order to analyze the happiness factor, this work also
shows the distribution of the happiness based on the
country. A country with red shadeisa countryinanunhappy
state such as Russia and Nigeria. Moreover, the country with
yellow shade is mid-state country such as the United State
and Australia. Lastly, the country with green shade has
happy state such as Brazil and Indonesia.Thisfigureshowed
one surprising fact that even though a country is developed,
it does not mean that it has a happy state.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2422
5. CONCLUSIONS AND FUTURE WORK
In the current work, a supervised two-tier ensemble
approach for predicting a country’s BLI score was proposed.
The work presented a cost-effective method of BLI
prediction with a high degree of effciency. The dataset
consisted of four different files for 2015 to 2019. The
capability of the model to predict life satisfaction relied on
the proper training features, chosen using a recursive
elimination method with 10-fold cross-validation. The work
combined three of the top four models, with simple
averaging, to enhance the performance of the regression.
The model was built using an ensemble approach and was
evaluated using r, R, RMSE, and accuracy performance
evaluators. The empirical relevance of diversity estimates
were assessed with regard to combining the regression
models by stacking. The model was about 90% accurate for
predicting the life satisfaction score of a country. The
present study was the first step towards forecasting the BLI
score using machine learning based regression model that
can influence the survival of future generations and further
aid the immigration process. The work can be extended by
tuning the parameters of the base models using meta-
heuristic approaches to improve the prediction accuracy.
6. REFERENCES
[1] Schyns, Peggy "Cross national differences in happiness:
Economic and Cultural factors explored." Social Indicators
Research 43.1-2, pp. 3-26, 1998.
[2]http://www.happyplanetindex.org/assets/happy-planet-
index-report.pdf
[3] Witten, Ian H., and Eibe Frank. Data Mining: Practical
machine learning tools and techniques. Morgan Kaufmann,
2005.
[4] Gudmunds dottir, Dora Gudrun. "Theimpactofeconomic
crisis on happiness." Social indicators research 110.3. pp:
1083-1101, 2013.
[5] Bentham, J. (1789/1996).An Introduction of the
principles of morals and Legislation .Oxford: Clarendon
Press. (Originally from 1789)
[6] Diener, E., Lucas, R. E., Schimmack, U., & Helliwell,J. Well-
being for public policy. New York: Oxford University Press,
2009.
[7] Dolan, Paul, and Mathew P. White. "How can measuresof
subjective well-being be used to infor public policy?."
Perspectives on Psychological Science 2, no.1 pp .71-
85.2007.
[8] Viinamäki, H., Kontula, O., Niskanen,L.,&Koskela,K."The
association between economic and social factorsandmental
health in Finland." Acta Psychiatrica Scandinavica 92, no. 3,
pp.208-213, 1995.
[9] Malhotra, R., & Jain, A. "Software Effort Prediction using
Statistical and Machine Learning Methods." International
Journal of Advanced Computer Science and Applications 2.,
pp. 1451-1521, 2011.
[10] Garson, G. David, "Factor Analysis," from Statnotes:
Topics in Multivariate Analysis.
[11] Tucker, L. R., & MacCallum, R. C.. "Exploratory factor
analysis." Unpublished manuscript, Ohio State University,
Columbus, 1997.
[12]http://weka.sourceforge.net/doc.dev/weka/filters/supe
rvised/attribute/AttributeSelection.html
[13] Roobaert, D., Karakoulas, G., & Chawla, N.V.
"Information gain, correlation and support vector
machines." In Feature Extraction, pp. 463 - 470. Springer
Berlin Heidelberg, 2006.

Weitere ähnliche Inhalte

Was ist angesagt?

Application of consistency and efficiency test for forecasts
Application of consistency and efficiency test for forecastsApplication of consistency and efficiency test for forecasts
Application of consistency and efficiency test for forecastsAlexander Decker
 
IRJET - Bankruptcy Score Indexing
IRJET - Bankruptcy Score IndexingIRJET - Bankruptcy Score Indexing
IRJET - Bankruptcy Score IndexingIRJET Journal
 
Combining Two Models of Successful Information System Measurement
Combining Two Models of Successful Information System MeasurementCombining Two Models of Successful Information System Measurement
Combining Two Models of Successful Information System MeasurementTELKOMNIKA JOURNAL
 
Machine learning in health data analytics and pharmacovigilance
Machine learning in health data analytics and pharmacovigilanceMachine learning in health data analytics and pharmacovigilance
Machine learning in health data analytics and pharmacovigilanceRevathi Boyina
 
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 AlgorithmRSIS International
 
ENHANCING THE HUMAN EMOTION RECOGNITION WITH FEATURE EXTRACTION TECHNIQUES
ENHANCING THE HUMAN EMOTION RECOGNITION WITH FEATURE EXTRACTION TECHNIQUESENHANCING THE HUMAN EMOTION RECOGNITION WITH FEATURE EXTRACTION TECHNIQUES
ENHANCING THE HUMAN EMOTION RECOGNITION WITH FEATURE EXTRACTION TECHNIQUESIAEME Publication
 
Artificial intelligence and its applications in healthcare and pharmacy
Artificial intelligence and its applications in healthcare and pharmacyArtificial intelligence and its applications in healthcare and pharmacy
Artificial intelligence and its applications in healthcare and pharmacyAtul Adhikari
 
The Effect of Information Technology on Labour Productivity Growth in New Zea...
The Effect of Information Technology on Labour Productivity Growth in New Zea...The Effect of Information Technology on Labour Productivity Growth in New Zea...
The Effect of Information Technology on Labour Productivity Growth in New Zea...Productivity Commission
 
THE INFLUENCE OF ACCOUNTING INFORMATION SYSTEMS AND INTERNAL CONTROL ON THE Q...
THE INFLUENCE OF ACCOUNTING INFORMATION SYSTEMS AND INTERNAL CONTROL ON THE Q...THE INFLUENCE OF ACCOUNTING INFORMATION SYSTEMS AND INTERNAL CONTROL ON THE Q...
THE INFLUENCE OF ACCOUNTING INFORMATION SYSTEMS AND INTERNAL CONTROL ON THE Q...State Islamic University Alauddin Makassar
 
D3122126
D3122126D3122126
D3122126aijbm
 
Comparative Study of Classification Method on Customer Candidate Data to Pred...
Comparative Study of Classification Method on Customer Candidate Data to Pred...Comparative Study of Classification Method on Customer Candidate Data to Pred...
Comparative Study of Classification Method on Customer Candidate Data to Pred...IJECEIAES
 
The Quantification of Human Facial Expression Using Fuzzy Logic
The Quantification of Human Facial Expression Using Fuzzy LogicThe Quantification of Human Facial Expression Using Fuzzy Logic
The Quantification of Human Facial Expression Using Fuzzy LogicIJCSIS Research Publications
 
Machine Learning in Medicine A Primer
Machine Learning in Medicine A PrimerMachine Learning in Medicine A Primer
Machine Learning in Medicine A Primerijtsrd
 

Was ist angesagt? (13)

Application of consistency and efficiency test for forecasts
Application of consistency and efficiency test for forecastsApplication of consistency and efficiency test for forecasts
Application of consistency and efficiency test for forecasts
 
IRJET - Bankruptcy Score Indexing
IRJET - Bankruptcy Score IndexingIRJET - Bankruptcy Score Indexing
IRJET - Bankruptcy Score Indexing
 
Combining Two Models of Successful Information System Measurement
Combining Two Models of Successful Information System MeasurementCombining Two Models of Successful Information System Measurement
Combining Two Models of Successful Information System Measurement
 
Machine learning in health data analytics and pharmacovigilance
Machine learning in health data analytics and pharmacovigilanceMachine learning in health data analytics and pharmacovigilance
Machine learning in health data analytics and pharmacovigilance
 
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
 
ENHANCING THE HUMAN EMOTION RECOGNITION WITH FEATURE EXTRACTION TECHNIQUES
ENHANCING THE HUMAN EMOTION RECOGNITION WITH FEATURE EXTRACTION TECHNIQUESENHANCING THE HUMAN EMOTION RECOGNITION WITH FEATURE EXTRACTION TECHNIQUES
ENHANCING THE HUMAN EMOTION RECOGNITION WITH FEATURE EXTRACTION TECHNIQUES
 
Artificial intelligence and its applications in healthcare and pharmacy
Artificial intelligence and its applications in healthcare and pharmacyArtificial intelligence and its applications in healthcare and pharmacy
Artificial intelligence and its applications in healthcare and pharmacy
 
The Effect of Information Technology on Labour Productivity Growth in New Zea...
The Effect of Information Technology on Labour Productivity Growth in New Zea...The Effect of Information Technology on Labour Productivity Growth in New Zea...
The Effect of Information Technology on Labour Productivity Growth in New Zea...
 
THE INFLUENCE OF ACCOUNTING INFORMATION SYSTEMS AND INTERNAL CONTROL ON THE Q...
THE INFLUENCE OF ACCOUNTING INFORMATION SYSTEMS AND INTERNAL CONTROL ON THE Q...THE INFLUENCE OF ACCOUNTING INFORMATION SYSTEMS AND INTERNAL CONTROL ON THE Q...
THE INFLUENCE OF ACCOUNTING INFORMATION SYSTEMS AND INTERNAL CONTROL ON THE Q...
 
D3122126
D3122126D3122126
D3122126
 
Comparative Study of Classification Method on Customer Candidate Data to Pred...
Comparative Study of Classification Method on Customer Candidate Data to Pred...Comparative Study of Classification Method on Customer Candidate Data to Pred...
Comparative Study of Classification Method on Customer Candidate Data to Pred...
 
The Quantification of Human Facial Expression Using Fuzzy Logic
The Quantification of Human Facial Expression Using Fuzzy LogicThe Quantification of Human Facial Expression Using Fuzzy Logic
The Quantification of Human Facial Expression Using Fuzzy Logic
 
Machine Learning in Medicine A Primer
Machine Learning in Medicine A PrimerMachine Learning in Medicine A Primer
Machine Learning in Medicine A Primer
 

Ähnlich wie IRJET- Future Prediction of World Countries Emotions Status to Understand Economic Status using Happiness Index and SVM Kernel

A Medical Price Prediction System using Boosting Algorithms through Machine L...
A Medical Price Prediction System using Boosting Algorithms through Machine L...A Medical Price Prediction System using Boosting Algorithms through Machine L...
A Medical Price Prediction System using Boosting Algorithms through Machine L...IRJET Journal
 
GDP Prediction and Forecasting using Machine Learning
GDP Prediction and Forecasting using Machine LearningGDP Prediction and Forecasting using Machine Learning
GDP Prediction and Forecasting using Machine LearningIRJET Journal
 
Proposal note for strengthening of monitoring and evaluation on projects
Proposal note for strengthening of monitoring and evaluation on projectsProposal note for strengthening of monitoring and evaluation on projects
Proposal note for strengthening of monitoring and evaluation on projectsNoor Khan
 
Examining relationship between service quality, user satisfaction and perform...
Examining relationship between service quality, user satisfaction and perform...Examining relationship between service quality, user satisfaction and perform...
Examining relationship between service quality, user satisfaction and perform...IJECEIAES
 
Data Mining: A prediction Technique for the workers in the PR Department of O...
Data Mining: A prediction Technique for the workers in the PR Department of O...Data Mining: A prediction Technique for the workers in the PR Department of O...
Data Mining: A prediction Technique for the workers in the PR Department of O...ijcseit
 
CITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICES
CITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICESCITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICES
CITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICESijcseit
 
CITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICES
CITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICESCITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICES
CITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICESijcseit
 
Predicting Employee Attrition using various techniques of Machine Learning
Predicting Employee Attrition using various techniques of Machine LearningPredicting Employee Attrition using various techniques of Machine Learning
Predicting Employee Attrition using various techniques of Machine LearningIRJET Journal
 
data mining, a prediction technique for workers.pdf
data mining, a prediction technique for workers.pdfdata mining, a prediction technique for workers.pdf
data mining, a prediction technique for workers.pdfNavAhmed3
 
Age Estimation using Mixed Feature Vectors
Age Estimation using Mixed Feature VectorsAge Estimation using Mixed Feature Vectors
Age Estimation using Mixed Feature VectorsIRJET Journal
 
How To Mla Format. Mla Format Generator.
How To Mla Format. Mla Format Generator.How To Mla Format. Mla Format Generator.
How To Mla Format. Mla Format Generator.Sheena White
 
The role of Monitoring and Evaluation in Improving Public Policies – Challeng...
The role of Monitoring and Evaluation in Improving Public Policies – Challeng...The role of Monitoring and Evaluation in Improving Public Policies – Challeng...
The role of Monitoring and Evaluation in Improving Public Policies – Challeng...UNDP Policy Centre
 
Innovation and System Design
Innovation and System DesignInnovation and System Design
Innovation and System DesignIJOAEM Editor
 
IRJET- Clinical Medical Knowledge Extraction using Crowdsourcing Techniques
IRJET-  	  Clinical Medical Knowledge Extraction using Crowdsourcing TechniquesIRJET-  	  Clinical Medical Knowledge Extraction using Crowdsourcing Techniques
IRJET- Clinical Medical Knowledge Extraction using Crowdsourcing TechniquesIRJET Journal
 
Big Data Analytics : Existing Systems and Future Challenges – A Review
Big Data Analytics : Existing Systems and Future Challenges – A ReviewBig Data Analytics : Existing Systems and Future Challenges – A Review
Big Data Analytics : Existing Systems and Future Challenges – A ReviewIRJET Journal
 
Constructing a musa model to determine priority factor of a servperf model.
Constructing a musa model to determine priority factor of a servperf model.Constructing a musa model to determine priority factor of a servperf model.
Constructing a musa model to determine priority factor of a servperf model.Alexander Decker
 
Constructing a musa model to determine priority factor of a servperf model.
Constructing a musa model to determine priority factor of a servperf model.Constructing a musa model to determine priority factor of a servperf model.
Constructing a musa model to determine priority factor of a servperf model.Alexander Decker
 
Big data analytics in financial market
Big data analytics in financial marketBig data analytics in financial market
Big data analytics in financial marketeSAT Journals
 
Smart Cities - Evaluating the impact of local e-services
Smart Cities - Evaluating the impact of local e-servicesSmart Cities - Evaluating the impact of local e-services
Smart Cities - Evaluating the impact of local e-servicesSmart Cities Project
 
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRY
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRYPROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRY
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRYIJITCA Journal
 

Ähnlich wie IRJET- Future Prediction of World Countries Emotions Status to Understand Economic Status using Happiness Index and SVM Kernel (20)

A Medical Price Prediction System using Boosting Algorithms through Machine L...
A Medical Price Prediction System using Boosting Algorithms through Machine L...A Medical Price Prediction System using Boosting Algorithms through Machine L...
A Medical Price Prediction System using Boosting Algorithms through Machine L...
 
GDP Prediction and Forecasting using Machine Learning
GDP Prediction and Forecasting using Machine LearningGDP Prediction and Forecasting using Machine Learning
GDP Prediction and Forecasting using Machine Learning
 
Proposal note for strengthening of monitoring and evaluation on projects
Proposal note for strengthening of monitoring and evaluation on projectsProposal note for strengthening of monitoring and evaluation on projects
Proposal note for strengthening of monitoring and evaluation on projects
 
Examining relationship between service quality, user satisfaction and perform...
Examining relationship between service quality, user satisfaction and perform...Examining relationship between service quality, user satisfaction and perform...
Examining relationship between service quality, user satisfaction and perform...
 
Data Mining: A prediction Technique for the workers in the PR Department of O...
Data Mining: A prediction Technique for the workers in the PR Department of O...Data Mining: A prediction Technique for the workers in the PR Department of O...
Data Mining: A prediction Technique for the workers in the PR Department of O...
 
CITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICES
CITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICESCITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICES
CITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICES
 
CITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICES
CITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICESCITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICES
CITIZENS’ ACCEPTANCE OF E-GOVERNMENT SERVICES
 
Predicting Employee Attrition using various techniques of Machine Learning
Predicting Employee Attrition using various techniques of Machine LearningPredicting Employee Attrition using various techniques of Machine Learning
Predicting Employee Attrition using various techniques of Machine Learning
 
data mining, a prediction technique for workers.pdf
data mining, a prediction technique for workers.pdfdata mining, a prediction technique for workers.pdf
data mining, a prediction technique for workers.pdf
 
Age Estimation using Mixed Feature Vectors
Age Estimation using Mixed Feature VectorsAge Estimation using Mixed Feature Vectors
Age Estimation using Mixed Feature Vectors
 
How To Mla Format. Mla Format Generator.
How To Mla Format. Mla Format Generator.How To Mla Format. Mla Format Generator.
How To Mla Format. Mla Format Generator.
 
The role of Monitoring and Evaluation in Improving Public Policies – Challeng...
The role of Monitoring and Evaluation in Improving Public Policies – Challeng...The role of Monitoring and Evaluation in Improving Public Policies – Challeng...
The role of Monitoring and Evaluation in Improving Public Policies – Challeng...
 
Innovation and System Design
Innovation and System DesignInnovation and System Design
Innovation and System Design
 
IRJET- Clinical Medical Knowledge Extraction using Crowdsourcing Techniques
IRJET-  	  Clinical Medical Knowledge Extraction using Crowdsourcing TechniquesIRJET-  	  Clinical Medical Knowledge Extraction using Crowdsourcing Techniques
IRJET- Clinical Medical Knowledge Extraction using Crowdsourcing Techniques
 
Big Data Analytics : Existing Systems and Future Challenges – A Review
Big Data Analytics : Existing Systems and Future Challenges – A ReviewBig Data Analytics : Existing Systems and Future Challenges – A Review
Big Data Analytics : Existing Systems and Future Challenges – A Review
 
Constructing a musa model to determine priority factor of a servperf model.
Constructing a musa model to determine priority factor of a servperf model.Constructing a musa model to determine priority factor of a servperf model.
Constructing a musa model to determine priority factor of a servperf model.
 
Constructing a musa model to determine priority factor of a servperf model.
Constructing a musa model to determine priority factor of a servperf model.Constructing a musa model to determine priority factor of a servperf model.
Constructing a musa model to determine priority factor of a servperf model.
 
Big data analytics in financial market
Big data analytics in financial marketBig data analytics in financial market
Big data analytics in financial market
 
Smart Cities - Evaluating the impact of local e-services
Smart Cities - Evaluating the impact of local e-servicesSmart Cities - Evaluating the impact of local e-services
Smart Cities - Evaluating the impact of local e-services
 
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRY
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRYPROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRY
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRY
 

Mehr von 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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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
 

Mehr von 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...
 

Kürzlich hochgeladen

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf203318pmpc
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 

Kürzlich hochgeladen (20)

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 

IRJET- Future Prediction of World Countries Emotions Status to Understand Economic Status using Happiness Index and SVM Kernel

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2419 Future Prediction of World Countries Emotions Status to Understand Economic Status using Happiness Index and SVM Kernel B. Prashanthi1, Dr. R. Ponnusamy2 1PG Scholar in CSE Department, CVR College of Engineering, Telangana, Hyderabad, India. 2Professor in CSE Department, CVR College of Engineering, Telangana, Hyderabad, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - For many years there has been a focus on individual welfare and societal advancement. In addition to the economic system, diverseexperiencesandthehabitatsof people are crucial factors that contribute to the well-being and progress of the nation. The predictor of quality of life called the Better Life Index (BLI) visualizes and compares key elements—environment, jobs, health, civic engagement, governance, education, access to services, housing, community, and income—that contribute to well-being in different countries. This paper presents a supervised machine-learning analytical model that predicts the life satisfaction score of any specific country based on these given parameters. This work is a stacked generalization based on a novel approach that combines differentmachine- learning approaches to generate a meta-machine-learning model that further aids in maximizing prediction accuracy. The work utilized an OrganizationforEconomic Cooperation and Development (OECD) regional statistics dataset with four years of data, from 2015 to 2019. Using the data of 187 countries from the UN Development Project, this work is able to identify which factor needed to be improved by a certain country to increase the happiness of their citizens. The novel model achieved a high root mean squared error (RMSE) value of 0.3 with 10-fold cross-validation on the balanced class data. Compared to base models,theensemble model based on the stacked generalizationframework wasa significantly better predictor of the life satisfaction of a nation. It is clear from the results that the ensemble model presents more precise and consistent predictions in comparison to the base learners. Keywords- data mining; classification; feature selection; principal component analysis; support vector machine. 1. INTRODUCTION World happiness has been actively studied throughout the last ten years. The work in [8] argues that the government of a country is usually driven by the happiness of their citizens. Some factors that are controlled or authorized by the government positively correlate with the happiness level. That work shows that the key role to determine the citizen happiness is the improvement of public policy. Understanding happiness factors will help governments to make a better policy and legislation. However, the factors that influence happiness could be different due to different human perspectives. We cannot just simply say that The United State is happier than Indonesia country because The United State has higher GDP. Peggy in [1] stated that happiness is correlated with national economic and cultural living conditions. The work in [2] determined Happiness using three factors which are life expectancy, experienced well-being and Ecological Footprint.Otherwork in[9]shows a new measurement to improve the happiness of a country. Unlike the previous work, thiswork studiesthathappinessis not only related to physical butalsomental needs.Therefore, they also consider mental health, which includes stress, depression, and emotional problems. As a result of the increase of human social complexity,thefactorsproposedby [2] and [9] may not be reliable anymore. Additional factors such as health and human development index should be examined carefully. However, analyzing the factor to determine happiness of a particular country is not a trivial problem. A single factor can have a bigger impact than another. NEF organization in [2] proposes an equation to calculate the happiness index. However, this equation does not consider the economical aspects. Therefore, this work proposes an approach by extending the factorsandadopting machine learning techniques to learn about those factors. Due to numerous size of the features, it is unwise to rely on the prediction of a worldhappinessdonebymanual analysis. That process will result in high cost of analysis. Therefore, this work also proposes the use of machine learning to predict the world happiness. Machine learning is a widely known technique to learn about patterns in data. There are several machine learning techniques which can be used to perform a prediction task [3]. One of the remarkable techniques is the support vector machine. This work uses support vector machine because its outstanding ability to perform a classification task. 2. RELATED WORK This section briefly explains the related work in this project. Firstly, the national happiness analysis is described. It will discuss the importance of happiness analysis. Secondly, the used machine learning is introduced. Lastly, the proposed factor analysis is discussed. A. World Happiness Analysis The work in [4] mentioned that happiness could be a good indicator for how well a society is doing. This becomes important because Betham [5] said that the best society is the one where the citizens are happiest. Several researches have been conducted on positive aspects and the matters of
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2420 happiness in policy making [6][7]. As mentioned in the previous section, happiness can be determined based on various factors. Unfortunately, these factors were analyzed manually[8]. The complexity of the factor leads to the expensive cost of analysis. Therefore, the automatic analysis is needed. B. Support Vector Machine Due to its capability to learn from the past experiences, machine learning has been used in various areas. Support vector machine is one of the powerful machine learning algorithm. Support Vector Machine (SVM) is a learning technique which is usedforclassifyingunseendata correctly. It is a learning technique which usually used for classifying the unseen data correctly. This technique has been used in various research field due to its remarkable performance. In order to perform the classification task, support vector machine builds a hyper plane which separates the data into different categories [9]. One of the important advantages of support vector machine is its ability to handle the scarcity of the data. Moreover, support vector machine is able to learn about the complex decision boundaries in the high dimensional feature space efficiently. Due to the complex features used to predict the national happiness, it is important to apply the technique with ability to handle the complex features. C. Factor Analysis As mentioned in the previous section, there are a large number of features used to predict the world happiness. However, some of the features may have no significant contribution to the prediction. Therefore, it is unwise to use the entire features to analyze the happiness. This work uses factor analysis to analyze the related features. Factor analysis aims to determine the contribution of a certain feature. This technique does not focus on dimension reduction. Therefore, there will be no featuresremoved. The works in [10] and [11] have introduced the advantages of factor analysis. The first advantages mentioned is the ability to identify latent Dimensions or constructs that cannot be done using direct analysis. Moreover, this approach is easy to run and inexpensive in term of resources. 3. PROPOSED APPROACH The aim of this project is to predict the world happiness of a particular country using machine learning techniques. The proposed approach contains four main steps in the data mining process which are data collection, data preprocessing, data analysis, and classification process as seen in Figure 1. The first process in the process approach is collecting the data. The data used inthisprojectaregathered from the UN Human Development Project. Thedata contains of the human development index, GDI, healthy index of each country in the world. However, these data are quite dirty. It cannot be used directly as the input data for the learning process. Therefore,thesecondprocessisdata preprocessing. Data preprocessing is used to increase the data quality. By increasing the quality of data results to the increasing number of prediction accuracy and consistency. The processes included in this processaredata cleaninganddata integration. The routine processes that should be done are filling the missing values, reduce the noise and identify the outliers. Figure 1. The proposed Approach The third process in the proposed approachisdata analysis. This explanatory data analysis is used for finding the relationship among the attributes of the features. This analysis is done by visualizing the data. Dimensional reduction also be done in this step. Using the information gain technique, the features can be reduced. Information gain technique is used because it can explore the interrelationships among a set of variables. The last part is this work is the classification process. In this classification process, SVM technique is used to predict the happiness of the data based on the important features. The validation process using k-fold cross validation technique is used to measure the performance of the data based on the accuracy, sensitivity and specificity values 4. RESULT AND ANALYSIS This section discusses about the result of each step in the proposed approach. Moreover, this section alsopresentsthe analysis of significant factors todeterminethehappinessofa particular country. A. Data Collection As mentioned in the proposed approach section, the data used for this work are gathered from the UN Development Project. In total there are 187 countries listed in the data. Different types of factors are also mentioned in this data, such as human development index, education, environment, health care. The data consists of 105 types of features from 14 different factors.Thedatasetcontained nomissingvalues. B. Data Preprocessing In order to increase the data quality, the data preprocessing is needed. The collected data are scattered in various tables. Therefore, creating an integrated data is needed. The single integrated table consists of the entire features and sample that we are going to use in the next process. The dataset contained no missing values. The values within the dataset were present on a mixed scale, in the form of ratios,
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2421 percentage and average scores. The data was normalized using the min.max() normalization function in R. We used a realistic dataset so we did not have to consider outliers of the dataset and simulated our work using the original dataset [11] . C. Feature Selection Selecting the related features is important in order to improve the performance of the classifier. In order to perform this process, WEKA package for attribute selection is used [12]. The evaluator used in this work is information gain. This technique is chosen due to its ability to measure the amount of information in bits about the class prediction [13]. Therefore, it measures the expected reduction in entropy. Figure 3. Selected features for classification ATTRIBUTE NAME ATTRIBUTE NAME 1.Ladder 2.SD Ladder 3.Positive affect 4.Negative affect 5.freedom 6.Corruption 7.Socila support 11.Generosity 12.LogofGDPpercapita 13.Health life expectancy 14.Happiness score 15.Happiness rank 16.Family 8.Dystopia Residual 9.Trust(Government corruption) 10.Lower confidence Interval 17.Higher confidence Interval 18.Whisker low 19.Whisker high There are two main properties in the ranker evaluator. The first property is numToSelect property, which defines the number of attributes to keep, an Integer number that is -1 (all) by default. The next property is the threshold which defines the minimum value that an attribute has to get inthe evaluator in order to be kept. In this case, thethresholdisset to 0. After running this process, the number of remaining attributes is 19 includes class attribute. Those attributesare listed in Figure 3. The selected attributes such as inequality in life expectancy (inequality in the distribution of the expected length of life based on data from life tables estimated using the Atkinson inequality index), the number of homeless people, and the mortality rate is used to classify the happiness of a certain country. D. Classification In order to evaluate the selected attribute, this work also runs the classification using the entire gathered attributes. The same parameter used to compare both scenarios. The kernel for SVM is chosen based on cross validation. Table 1 shows the result for comparing different types of kernel.We can see that the normalized poly kernel gave an outperform result. Therefore, this kernel is chosen for this work. TABLE I. Kernel Type Accuracy Rate Normalize Poly Kernel Poly Kernel RBF Kernel String Kernel 68.456 % 60.402 % 38.926 % 43.624 % COMPARISON RESULT OF THE KERNEL As mentioned before, this work also runs the classification using the entire attributes in order to validate the performance of selected attributes. Using the entire attributes we can see that the classification process result in 56.25% of accuracy. This result shows the improvement of accuracy rate and true positive rate. It also shows that using the selected attribute is able to reduce the mean square error. It means that the selected attributes have strong correlation with the class attribute that can be used to predict the class which is the happiness of the country. E. Analysis Instead of classifying the data into happy and unhappy countries, this work classified the data into three categories which are happy, mid, and unhappy. Based on the classification results, it shows that most countries in the world are not in a happy state. As seen in Figure 4, 39 %, 38%, 23% of the countries are happy, mid-happy, and unhappy, respectively. Figure 4. Distribution of Country Happiness In order to analyze the happiness factor, this work also shows the distribution of the happiness based on the country. A country with red shadeisa countryinanunhappy state such as Russia and Nigeria. Moreover, the country with yellow shade is mid-state country such as the United State and Australia. Lastly, the country with green shade has happy state such as Brazil and Indonesia.Thisfigureshowed one surprising fact that even though a country is developed, it does not mean that it has a happy state.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2422 5. CONCLUSIONS AND FUTURE WORK In the current work, a supervised two-tier ensemble approach for predicting a country’s BLI score was proposed. The work presented a cost-effective method of BLI prediction with a high degree of effciency. The dataset consisted of four different files for 2015 to 2019. The capability of the model to predict life satisfaction relied on the proper training features, chosen using a recursive elimination method with 10-fold cross-validation. The work combined three of the top four models, with simple averaging, to enhance the performance of the regression. The model was built using an ensemble approach and was evaluated using r, R, RMSE, and accuracy performance evaluators. The empirical relevance of diversity estimates were assessed with regard to combining the regression models by stacking. The model was about 90% accurate for predicting the life satisfaction score of a country. The present study was the first step towards forecasting the BLI score using machine learning based regression model that can influence the survival of future generations and further aid the immigration process. The work can be extended by tuning the parameters of the base models using meta- heuristic approaches to improve the prediction accuracy. 6. REFERENCES [1] Schyns, Peggy "Cross national differences in happiness: Economic and Cultural factors explored." Social Indicators Research 43.1-2, pp. 3-26, 1998. [2]http://www.happyplanetindex.org/assets/happy-planet- index-report.pdf [3] Witten, Ian H., and Eibe Frank. Data Mining: Practical machine learning tools and techniques. Morgan Kaufmann, 2005. [4] Gudmunds dottir, Dora Gudrun. "Theimpactofeconomic crisis on happiness." Social indicators research 110.3. pp: 1083-1101, 2013. [5] Bentham, J. (1789/1996).An Introduction of the principles of morals and Legislation .Oxford: Clarendon Press. (Originally from 1789) [6] Diener, E., Lucas, R. E., Schimmack, U., & Helliwell,J. Well- being for public policy. New York: Oxford University Press, 2009. [7] Dolan, Paul, and Mathew P. White. "How can measuresof subjective well-being be used to infor public policy?." Perspectives on Psychological Science 2, no.1 pp .71- 85.2007. [8] Viinamäki, H., Kontula, O., Niskanen,L.,&Koskela,K."The association between economic and social factorsandmental health in Finland." Acta Psychiatrica Scandinavica 92, no. 3, pp.208-213, 1995. [9] Malhotra, R., & Jain, A. "Software Effort Prediction using Statistical and Machine Learning Methods." International Journal of Advanced Computer Science and Applications 2., pp. 1451-1521, 2011. [10] Garson, G. David, "Factor Analysis," from Statnotes: Topics in Multivariate Analysis. [11] Tucker, L. R., & MacCallum, R. C.. "Exploratory factor analysis." Unpublished manuscript, Ohio State University, Columbus, 1997. [12]http://weka.sourceforge.net/doc.dev/weka/filters/supe rvised/attribute/AttributeSelection.html [13] Roobaert, D., Karakoulas, G., & Chawla, N.V. "Information gain, correlation and support vector machines." In Feature Extraction, pp. 463 - 470. Springer Berlin Heidelberg, 2006.