SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 703
Error Reduction in Data Prediction using Least Square Regression
Method
Aaryan Shekhar Jha1, Manoj Verma2
1Integrated M.Sc. Student, Department of Mathematics, NIT Patna
2Research Scholar, Department of Civil Engineering, NIT Patna
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In this paper, least square regression method
is modified by implementing the most fitted data from the
prediction divided into three parts, first part is used for the
prediction using least square regression method and some
part of its data is fitted with the second part of original data
to minimize the error. Also, the pattern of data fitting is
traced out and further used for new modified model of least
square regression method. The validation of proposed model
is done by matching the predicted data with layer to use it
for further prediction. In short, firstly data is the third part of
original data, and the effectiveness of proposed model is
calculated by finding mean absolute error, mean relative
error, root mean square error. These errors are compared
with the error found from original least square regression
method. In the proposed model, least square regression
method is considered as the base and it is refined by shifting
the predicted value to the most fitted value of input dataset.
Further introduced method is checked for its validity by
taking some test data. The method shows the excellent
results with minimizing errors and noises.
Key Words: Prediction, Forecasting, Data, Least Square
Regression Method
1. INTRODUCTION
TIn current scenario, data forecasting is one of the biggest
challenges. It involves with the uncertainties, accuracy and
error. Knowledge of data prediction techniques are
mandatory for forecasting data and its trend. Data
prediction techniques are largely used in medical sectors,
to predict the health outcome due to therapeutic
interventions or to recommend the medicine for its impact
on the health. And the many other industries like
automobile industries, market industries, civil engineering
industries, aviation and many more. Prediction is used in
business to identify risks and opportunities. A lot of
method has already been developed for this purpose and
many of them are reliable up to certain extent. Prediction
models are need to be validated and updated for their
results. Sometimes it is referred as model tuning. In
machine learning, it is done by hidden layers. There are
various techniques [1] for data prediction and forecasting
such as, least square method, maximum likelihood method
AI, machine learning etc [2]. Artificial Intelligence and
Machine Learning is advanced version of tools required
for data prediction. These method uses multilayer
architectures to find the nature of data from lowest to
highest level, and this structured data is used to predict
huge amount of data [3]. Although, error is introduced by
the model at the stage of prediction and it is required to be
minimized.
There are several types of data, that are needed to be
handled by prediction model. Data are widely classified as
structured and unstructured data. They can be parametric
or non-parametric in nature. For the handling of
parametric data, Kalman filtering model can be used and
for the non- parametric data k-Nearest Neighbour (k-NN)
model and artificial neural network (ANN) are
implemented.
Data is the core of all the predictive analysis [4]. Fig.1
shows the interrelation between the data and different
methods to analyse. For the parametric data, auto
regressive integrated moving average (ARIMA) is used for
time series analysis [5]. ARIMA has been amended by the
various authors. Whereas for non-parametric data
advanced method is required due to stochastic and non-
linear nature of data. Sasu [6] uses the k-NN method for
the time series prediction and Hamed et al. [7] uses the k-
NN parametric regression to find the multi interval data
prediction model. Support Vector Regression (SVR) is one
of the most popular method used for prediction in
machine learning. ARIMA was used to obtain three
relevant time series that were the basis of neural network
(NN) in aggregation stage.
Fig -1: Relation between data
The existing methods are time and resource consuming
and not perfect. They need to be refined. In this paper, least
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 704
square regression method is modified by implementing the
most fitted data from the prediction layer to use it for
further prediction. In short, firstly data is divided into three
parts, first part is used for the prediction using least square
regression method and some part of its data is fitted with
the second part of original data to minimize the error. Also,
the pattern of data fitting is traced out and further used for
new modified model of least square regression method.
The validation of proposed model is done by matching the
predicted data with the third part of original data, and the
effectiveness of proposed model is calculated by finding
mean absolute error, mean relative error, root mean
square error. These errors are compared with the error
found from original least square regression method.
2. METHODOLOGY
In the proposed model, least square regression method is
considered as the base and it is refined by shifting the
predicted value to the most fitted value of input dataset.
The methodology is shown in the Fig. 2 in form of flow
chart. The given data set is divided into three parts. First
part is used in least square regression method for the
prediction of data and the part of predicted data is shifted
to most fitted value of original dataset and fitting trends
found out. This fitting trend can be further used to predict
the future data.
Fig -2: Flow chat of prediction model
2.1 Mathematical Formulation of proposed model
Let be the given dataset and suppose
be the predicted dataset obtained using least square
regression method [4], also let be the predicted
dataset obtained from proposed model by shifting the most
fitted value. Let there be number of given input dataset.
We divide the given dataset in three parts
and such that .
For the given input dataset :
Let
then,
and, ,
where and are respective mean values of and
data.
Now, we know that to find the equation of a straight line,
we need to find the slope and intercept. According to the
least square regression method, the modified slope and
intercept are given as,
Therefore, the equation of the best fitted line obtained by
least square regression method is given by
Now, using this equation, after putting each value of data
we would get our predicted model . From this we
get,
, where
.
Now, number of datasets is used to predict dataset
whereas also extra datasets are predicted in .
is used to shift
the data to the most fitted value in original dataset
. Such as for
, most fitted data is obtained from
as where is distance of
distance of data from .
Similarly, this process is repeated for
, and subsequent distances
as the fitting trend dataset is obtained.
This dataset is used to predict the minimum distance of
next most fitted data point to predict the data.
Let the is the most fitted data value
minimum distance for the original dataset. This
factor is used for modify the least square regression model
as
such that the prediction model will
become
will
become which is predicted dataset from
modified model.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 705
2.2 Validation of model
The proposed model is validated for its least error in
comparison to least square regression method by taking by
mean absolute error (MAE), mean relative error (MRE),
and root mean square error (RMS).
⁄
where, = Observed data value
= Predicted data value.
Table -1: Error Result and comparison
x-Range
Least square
Regression Method
Proposed model
Remark
MAE
MRE
(%)
RMSE MAE
MRE
(%)
RMSE
81-90 3.91 11.57 4.67 2.07 6.10 2.32 Less Error
91-100 1.91 5.48 2.84 1.78 4.97 2.43 Less Error
101-110 6.46 18.26 7.47 3.82 10.93 4.64 Less Error
111-120 1.49 3.82 2.10 1.69 4.38 2.55 More Error
121-130 1.31 2.86 1.48 1.26 2.71 1.68 Less Error
131-140 5.10 12.00 5.57 3.56 8.67 4.58 Less Error
Fig -3: Graphical Representation of Analysis
For the validation of model, a test data is taken and
predicted as per as proposed model. The maximum
temperature data for 140 days is taken from Indian
Meteorological Department (IMD) website. A simplified
model is predicted for its tend using machine learning
[8]. From Day1 to Day 80 data set is taken as the training
data set denoted by number of data in our proposed
model. From Day 81 to Day 120 data is taken as testing
data for least square regression method prediction
denoted by number of data. And from Day 121 to Day
140 the data is used for the prediction of error from both
models.
3. RESULT AND DISCUSSION
The proposed model is obtained by modifying the least
square regression method. And after validating the
proposed model with different error estimation
techniques, it can be observed that the errors obtained in
the proposed model is significantly less than the error
obtained from least square regression model. Fig. 4, Fig. 5
and Fig. 6 shows the comparison of errors that are
obtained by modified model as well as least square
regression method for MAE, MRE and RMSE errors
respectively.
M(x) = 0.2048x + 18.699
M(x) = 0.1993x + 18.723
10
20
30
40
50
60
1 21 41 61 81 101 121 141
TEMPRATURE(OC)
INDEX DAY (X)
Traning Data
Forecast
Observed temprature
Prediction Using
Least Square Regression
Prediction Using
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 706
Chart -1: Comparison between Least square Regression
Method and Proposed model for MAE
Chart -2: Comparison between Least square Regression
Method and Proposed model for MRE
Chart -3: Comparison between Least square Regression
Method and Proposed model for RMSE
4. CONCLUSION
In this paper, a model has been developed by modifying
the least square regression method and validated by
adopting numerical values to compute error. Model
shows the less error as compared to the errors of least
square regression method. The model has been focused
on reducing the errors by altering the process of least
square regression method. In this paper, a small sample
dataset is used but this model can be checked for large
number of data. This model is developed by focusing
linear variable model, which comprises of one
independent and one dependent variable. For future
work, this model can be considered for multivariable and
more complex data prediction. And it can be validated by
using advanced machine learning techniques such as
deep learning.
REFERENCES
[1] H. Seltam, “Experimental design and analysis,”
PsycCRITIQUES, vol. 20, p. 414, 2014.
[2] B. G. Subramaniam and T. R. Prabha, “Linear
Regression in Machine Learning 1,” vol. 2, no. 1, pp.
2–4, 2017.
[3] K. P. Moustris, P. T. Nastos, I. K. Larissi, and A. G.
Paliatsos, “Application of multiple linear regression
models and artificial neural networks on the surface
ozone forecast in the greater Athens Area, Greece,”
Adv. Meteorol., vol. 2012, 2012.
[4] S. J. Miller, “The Method of Least Squares and Signal
Analysis,” pp. 1–7, 1992.
[5] A. A. Ariyo, A. O. Adewumi, and C. K. Ayo, “Stock
Price Prediction Using the ARIMA Model,” 2014
UKSim-AMSS 16th Int. Conf. Comput. Model. Simul.,
pp. 106–112, 2014.
[6] A. Sasu, “K-nearest Neighbor Algorithm for
Univariate Time Series Prediction,” Bull. Transilv.
Univ. Brasov, vol. 5(54), no. 2, pp. 147–152, 2012.
[7] M. G. Hamed, M. Serrurier, N. Durand, M. G. Hamed,
M. Serrurier, and N. Durand, “Simultaneous interval
regression for K-nearest neighbor To cite this
version: HAL Id: hal-00938894 Simultaneous
Interval Regression for K -Nearest Neighbor,” 2014.
[8] A. Agrawal, D. Verma, and S. Gupta, “Exploratory
Data Analysis on Temperature Data of Indian States
from 1800-2013,” 2nd Int. Conf. Next Gener.
Compuing Technol., vol. 2013, no. October, pp. 547–
552, 2016.
0.00
2.00
4.00
6.00
8.00
10.00
12.00
14.00
16.00
18.00
20.00
Error
Range
Least square Regression Method
Proposed model
0.00
5.00
10.00
15.00
20.00
Error
Range
Least square
Regression Method
Proposed model
0.00
5.00
10.00
15.00
20.00
Error
Range
Least square Regression
Method

