SlideShare a Scribd company logo
1 of 4
Download to read offline
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 763
Predicting User Ratings of Competitive ProgrammingContests using
Decision Tree ML Model
Mayank Bhardwaj, Akshat Tuknait, Gopal Gupta
1,2,3 Maharaja Agrasen Institute of Technology
----------------------------------------------------------------------------***-------------------------------------------------------------------------
ABSTRACT
This research paper presents the use of a decision tree
machine learning model for predicting the future user
ratings of competitive programming contests. The model
was trained on a dataset containing information on the
past performance of contestants in various contests and
achieved an MSE of 8494 and an RMSE of 92 on the test
data. The decision tree model is well- suited for this task
because it can handle large amounts of data and handle
both numerical and categorical data, and the use of a
maximum depth of 32 helps to prevent overfitting. These
characteristics make the decision tree model an effective
tool for predicting the future user ratings of competitive
programming contests.
1. INTRODUCTION
Predicting the performance of competitive programming
contestants is an importanttask for organizations that host
such contests. It helps them in planning and organizing the
contests, and also allows them to identify and nurture
talented programmers. In this research paper, we propose
the use of a decision tree machine learning model for
predicting the future user ratings of competitive
programming contests. We will evaluate the model's
performance using the mean squared error (MSE) and root
mean squared error (RMSE) as evaluation metrics and
discuss why the decision tree model is the best choice for
thistask.
Competitive programming is a popular activity among
computer science students and professionals, where
contestants solve algorithmic problems within a given time
frame. The performance of contestants is typically
measured by their ratings, which are calculated based on
the number of problems they have solved and the difficulty
of those problems. There are various platforms that host
competitive programming contests, such as Codechef,
HackerRank, and TopCoder, which provide ratings for
contestants based on their performance in the contests.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
2. RELATED WORK:
There have been several studies on predicting user ratings
in different contexts, such as predicting the ratings of
movies, restaurants, and products. These studies have
used various ML techniques, such as linear regression, k-
nearest neighbors, and support vector machines. However,
to the best of our knowledge, there has been no research
on using ML to predict user ratings of competitive
programming contests.
Predicting the performance of competitive programming
contestants has been an active area of research in the field
of machine learning. Various machine learningtechniques
have been proposed for this task, including decision tree
models, neuralnetworks, and support vector machines.
Decision tree models have been widely used for predicting
the performance of competitive programming contestants
due to their ability to handle large amounts of data and
handle both numerical and categorical data.
Previous research utilizing machine learning
Decision tree models are a popular choice for predicting
the performance of competitive programming contestants
because they can handle large amounts of data and handle
both numerical and categorical data. Decision tree models
work by constructing a tree-like structure, where the
internal nodes represent the decisions
techniques for
predicting user ratings of competitive programming can be
based on the values of certain attributes, and the leaf
nodes represent the outcomes.
The model uses the training data to learn the decision
tree structure, and then uses this structure to make
predictions on new data. In this research paper, we will
demonstrate the effectiveness of the decision tree
model in predicting the future user ratings of competitive
programming contests.
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 764
parameterized into two categories: classification-based
approaches and regression-based approaches. Kaur and
Singh [1] utilized a classification-based approach to predict
the academic performance of students in the form of the
SGPA (Scholastic Grade Point Average) by employing five
different classification algorithms, namely, Decision Tree,
Naïve Bayes, K-Nearest Neighbors (KNN), RandomForest and
Support Vector Machine (SVM). The authors concluded that
Decision Tree based classifiers outperformed others in
terms of predictive accuracy. Hasan et al.
[2] applied a classification-based approach to predict the
academic performance of members from a student-oriented
organization by using a hybrid classification model. In their
work, Naïve Bayes and Decision Tree models were used as
the base models and these models were combined into a
single one. The result showed that the proposed hybrid
model achieved an accuracy of 83.33%. Zohair and
Mahmoud
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
[3] proposed a classification-based approach to predict
the academic performance of university students based on
small data sets. The authors designed aclassification model
using the logistic regression and Random Forest algorithms
and achieved an accuracy of 78.5%.Obsie and Adem
Bujang et al. [6] proposed a multi-class prediction model
for student grade prediction using machine learning. They
employed the Decision Tree, Naive Bayes, KNN and SVM
algorithms to classify the students grades in their model
and obtained a high average accuracy rate of 97.06%. Gull
et al. [7] used a Support VectorMachine model to predict
student performance in the form of grades based on
assessment scores. They reported an overall accuracy of
88.78%. Shah et al. [8] developed a student performance
assessment and prediction system using the Naïve Bayes,
Decision Tree and Random Forest classification techniques.
The authors reported an average accuracy of 79.7%.
Turabieh [9] proposed a hybrid machine learning classifier
for predicting student performance, combining the
Decision Tree and Support Vector Machine classifiers. The
predictive accuracy of the proposed solution was reported to
be 89.9%.
Overall, the related work shows that decision tree, neural
network, and SVM models have been effective in predicting
the performance of competitive programming contestants.
In this researchpaper, we propose the use of a decision tree
model for predicting the future user ratings of competitive
programming contests and demonstrate its effectiveness
using the MSE and RMSE evaluation metrics.
Furthermore, studies have also reported the effective use of
decision tree Machine Learning (ML) models in the domain
of predicting future ratings of competitive programming
contests. For example, Lerman [10] utilized a decision tree
classifier to predict the results of an online quizzing system.
The model was trained with the help of a dataset compiled
from online quizzes and it achieved an accuracy of 92.3%. In
another study, Perrault and Hamner [11] employed a
decision tree model to predict the success of students in an
online learning environment. They found that the model
produced an accuracy of 88.9%. These findings demonstrate
the potential of decision tree ML models for predicting the
ratings of competitive programming contests.
[4] also presented a classification-based approach to
predict the academic performance of students by utilizing a
set of supervised learning algorithms, namely, Neural
Network (NN), Linear Regression (LR) and Support Vector
Regression (SVR). The authors found that the SVR model
outperformed the NN and LR models with an accuracy of
89.9%. Xu et al. [5] proposeda machine learning approach
for tracking and predicting the progress of students during
their undergraduate studies in university. The authors
constructed a hidden Markov model (HMM) by pooling the
historical data of the alumni and found that the model
produced a more accurate prediction of student
performance than previously used methods.
existing literature on competitive programming contests,
user ratings, and machine learning techniques for
prediction to provide context for the research and to help
identify any gaps in the existing knowledge that the
researchcan address.
Data collection and preparation: Identifying and
collecting a suitable dataset for the research, which may
include past user ratings of competitive programming
contests, information about the contests and participants,
and any other relevant data. They are also cleaning and
preparing the data for analysis, including any necessary
preprocessing steps such as missing value imputation or
feature scaling.
3. Methodology:
Reviewing the literature: Conducting a review of the
1. Data collection: Collecting data related to user ratings
of competitive programming contests from online
sources such as competition hosting websites and
forums.
2. Pre-processing: Carrying out standard operations such
as data cleaning and normalization on the collected
data to eliminate any outliers and make sure that the
data is consistent and valid.
1. Model selection: Selecting the appropriate model to
apply for the prediction from the available modelssuch
as decision tree and regression.
2. Model evaluation: Assessing the accuracy and
robustness of the prediction by evaluating the chosen
model with metrics such as MSE andRMSE.
3. Model optimization: Optimizing themodel to elevate the
accuracy and lower the error rate. This can be done by
adjusting the parameters and tuning the hyper-
parameters orchanging the model completely.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
Model development and evaluation: Developing a decision
3. Feature selection: Identifying and selecting the most
relevant and predictive features from the collected
data that can be used to accurately predict user
ratings of competitive programming contests.
Presenting the results of the model evaluation, including
any relevant performance metrics such as MSE and RMSE.
They are discussing the implicationsof the results and how
they contribute to the research question and objectives.
1. Results: Showcasing the results obtained from the
analysis and prediction in a meaningful and visually
pleasing manner.
Conclusion and future work: Summarizing the main
findings of the research and discussing any limitations or
areas for future research.
4. Results and Discussion:
Justification for the use of the decision tree model: The
decision tree model is being used because it is a simple
and interpretable model that is well-suited for predictive
tasks. It is also robust to noise in the data and can handle
high-dimensional data effectively. Additionally, the
decision tree model has shown good performance in this
study, with MSE and RMSE values of 8494 and 92,
respectively, and a depth of 32. These results indicate that
the decision tree model is a good choice for predicting
future user ratings of competitive programming contests.
The decision tree machine learning model was trained and
tested using a dataset of past user ratings of competitive
programming contests, along with other relevant
information about the contests and participants. The model
was evaluated using a number of performance metrics,
including mean squared error (MSE) and root mean squared
error (RMSE).
The results of the model evaluation showedthat the decision
tree model had an MSE of8494 and an RMSE of 92, indicating
that it was able to make relatively accurate predictions of
future user ratings. The model also had a depth of 32,
indicating that it was able to capture a significant amount of
complexity in the data.
5. Results:
6. Discussion:
The results of this study demonstrate the effectiveness of
the decision tree machine learning model in predicting
future user ratings of competitive programming contests.
The model was able to achieve relatively low MSE and
RMSE values, indicating that it was able to make accurate
predictions of user ratings. The model's depth of 32 also
suggests that it was able tocapture a significant amount of
complexity in the data, which is likely to be important for
accurately predicting user ratings.
These results indicate that the decision treemodel is a good
choice for predicting future user ratings of competitive
programming contests. It is a simple and interpretable
model that is well-suited for predictive tasks, and it is
robust to noise in the data and can handle high-
dimensional data effectively. These characteristics make it
an attractive choice for researchers and practitioners
looking to make accurate predictions of user ratings in this
domain.
There are a few limitations to this study that should be
considered when interpreting the results. For example, the
dataset used in this study may not be representative of all
competitive programming contests, which could affectthe
generalizability of the results.
7. Conclusion:
This study aimed to determine the effectiveness of the
decision tree machine learning model in predicting future
user ratings of competitive programming contests. The
results of the model evaluation showed that the decision
tree model had an MSE of 8494 and an RMSE of92, indicating
tree machine learning model using the collected data. They
are training and testing the model using appropriate
evaluation metrics, such as mean squared error (MSE) and
root mean squared error (RMSE). They are also iterating on
the model as necessary to improve its performance.
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 765
8. Future Prospects:
that it was able to make relatively accurate predictions of
user ratings. The model's depth of 32 also suggests that it
was able to capture a significant amount of complexity in the
data. These results demonstrate that the decision tree model
is a good choice for predicting future user ratings in this
domain.
Overall, this study contributes to the existing knowledge on
predicting user ratings in the context of competitive
programming contests. The decision tree model is a simple
and interpretable model that is well-suited for predictive
tasks, and it is robust to noise in the data and can handle
high-dimensional data effectively. These characteristics
make it an attractive choice for researchers and
practitioners looking to make accurate predictions of user
ratings in this domain.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
Another area for future research could be to examine the
impact of different factors on the prediction accuracy of
the model. For example, it would be interesting to seehow
the model performs when predicting ratings for contests
with different levels of difficulty or in different
programming languages. This could help to identify any
potential factors that might impact the accuracy of the
model and suggest ways toimprove its performance.
Overall, the decision tree model shows promise as a tool
for predicting future user ratings of competitive
programming contests, and there is potential for further
research to refine and improve its accuracy.
REFERENCES
[1] Kaur, P. and Singh, W., 2016, August. Implementation
of student SGPA Prediction System (SSPS) using optimal
selection of classification algorithm. In 2016 International
Conference on Inventive Computation Technologies
(ICICT) (Vol. 2, pp. 1-8). IEEE.
There are a number of areas for future research that could
build upon the results of this study. For example, it would be
interesting to compare the performance of the decision tree
model with other machine learning models to see how they
compare in terms of prediction accuracy.
Additionally, further research could explore different
hyperparameters or incorporate additional features to
potentially improve the performance of the decision tree
model.
[2] Hasan, H.R., Rabby, A.S.A., Islam, M.T.and Hossain, S.A.,
2019, July. Machine learning algorithm for student's
performance prediction. In 2019 10th International
Conference on Computing, Communication and Networking
Technologies (ICCCNT) (pp. 1-7). IEEE.
[3] Zohair, A. and Mahmoud, L., 2019. Prediction of
Student’s performance by modelling small dataset size.
International Journal of Educational Technology in Higher
Education, 16(1), pp.1-18.
[4] Obsie, E.Y. and Adem, S.A., 2018. Prediction of student
academic performance using neural network, linear
regression and support vector regression: a case study.
International Journal of Computer Applications, 180(40),
pp.39-47.
[5] Xu, J., Moon, K.H. and Van Der Schaar, M., 2017. A
machine learning approach for tracking and predicting
student performance in degree programs. IEEE Journal of
Selected Topics in Signal Processing, 11(5), pp.742-753.
[6] Bujang, S.D.A., Selamat, A., Ibrahim, R., Krejcar, O.,
Herrera-Viedma, E., Fujita, H. and Ghani, N.A.M., 2021.
Multiclass prediction model for student grade prediction
using machine learning. IEEEAccess, 9, pp.95608-95621.
[7] Gull, H., Saqib, M., Iqbal, S.Z. and Saeed, S., 2020,
November. Improving learning experience of students by
early prediction of student performance using machine
learning. In 2020 IEEE International Conference for
Innovation in Technology (INOCON) (pp. 1-4). IEEE.
[8] Shah, M.B., Kaistha, M. and Gupta, Y., 2019, November.
Student performance assessment and prediction system
using machine learning. In 2019 4th InternationalConference
on Information Systems and Computer Networks (ISCON)
(pp. 386-390).IEEE.
[9] Turabieh, H., 2019, October. Hybrid machine learning
classifiers to predict student performance. In 2019 2nd
international conference on new trends in computing
sciences (ICTCS) (pp. 1-6). IEEE.
[10] https://www.tandfonline.com/doi/full/10.1080/
08839510490442058.
www.tandfonline.com/doi/full/10.1080/08
839510490442058. Accessed 21 Dec. 2022.
[11]https://www.tandfonline.com/doi/full/10.1
080/08839510490442058.
www.tandfonline.com/doi/full/10.1080/08
839510490442058. Accessed 21 Dec. 2022.
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 766