More Related Content

What's hot

IRJET- Probability based Missing Value Imputation Method and its Analysis
IRJET- Probability based Missing Value Imputation Method and its AnalysisIRJET- Probability based Missing Value Imputation Method and its Analysis
IRJET- Probability based Missing Value Imputation Method and its Analysis
IRJET Journal
 
Efficiency of Prediction Algorithms for Mining Biological Databases
Efficiency of Prediction Algorithms for Mining Biological  DatabasesEfficiency of Prediction Algorithms for Mining Biological  Databases
Efficiency of Prediction Algorithms for Mining Biological Databases
IOSR Journals
 
48 modified paper id 0051 edit septian
48 modified paper id 0051 edit septian48 modified paper id 0051 edit septian
48 modified paper id 0051 edit septian
IAESIJEECS
 
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
paperpublications3
 
IRJET- Agricultural Crop Classification Models in Data Mining Techniques
IRJET- Agricultural Crop Classification Models in Data Mining TechniquesIRJET- Agricultural Crop Classification Models in Data Mining Techniques
IRJET- Agricultural Crop Classification Models in Data Mining Techniques
IRJET Journal
 
IRJET- Analyzing Voting Results using Influence Matrix
IRJET- Analyzing Voting Results using Influence MatrixIRJET- Analyzing Voting Results using Influence Matrix
IRJET- Analyzing Voting Results using Influence Matrix
IRJET Journal
 
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCAREK-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
International Journal of Technical Research & Application
 
Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...
Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...
Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...
IJERA Editor
 