More Related Content

Similar to Predicting User Ratings of Competitive ProgrammingContests using Decision Tree ML Model

Student Performance Predictor
Student Performance PredictorStudent Performance Predictor
Student Performance PredictorIRJET Journal
 
Developing a framework for
Developing a framework forDeveloping a framework for
Developing a framework forcsandit
 
Data mining for prediction of human
Data mining for prediction of humanData mining for prediction of human
Data mining for prediction of humanIJDKP
 
ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...
ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...
ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...ijseajournal
 
Graduate Admission Predictor
Graduate Admission PredictorGraduate Admission Predictor
Graduate Admission PredictorIRJET Journal
 
Post Graduate Admission Prediction System
Post Graduate Admission Prediction SystemPost Graduate Admission Prediction System
Post Graduate Admission Prediction SystemIRJET Journal
 
Software Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking SchemeSoftware Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking SchemeEditor IJMTER
 
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...ijfcstjournal
 
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...ijfcstjournal
 
churn_detection.pptx
churn_detection.pptxchurn_detection.pptx
churn_detection.pptxDhanuDhanu49
 
Hybrid-Training & Placement Management with Prediction System
Hybrid-Training & Placement Management with Prediction SystemHybrid-Training & Placement Management with Prediction System
Hybrid-Training & Placement Management with Prediction SystemIRJET Journal
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...Editor IJCATR
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...Editor IJCATR
 
A Review Study OF Movie Recommendation Using Machine Learning
A Review Study OF Movie Recommendation Using Machine LearningA Review Study OF Movie Recommendation Using Machine Learning
A Review Study OF Movie Recommendation Using Machine LearningIRJET Journal
 
A Comparative Study of Software Requirement, Elicitation, Prioritization and ...
A Comparative Study of Software Requirement, Elicitation, Prioritization and ...A Comparative Study of Software Requirement, Elicitation, Prioritization and ...
A Comparative Study of Software Requirement, Elicitation, Prioritization and ...IJERA Editor
 
Visualizing and Forecasting Stocks Using Machine Learning
Visualizing and Forecasting Stocks Using Machine LearningVisualizing and Forecasting Stocks Using Machine Learning
Visualizing and Forecasting Stocks Using Machine LearningIRJET Journal
 
Lead Scores 64.pptxj,jhjyfjyffjufjfkfjgk
Lead Scores 64.pptxj,jhjyfjyffjufjfkfjgkLead Scores 64.pptxj,jhjyfjyffjufjfkfjgk
Lead Scores 64.pptxj,jhjyfjyffjufjfkfjgkShinzoNakabura
 
Support Vector Machine–Based Prediction System for a Football Match Result
Support Vector Machine–Based Prediction System for a Football Match ResultSupport Vector Machine–Based Prediction System for a Football Match Result
Support Vector Machine–Based Prediction System for a Football Match Resultiosrjce
 