Chronic Kidney Disease Prediction Using Machine Learning
Chronic Kidney Disease Prediction Using Machine LearningChronic Kidney Disease Prediction Using Machine Learning
Chronic Kidney Disease Prediction Using Machine Learning
IJCSIS Research Publications
 
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...
IRJET Journal
 
03 Data Mining Techniques
03 Data Mining Techniques03 Data Mining Techniques
03 Data Mining Techniques
Valerii Klymchuk
 
Rachit Mishra_stock prediction_report
Rachit Mishra_stock prediction_reportRachit Mishra_stock prediction_report
Rachit Mishra_stock prediction_reportRachit Mishra
 
Survey of K means Clustering and Hierarchical Clustering for Road Accident An...
Survey of K means Clustering and Hierarchical Clustering for Road Accident An...Survey of K means Clustering and Hierarchical Clustering for Road Accident An...
Survey of K means Clustering and Hierarchical Clustering for Road Accident An...
IRJET Journal
 
The Right Way
The Right WayThe Right Way
The Right Way
tim_morris
 
12 9735 enhanced paper id 0001 (ed l)
12 9735 enhanced paper id 0001 (ed l)12 9735 enhanced paper id 0001 (ed l)
12 9735 enhanced paper id 0001 (ed l)
IAESIJEECS
 