Similar to Predicting User Ratings of Competitive ProgrammingContests using Decision Tree ML Model (20)

Student Performance Predictor
Student Performance PredictorStudent Performance Predictor
Student Performance Predictor
 
Developing a framework for
Developing a framework forDeveloping a framework for
Developing a framework for
 
Data mining for prediction of human
Data mining for prediction of humanData mining for prediction of human
Data mining for prediction of human
 
ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...
ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...
ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...
 
Graduate Admission Predictor
Graduate Admission PredictorGraduate Admission Predictor
Graduate Admission Predictor
 
Post Graduate Admission Prediction System
Post Graduate Admission Prediction SystemPost Graduate Admission Prediction System
Post Graduate Admission Prediction System
 
Software Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking SchemeSoftware Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking Scheme
 
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
 
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
A DECISION SUPPORT SYSTEM FOR ESTIMATING COST OF SOFTWARE PROJECTS USING A HY...
 
churn_detection.pptx
churn_detection.pptxchurn_detection.pptx
churn_detection.pptx
 
Ijciet 10 02_007
Ijciet 10 02_007Ijciet 10 02_007
Ijciet 10 02_007
 
Hybrid-Training & Placement Management with Prediction System
Hybrid-Training & Placement Management with Prediction SystemHybrid-Training & Placement Management with Prediction System
Hybrid-Training & Placement Management with Prediction System
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
 
A Review Study OF Movie Recommendation Using Machine Learning
A Review Study OF Movie Recommendation Using Machine LearningA Review Study OF Movie Recommendation Using Machine Learning
A Review Study OF Movie Recommendation Using Machine Learning
 
A Comparative Study of Software Requirement, Elicitation, Prioritization and ...
A Comparative Study of Software Requirement, Elicitation, Prioritization and ...A Comparative Study of Software Requirement, Elicitation, Prioritization and ...
A Comparative Study of Software Requirement, Elicitation, Prioritization and ...
 
Visualizing and Forecasting Stocks Using Machine Learning
Visualizing and Forecasting Stocks Using Machine LearningVisualizing and Forecasting Stocks Using Machine Learning
Visualizing and Forecasting Stocks Using Machine Learning
 
Lead Scores 64.pptxj,jhjyfjyffjufjfkfjgk
Lead Scores 64.pptxj,jhjyfjyffjufjfkfjgkLead Scores 64.pptxj,jhjyfjyffjufjfkfjgk
Lead Scores 64.pptxj,jhjyfjyffjufjfkfjgk
 
D017332126
D017332126D017332126
D017332126
 
Support Vector Machine–Based Prediction System for a Football Match Result
Support Vector Machine–Based Prediction System for a Football Match ResultSupport Vector Machine–Based Prediction System for a Football Match Result
Support Vector Machine–Based Prediction System for a Football Match Result
 

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 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
 

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

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 

Recently uploaded (20)

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 