An Efficient Unsupervised AdaptiveAntihub Technique for Outlier Detection in ...
An Efficient Unsupervised AdaptiveAntihub Technique for Outlier Detection in ...An Efficient Unsupervised AdaptiveAntihub Technique for Outlier Detection in ...
An Efficient Unsupervised AdaptiveAntihub Technique for Outlier Detection in ...
theijes
 
Optimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGAOptimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGA
rahulmonikasharma
 
Gross Error Elimination Based on the Polynomial Least Square Method in Integr...
Gross Error Elimination Based on the Polynomial Least Square Method in Integr...Gross Error Elimination Based on the Polynomial Least Square Method in Integr...
Gross Error Elimination Based on the Polynomial Least Square Method in Integr...
Nooria Sukmaningtyas
 
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
IJDKP
 

What's hot (20)

IRJET- Probability based Missing Value Imputation Method and its Analysis
IRJET- Probability based Missing Value Imputation Method and its AnalysisIRJET- Probability based Missing Value Imputation Method and its Analysis
IRJET- Probability based Missing Value Imputation Method and its Analysis
 
Efficiency of Prediction Algorithms for Mining Biological Databases
Efficiency of Prediction Algorithms for Mining Biological  DatabasesEfficiency of Prediction Algorithms for Mining Biological  Databases
Efficiency of Prediction Algorithms for Mining Biological Databases
 
48 modified paper id 0051 edit septian
48 modified paper id 0051 edit septian48 modified paper id 0051 edit septian
48 modified paper id 0051 edit septian
 
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
 
IRJET- Agricultural Crop Classification Models in Data Mining Techniques
IRJET- Agricultural Crop Classification Models in Data Mining TechniquesIRJET- Agricultural Crop Classification Models in Data Mining Techniques
IRJET- Agricultural Crop Classification Models in Data Mining Techniques
 
50120140504015
5012014050401550120140504015
50120140504015
 
IRJET- Analyzing Voting Results using Influence Matrix
IRJET- Analyzing Voting Results using Influence MatrixIRJET- Analyzing Voting Results using Influence Matrix
IRJET- Analyzing Voting Results using Influence Matrix
 
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCAREK-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
K-MEANS AND D-STREAM ALGORITHM IN HEALTHCARE
 
Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...
Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...
Comparison of Cost Estimation Methods using Hybrid Artificial Intelligence on...
 
Chronic Kidney Disease Prediction Using Machine Learning
Chronic Kidney Disease Prediction Using Machine LearningChronic Kidney Disease Prediction Using Machine Learning
Chronic Kidney Disease Prediction Using Machine Learning
 
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...
 
03 Data Mining Techniques
03 Data Mining Techniques03 Data Mining Techniques
03 Data Mining Techniques
 
Rachit Mishra_stock prediction_report
Rachit Mishra_stock prediction_reportRachit Mishra_stock prediction_report
Rachit Mishra_stock prediction_report
 
Survey of K means Clustering and Hierarchical Clustering for Road Accident An...
Survey of K means Clustering and Hierarchical Clustering for Road Accident An...Survey of K means Clustering and Hierarchical Clustering for Road Accident An...
Survey of K means Clustering and Hierarchical Clustering for Road Accident An...
 
The Right Way
The Right WayThe Right Way
The Right Way
 
12 9735 enhanced paper id 0001 (ed l)
12 9735 enhanced paper id 0001 (ed l)12 9735 enhanced paper id 0001 (ed l)
12 9735 enhanced paper id 0001 (ed l)
 
An Efficient Unsupervised AdaptiveAntihub Technique for Outlier Detection in ...
An Efficient Unsupervised AdaptiveAntihub Technique for Outlier Detection in ...An Efficient Unsupervised AdaptiveAntihub Technique for Outlier Detection in ...
An Efficient Unsupervised AdaptiveAntihub Technique for Outlier Detection in ...
 
Optimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGAOptimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGA
 
Gross Error Elimination Based on the Polynomial Least Square Method in Integr...
Gross Error Elimination Based on the Polynomial Least Square Method in Integr...Gross Error Elimination Based on the Polynomial Least Square Method in Integr...
Gross Error Elimination Based on the Polynomial Least Square Method in Integr...
 
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
TUPLE VALUE BASED MULTIPLICATIVE DATA PERTURBATION APPROACH TO PRESERVE PRIVA...
 

Similar to IRJET- Error Reduction in Data Prediction using Least Square Regression Method

IRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence ChainIRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence Chain
IRJET Journal
 
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET Journal
 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET Journal
 
AIRLINE FARE PRICE PREDICTION
AIRLINE FARE PRICE PREDICTIONAIRLINE FARE PRICE PREDICTION
AIRLINE FARE PRICE PREDICTION
IRJET Journal
 
CASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGES
CASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGESCASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGES
CASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGES
IRJET Journal
 
ANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUES
ANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUESANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUES
ANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUES
IRJET Journal
 
Data Imputation by Soft Computing
Data Imputation by Soft ComputingData Imputation by Soft Computing
Data Imputation by Soft Computing
ijtsrd
 
IRJET - An User Friendly Interface for Data Preprocessing and Visualizati...
IRJET -  	  An User Friendly Interface for Data Preprocessing and Visualizati...IRJET -  	  An User Friendly Interface for Data Preprocessing and Visualizati...
IRJET - An User Friendly Interface for Data Preprocessing and Visualizati...
IRJET Journal
 
Heart Disease Prediction Using Random Forest Algorithm
Heart Disease Prediction Using Random Forest AlgorithmHeart Disease Prediction Using Random Forest Algorithm
Heart Disease Prediction Using Random Forest Algorithm
IRJET Journal
 
Survey paper on Big Data Imputation and Privacy Algorithms
Survey paper on Big Data Imputation and Privacy AlgorithmsSurvey paper on Big Data Imputation and Privacy Algorithms
Survey paper on Big Data Imputation and Privacy Algorithms
IRJET Journal
 
Survey on Feature Selection and Dimensionality Reduction Techniques
Survey on Feature Selection and Dimensionality Reduction TechniquesSurvey on Feature Selection and Dimensionality Reduction Techniques
Survey on Feature Selection and Dimensionality Reduction Techniques
IRJET Journal
 
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
 
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
IJERDJOURNAL
 
An intrusion detection algorithm for ami
An intrusion detection algorithm for amiAn intrusion detection algorithm for ami
An intrusion detection algorithm for ami
IJCI JOURNAL
 
A Firefly based improved clustering algorithm
A Firefly based improved clustering algorithmA Firefly based improved clustering algorithm
A Firefly based improved clustering algorithm
IRJET Journal
 
STOCK PRICE PREDICTION USING ML TECHNIQUES
STOCK PRICE PREDICTION USING ML TECHNIQUESSTOCK PRICE PREDICTION USING ML TECHNIQUES
STOCK PRICE PREDICTION USING ML TECHNIQUES
IRJET Journal
 
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning TechniquesData-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
IJCSIS Research Publications
 
A Comparative Study for Anomaly Detection in Data Mining
A Comparative Study for Anomaly Detection in Data MiningA Comparative Study for Anomaly Detection in Data Mining
A Comparative Study for Anomaly Detection in Data Mining
IRJET Journal
 
IRJET- Evidence Chain for Missing Data Imputation: Survey
IRJET- Evidence Chain for Missing Data Imputation: SurveyIRJET- Evidence Chain for Missing Data Imputation: Survey
IRJET- Evidence Chain for Missing Data Imputation: Survey
IRJET Journal
 
IEOR 265 Final Paper_Minchao Lin
IEOR 265 Final Paper_Minchao LinIEOR 265 Final Paper_Minchao Lin
IEOR 265 Final Paper_Minchao LinMinchao Lin
 

Similar to IRJET- Error Reduction in Data Prediction using Least Square Regression Method (20)

IRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence ChainIRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence Chain
 
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
IRJET- Prediction of Crime Rate Analysis using Supervised Classification Mach...
 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
 
AIRLINE FARE PRICE PREDICTION
AIRLINE FARE PRICE PREDICTIONAIRLINE FARE PRICE PREDICTION
AIRLINE FARE PRICE PREDICTION
 
CASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGES
CASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGESCASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGES
CASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGES
 
ANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUES
ANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUESANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUES
ANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUES
 
Data Imputation by Soft Computing
Data Imputation by Soft ComputingData Imputation by Soft Computing
Data Imputation by Soft Computing
 
IRJET - An User Friendly Interface for Data Preprocessing and Visualizati...
IRJET -  	  An User Friendly Interface for Data Preprocessing and Visualizati...IRJET -  	  An User Friendly Interface for Data Preprocessing and Visualizati...
IRJET - An User Friendly Interface for Data Preprocessing and Visualizati...
 
Heart Disease Prediction Using Random Forest Algorithm
Heart Disease Prediction Using Random Forest AlgorithmHeart Disease Prediction Using Random Forest Algorithm
Heart Disease Prediction Using Random Forest Algorithm
 
Survey paper on Big Data Imputation and Privacy Algorithms
Survey paper on Big Data Imputation and Privacy AlgorithmsSurvey paper on Big Data Imputation and Privacy Algorithms
Survey paper on Big Data Imputation and Privacy Algorithms
 
Survey on Feature Selection and Dimensionality Reduction Techniques
Survey on Feature Selection and Dimensionality Reduction TechniquesSurvey on Feature Selection and Dimensionality Reduction Techniques
Survey on Feature Selection and Dimensionality Reduction Techniques
 
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
 
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
 
An intrusion detection algorithm for ami
An intrusion detection algorithm for amiAn intrusion detection algorithm for ami
An intrusion detection algorithm for ami
 
A Firefly based improved clustering algorithm
A Firefly based improved clustering algorithmA Firefly based improved clustering algorithm
A Firefly based improved clustering algorithm
 
STOCK PRICE PREDICTION USING ML TECHNIQUES
STOCK PRICE PREDICTION USING ML TECHNIQUESSTOCK PRICE PREDICTION USING ML TECHNIQUES
STOCK PRICE PREDICTION USING ML TECHNIQUES
 
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning TechniquesData-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
 
A Comparative Study for Anomaly Detection in Data Mining
A Comparative Study for Anomaly Detection in Data MiningA Comparative Study for Anomaly Detection in Data Mining
A Comparative Study for Anomaly Detection in Data Mining
 
IRJET- Evidence Chain for Missing Data Imputation: Survey
IRJET- Evidence Chain for Missing Data Imputation: SurveyIRJET- Evidence Chain for Missing Data Imputation: Survey
IRJET- Evidence Chain for Missing Data Imputation: Survey
 
IEOR 265 Final Paper_Minchao Lin
IEOR 265 Final Paper_Minchao LinIEOR 265 Final Paper_Minchao Lin
IEOR 265 Final Paper_Minchao Lin
 

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

Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
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
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 

Recently uploaded (20)

Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
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...
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 