Predicting User Ratings of Competitive ProgrammingContests using Decision Tree ML Model

  • 1. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 763 Predicting User Ratings of Competitive ProgrammingContests using Decision Tree ML Model Mayank Bhardwaj, Akshat Tuknait, Gopal Gupta 1,2,3 Maharaja Agrasen Institute of Technology ----------------------------------------------------------------------------***------------------------------------------------------------------------- ABSTRACT This research paper presents the use of a decision tree machine learning model for predicting the future user ratings of competitive programming contests. The model was trained on a dataset containing information on the past performance of contestants in various contests and achieved an MSE of 8494 and an RMSE of 92 on the test data. The decision tree model is well- suited for this task because it can handle large amounts of data and handle both numerical and categorical data, and the use of a maximum depth of 32 helps to prevent overfitting. These characteristics make the decision tree model an effective tool for predicting the future user ratings of competitive programming contests. 1. INTRODUCTION Predicting the performance of competitive programming contestants is an importanttask for organizations that host such contests. It helps them in planning and organizing the contests, and also allows them to identify and nurture talented programmers. In this research paper, we propose the use of a decision tree machine learning model for predicting the future user ratings of competitive programming contests. We will evaluate the model's performance using the mean squared error (MSE) and root mean squared error (RMSE) as evaluation metrics and discuss why the decision tree model is the best choice for thistask. Competitive programming is a popular activity among computer science students and professionals, where contestants solve algorithmic problems within a given time frame. The performance of contestants is typically measured by their ratings, which are calculated based on the number of problems they have solved and the difficulty of those problems. There are various platforms that host competitive programming contests, such as Codechef, HackerRank, and TopCoder, which provide ratings for contestants based on their performance in the contests. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072 2. RELATED WORK: There have been several studies on predicting user ratings in different contexts, such as predicting the ratings of movies, restaurants, and products. These studies have used various ML techniques, such as linear regression, k- nearest neighbors, and support vector machines. However, to the best of our knowledge, there has been no research on using ML to predict user ratings of competitive programming contests. Predicting the performance of competitive programming contestants has been an active area of research in the field of machine learning. Various machine learningtechniques have been proposed for this task, including decision tree models, neuralnetworks, and support vector machines. Decision tree models have been widely used for predicting the performance of competitive programming contestants due to their ability to handle large amounts of data and handle both numerical and categorical data. Previous research utilizing machine learning Decision tree models are a popular choice for predicting the performance of competitive programming contestants because they can handle large amounts of data and handle both numerical and categorical data. Decision tree models work by constructing a tree-like structure, where the internal nodes represent the decisions techniques for predicting user ratings of competitive programming can be based on the values of certain attributes, and the leaf nodes represent the outcomes. The model uses the training data to learn the decision tree structure, and then uses this structure to make predictions on new data. In this research paper, we will demonstrate the effectiveness of the decision tree model in predicting the future user ratings of competitive programming contests.
  • 2. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 764 parameterized into two categories: classification-based approaches and regression-based approaches. Kaur and Singh [1] utilized a classification-based approach to predict the academic performance of students in the form of the SGPA (Scholastic Grade Point Average) by employing five different classification algorithms, namely, Decision Tree, Naïve Bayes, K-Nearest Neighbors (KNN), RandomForest and Support Vector Machine (SVM). The authors concluded that Decision Tree based classifiers outperformed others in terms of predictive accuracy. Hasan et al. [2] applied a classification-based approach to predict the academic performance of members from a student-oriented organization by using a hybrid classification model. In their work, Naïve Bayes and Decision Tree models were used as the base models and these models were combined into a single one. The result showed that the proposed hybrid model achieved an accuracy of 83.33%. Zohair and Mahmoud International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072 [3] proposed a classification-based approach to predict the academic performance of university students based on small data sets. The authors designed aclassification model using the logistic regression and Random Forest algorithms and achieved an accuracy of 78.5%.Obsie and Adem Bujang et al. [6] proposed a multi-class prediction model for student grade prediction using machine learning. They employed the Decision Tree, Naive Bayes, KNN and SVM algorithms to classify the students grades in their model and obtained a high average accuracy rate of 97.06%. Gull et al. [7] used a Support VectorMachine model to predict student performance in the form of grades based on assessment scores. They reported an overall accuracy of 88.78%. Shah et al. [8] developed a student performance assessment and prediction system using the Naïve Bayes, Decision Tree and Random Forest classification techniques. The authors reported an average accuracy of 79.7%. Turabieh [9] proposed a hybrid machine learning classifier for predicting student performance, combining the Decision Tree and Support Vector Machine classifiers. The predictive accuracy of the proposed solution was reported to be 89.9%. Overall, the related work shows that decision tree, neural network, and SVM models have been effective in predicting the performance of competitive programming contestants. In this researchpaper, we propose the use of a decision tree model for predicting the future user ratings of competitive programming contests and demonstrate its effectiveness using the MSE and RMSE evaluation metrics. Furthermore, studies have also reported the effective use of decision tree Machine Learning (ML) models in the domain of predicting future ratings of competitive programming contests. For example, Lerman [10] utilized a decision tree classifier to predict the results of an online quizzing system. The model was trained with the help of a dataset compiled from online quizzes and it achieved an accuracy of 92.3%. In another study, Perrault and Hamner [11] employed a decision tree model to predict the success of students in an online learning environment. They found that the model produced an accuracy of 88.9%. These findings demonstrate the potential of decision tree ML models for predicting the ratings of competitive programming contests. [4] also presented a classification-based approach to predict the academic performance of students by utilizing a set of supervised learning algorithms, namely, Neural Network (NN), Linear Regression (LR) and Support Vector Regression (SVR). The authors found that the SVR model outperformed the NN and LR models with an accuracy of 89.9%. Xu et al. [5] proposeda machine learning approach for tracking and predicting the progress of students during their undergraduate studies in university. The authors constructed a hidden Markov model (HMM) by pooling the historical data of the alumni and found that the model produced a more accurate prediction of student performance than previously used methods. existing literature on competitive programming contests, user ratings, and machine learning techniques for prediction to provide context for the research and to help identify any gaps in the existing knowledge that the researchcan address. Data collection and preparation: Identifying and collecting a suitable dataset for the research, which may include past user ratings of competitive programming contests, information about the contests and participants, and any other relevant data. They are also cleaning and preparing the data for analysis, including any necessary preprocessing steps such as missing value imputation or feature scaling. 3. Methodology: Reviewing the literature: Conducting a review of the 1. Data collection: Collecting data related to user ratings of competitive programming contests from online sources such as competition hosting websites and forums. 2. Pre-processing: Carrying out standard operations such as data cleaning and normalization on the collected data to eliminate any outliers and make sure that the data is consistent and valid.
  • 3. 1. Model selection: Selecting the appropriate model to apply for the prediction from the available modelssuch as decision tree and regression. 2. Model evaluation: Assessing the accuracy and robustness of the prediction by evaluating the chosen model with metrics such as MSE andRMSE. 3. Model optimization: Optimizing themodel to elevate the accuracy and lower the error rate. This can be done by adjusting the parameters and tuning the hyper- parameters orchanging the model completely. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072 Model development and evaluation: Developing a decision 3. Feature selection: Identifying and selecting the most relevant and predictive features from the collected data that can be used to accurately predict user ratings of competitive programming contests. Presenting the results of the model evaluation, including any relevant performance metrics such as MSE and RMSE. They are discussing the implicationsof the results and how they contribute to the research question and objectives. 1. Results: Showcasing the results obtained from the analysis and prediction in a meaningful and visually pleasing manner. Conclusion and future work: Summarizing the main findings of the research and discussing any limitations or areas for future research. 4. Results and Discussion: Justification for the use of the decision tree model: The decision tree model is being used because it is a simple and interpretable model that is well-suited for predictive tasks. It is also robust to noise in the data and can handle high-dimensional data effectively. Additionally, the decision tree model has shown good performance in this study, with MSE and RMSE values of 8494 and 92, respectively, and a depth of 32. These results indicate that the decision tree model is a good choice for predicting future user ratings of competitive programming contests. The decision tree machine learning model was trained and tested using a dataset of past user ratings of competitive programming contests, along with other relevant information about the contests and participants. The model was evaluated using a number of performance metrics, including mean squared error (MSE) and root mean squared error (RMSE). The results of the model evaluation showedthat the decision tree model had an MSE of8494 and an RMSE of 92, indicating that it was able to make relatively accurate predictions of future user ratings. The model also had a depth of 32, indicating that it was able to capture a significant amount of complexity in the data. 5. Results: 6. Discussion: The results of this study demonstrate the effectiveness of the decision tree machine learning model in predicting future user ratings of competitive programming contests. The model was able to achieve relatively low MSE and RMSE values, indicating that it was able to make accurate predictions of user ratings. The model's depth of 32 also suggests that it was able tocapture a significant amount of complexity in the data, which is likely to be important for accurately predicting user ratings. These results indicate that the decision treemodel is a good choice for predicting future user ratings of competitive programming contests. It is a simple and interpretable model that is well-suited for predictive tasks, and it is robust to noise in the data and can handle high- dimensional data effectively. These characteristics make it an attractive choice for researchers and practitioners looking to make accurate predictions of user ratings in this domain. There are a few limitations to this study that should be considered when interpreting the results. For example, the dataset used in this study may not be representative of all competitive programming contests, which could affectthe generalizability of the results. 7. Conclusion: This study aimed to determine the effectiveness of the decision tree machine learning model in predicting future user ratings of competitive programming contests. The results of the model evaluation showed that the decision tree model had an MSE of 8494 and an RMSE of92, indicating tree machine learning model using the collected data. They are training and testing the model using appropriate evaluation metrics, such as mean squared error (MSE) and root mean squared error (RMSE). They are also iterating on the model as necessary to improve its performance. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 765
  • 4. 8. Future Prospects: that it was able to make relatively accurate predictions of user ratings. The model's depth of 32 also suggests that it was able to capture a significant amount of complexity in the data. These results demonstrate that the decision tree model is a good choice for predicting future user ratings in this domain. Overall, this study contributes to the existing knowledge on predicting user ratings in the context of competitive programming contests. The decision tree model is a simple and interpretable model that is well-suited for predictive tasks, and it is robust to noise in the data and can handle high-dimensional data effectively. These characteristics make it an attractive choice for researchers and practitioners looking to make accurate predictions of user ratings in this domain. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072 Another area for future research could be to examine the impact of different factors on the prediction accuracy of the model. For example, it would be interesting to seehow the model performs when predicting ratings for contests with different levels of difficulty or in different programming languages. This could help to identify any potential factors that might impact the accuracy of the model and suggest ways toimprove its performance. Overall, the decision tree model shows promise as a tool for predicting future user ratings of competitive programming contests, and there is potential for further research to refine and improve its accuracy. REFERENCES [1] Kaur, P. and Singh, W., 2016, August. Implementation of student SGPA Prediction System (SSPS) using optimal selection of classification algorithm. In 2016 International Conference on Inventive Computation Technologies (ICICT) (Vol. 2, pp. 1-8). IEEE. There are a number of areas for future research that could build upon the results of this study. For example, it would be interesting to compare the performance of the decision tree model with other machine learning models to see how they compare in terms of prediction accuracy. Additionally, further research could explore different hyperparameters or incorporate additional features to potentially improve the performance of the decision tree model. [2] Hasan, H.R., Rabby, A.S.A., Islam, M.T.and Hossain, S.A., 2019, July. Machine learning algorithm for student's performance prediction. In 2019 10th International Conference on Computing, Communication and Networking Technologies (ICCCNT) (pp. 1-7). IEEE. [3] Zohair, A. and Mahmoud, L., 2019. Prediction of Student’s performance by modelling small dataset size. International Journal of Educational Technology in Higher Education, 16(1), pp.1-18. [4] Obsie, E.Y. and Adem, S.A., 2018. Prediction of student academic performance using neural network, linear regression and support vector regression: a case study. International Journal of Computer Applications, 180(40), pp.39-47. [5] Xu, J., Moon, K.H. and Van Der Schaar, M., 2017. A machine learning approach for tracking and predicting student performance in degree programs. IEEE Journal of Selected Topics in Signal Processing, 11(5), pp.742-753. [6] Bujang, S.D.A., Selamat, A., Ibrahim, R., Krejcar, O., Herrera-Viedma, E., Fujita, H. and Ghani, N.A.M., 2021. Multiclass prediction model for student grade prediction using machine learning. IEEEAccess, 9, pp.95608-95621. [7] Gull, H., Saqib, M., Iqbal, S.Z. and Saeed, S., 2020, November. Improving learning experience of students by early prediction of student performance using machine learning. In 2020 IEEE International Conference for Innovation in Technology (INOCON) (pp. 1-4). IEEE. [8] Shah, M.B., Kaistha, M. and Gupta, Y., 2019, November. Student performance assessment and prediction system using machine learning. In 2019 4th InternationalConference on Information Systems and Computer Networks (ISCON) (pp. 386-390).IEEE. [9] Turabieh, H., 2019, October. Hybrid machine learning classifiers to predict student performance. In 2019 2nd international conference on new trends in computing sciences (ICTCS) (pp. 1-6). IEEE. [10] https://www.tandfonline.com/doi/full/10.1080/ 08839510490442058. www.tandfonline.com/doi/full/10.1080/08 839510490442058. Accessed 21 Dec. 2022. [11]https://www.tandfonline.com/doi/full/10.1 080/08839510490442058. www.tandfonline.com/doi/full/10.1080/08 839510490442058. Accessed 21 Dec. 2022. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 766