IRJET- Error Reduction in Data Prediction using Least Square Regression Method

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 703 Error Reduction in Data Prediction using Least Square Regression Method Aaryan Shekhar Jha1, Manoj Verma2 1Integrated M.Sc. Student, Department of Mathematics, NIT Patna 2Research Scholar, Department of Civil Engineering, NIT Patna ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In this paper, least square regression method is modified by implementing the most fitted data from the prediction divided into three parts, first part is used for the prediction using least square regression method and some part of its data is fitted with the second part of original data to minimize the error. Also, the pattern of data fitting is traced out and further used for new modified model of least square regression method. The validation of proposed model is done by matching the predicted data with layer to use it for further prediction. In short, firstly data is the third part of original data, and the effectiveness of proposed model is calculated by finding mean absolute error, mean relative error, root mean square error. These errors are compared with the error found from original least square regression method. In the proposed model, least square regression method is considered as the base and it is refined by shifting the predicted value to the most fitted value of input dataset. Further introduced method is checked for its validity by taking some test data. The method shows the excellent results with minimizing errors and noises. Key Words: Prediction, Forecasting, Data, Least Square Regression Method 1. INTRODUCTION TIn current scenario, data forecasting is one of the biggest challenges. It involves with the uncertainties, accuracy and error. Knowledge of data prediction techniques are mandatory for forecasting data and its trend. Data prediction techniques are largely used in medical sectors, to predict the health outcome due to therapeutic interventions or to recommend the medicine for its impact on the health. And the many other industries like automobile industries, market industries, civil engineering industries, aviation and many more. Prediction is used in business to identify risks and opportunities. A lot of method has already been developed for this purpose and many of them are reliable up to certain extent. Prediction models are need to be validated and updated for their results. Sometimes it is referred as model tuning. In machine learning, it is done by hidden layers. There are various techniques [1] for data prediction and forecasting such as, least square method, maximum likelihood method AI, machine learning etc [2]. Artificial Intelligence and Machine Learning is advanced version of tools required for data prediction. These method uses multilayer architectures to find the nature of data from lowest to highest level, and this structured data is used to predict huge amount of data [3]. Although, error is introduced by the model at the stage of prediction and it is required to be minimized. There are several types of data, that are needed to be handled by prediction model. Data are widely classified as structured and unstructured data. They can be parametric or non-parametric in nature. For the handling of parametric data, Kalman filtering model can be used and for the non- parametric data k-Nearest Neighbour (k-NN) model and artificial neural network (ANN) are implemented. Data is the core of all the predictive analysis [4]. Fig.1 shows the interrelation between the data and different methods to analyse. For the parametric data, auto regressive integrated moving average (ARIMA) is used for time series analysis [5]. ARIMA has been amended by the various authors. Whereas for non-parametric data advanced method is required due to stochastic and non- linear nature of data. Sasu [6] uses the k-NN method for the time series prediction and Hamed et al. [7] uses the k- NN parametric regression to find the multi interval data prediction model. Support Vector Regression (SVR) is one of the most popular method used for prediction in machine learning. ARIMA was used to obtain three relevant time series that were the basis of neural network (NN) in aggregation stage. Fig -1: Relation between data The existing methods are time and resource consuming and not perfect. They need to be refined. In this paper, least
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 704 square regression method is modified by implementing the most fitted data from the prediction layer to use it for further prediction. In short, firstly data is divided into three parts, first part is used for the prediction using least square regression method and some part of its data is fitted with the second part of original data to minimize the error. Also, the pattern of data fitting is traced out and further used for new modified model of least square regression method. The validation of proposed model is done by matching the predicted data with the third part of original data, and the effectiveness of proposed model is calculated by finding mean absolute error, mean relative error, root mean square error. These errors are compared with the error found from original least square regression method. 2. METHODOLOGY In the proposed model, least square regression method is considered as the base and it is refined by shifting the predicted value to the most fitted value of input dataset. The methodology is shown in the Fig. 2 in form of flow chart. The given data set is divided into three parts. First part is used in least square regression method for the prediction of data and the part of predicted data is shifted to most fitted value of original dataset and fitting trends found out. This fitting trend can be further used to predict the future data. Fig -2: Flow chat of prediction model 2.1 Mathematical Formulation of proposed model Let be the given dataset and suppose be the predicted dataset obtained using least square regression method [4], also let be the predicted dataset obtained from proposed model by shifting the most fitted value. Let there be number of given input dataset. We divide the given dataset in three parts and such that . For the given input dataset : Let then, and, , where and are respective mean values of and data. Now, we know that to find the equation of a straight line, we need to find the slope and intercept. According to the least square regression method, the modified slope and intercept are given as, Therefore, the equation of the best fitted line obtained by least square regression method is given by Now, using this equation, after putting each value of data we would get our predicted model . From this we get, , where . Now, number of datasets is used to predict dataset whereas also extra datasets are predicted in . is used to shift the data to the most fitted value in original dataset . Such as for , most fitted data is obtained from as where is distance of distance of data from . Similarly, this process is repeated for , and subsequent distances as the fitting trend dataset is obtained. This dataset is used to predict the minimum distance of next most fitted data point to predict the data. Let the is the most fitted data value minimum distance for the original dataset. This factor is used for modify the least square regression model as such that the prediction model will become will become which is predicted dataset from modified model.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 705 2.2 Validation of model The proposed model is validated for its least error in comparison to least square regression method by taking by mean absolute error (MAE), mean relative error (MRE), and root mean square error (RMS). ⁄ where, = Observed data value = Predicted data value. Table -1: Error Result and comparison x-Range Least square Regression Method Proposed model Remark MAE MRE (%) RMSE MAE MRE (%) RMSE 81-90 3.91 11.57 4.67 2.07 6.10 2.32 Less Error 91-100 1.91 5.48 2.84 1.78 4.97 2.43 Less Error 101-110 6.46 18.26 7.47 3.82 10.93 4.64 Less Error 111-120 1.49 3.82 2.10 1.69 4.38 2.55 More Error 121-130 1.31 2.86 1.48 1.26 2.71 1.68 Less Error 131-140 5.10 12.00 5.57 3.56 8.67 4.58 Less Error Fig -3: Graphical Representation of Analysis For the validation of model, a test data is taken and predicted as per as proposed model. The maximum temperature data for 140 days is taken from Indian Meteorological Department (IMD) website. A simplified model is predicted for its tend using machine learning [8]. From Day1 to Day 80 data set is taken as the training data set denoted by number of data in our proposed model. From Day 81 to Day 120 data is taken as testing data for least square regression method prediction denoted by number of data. And from Day 121 to Day 140 the data is used for the prediction of error from both models. 3. RESULT AND DISCUSSION The proposed model is obtained by modifying the least square regression method. And after validating the proposed model with different error estimation techniques, it can be observed that the errors obtained in the proposed model is significantly less than the error obtained from least square regression model. Fig. 4, Fig. 5 and Fig. 6 shows the comparison of errors that are obtained by modified model as well as least square regression method for MAE, MRE and RMSE errors respectively. M(x) = 0.2048x + 18.699 M(x) = 0.1993x + 18.723 10 20 30 40 50 60 1 21 41 61 81 101 121 141 TEMPRATURE(OC) INDEX DAY (X) Traning Data Forecast Observed temprature Prediction Using Least Square Regression Prediction Using
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 706 Chart -1: Comparison between Least square Regression Method and Proposed model for MAE Chart -2: Comparison between Least square Regression Method and Proposed model for MRE Chart -3: Comparison between Least square Regression Method and Proposed model for RMSE 4. CONCLUSION In this paper, a model has been developed by modifying the least square regression method and validated by adopting numerical values to compute error. Model shows the less error as compared to the errors of least square regression method. The model has been focused on reducing the errors by altering the process of least square regression method. In this paper, a small sample dataset is used but this model can be checked for large number of data. This model is developed by focusing linear variable model, which comprises of one independent and one dependent variable. For future work, this model can be considered for multivariable and more complex data prediction. And it can be validated by using advanced machine learning techniques such as deep learning. REFERENCES [1] H. Seltam, “Experimental design and analysis,” PsycCRITIQUES, vol. 20, p. 414, 2014. [2] B. G. Subramaniam and T. R. Prabha, “Linear Regression in Machine Learning 1,” vol. 2, no. 1, pp. 2–4, 2017. [3] K. P. Moustris, P. T. Nastos, I. K. Larissi, and A. G. Paliatsos, “Application of multiple linear regression models and artificial neural networks on the surface ozone forecast in the greater Athens Area, Greece,” Adv. Meteorol., vol. 2012, 2012. [4] S. J. Miller, “The Method of Least Squares and Signal Analysis,” pp. 1–7, 1992. [5] A. A. Ariyo, A. O. Adewumi, and C. K. Ayo, “Stock Price Prediction Using the ARIMA Model,” 2014 UKSim-AMSS 16th Int. Conf. Comput. Model. Simul., pp. 106–112, 2014. [6] A. Sasu, “K-nearest Neighbor Algorithm for Univariate Time Series Prediction,” Bull. Transilv. Univ. Brasov, vol. 5(54), no. 2, pp. 147–152, 2012. [7] M. G. Hamed, M. Serrurier, N. Durand, M. G. Hamed, M. Serrurier, and N. Durand, “Simultaneous interval regression for K-nearest neighbor To cite this version: HAL Id: hal-00938894 Simultaneous Interval Regression for K -Nearest Neighbor,” 2014. [8] A. Agrawal, D. Verma, and S. Gupta, “Exploratory Data Analysis on Temperature Data of Indian States from 1800-2013,” 2nd Int. Conf. Next Gener. Compuing Technol., vol. 2013, no. October, pp. 547– 552, 2016. 0.00 2.00 4.00 6.00 8.00 10.00 12.00 14.00 16.00 18.00 20.00 Error Range Least square Regression Method Proposed model 0.00 5.00 10.00 15.00 20.00 Error Range Least square Regression Method Proposed model 0.00 5.00 10.00 15.00 20.00 Error Range Least square Regression Method