SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 312
Graduate Admission Predictor
Sonali Pandey1, Pratik Patil2, Rakesh Kumar3, Madhuri Gedam4
1,2,3,4 Department of information Technology, Shree LR Tiwari College of Engineering, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - When applying to master's programs,
prospective graduate students are sometimes faced with the
challenge of selecting their preferred universities. Whilethere
are many predictors and consultanciesthatcanhelpastudent,
they are not always accurate because decisions are basedona
small number of previous admissions. Here, we describe a
machine learning-based approach in which, given the student
profile, we assess various regressiontechniques, suchasLinear
Regression, Decision Trees, and Random Forest. Then, we
calculate error functions for each model and evaluate
performance to determine which modelperformsthebest. The
outcomes then show whether the selected university is a risky
or ambitious one.
Key Words: Graduate Admissions, Predictor, Statistical
Model, Probability Estimation, Support Vector Regression.
1. INTRODUCTION
The complicated procedure of applying to a graduate school
in the USA results in a very hectic undergraduate schedule
for Indian students. The parallel approach of keeping a high
Cumulative Grade Point Average, with good GRE, TOEFL
scores and publishing research papers, getting good Letters
of Recommendation and making a good Statement of
Purpose certainly makes every Indian student busy who
wants to further excel in academia. We understand that all
the things cumulatively are very important for graduate
school admissions. But what are the mostimportantfactors?
Several Machine learning algorithms will be utilized in our
predictor to predict the rate of acceptance as a percentage.
Machine LearningalgorithmslikeLogistic Regression,Linear
Regression, Decision Trees, and Random Forest. Regression
models will be compared according to their coefficient of
determination denoted by R2 whilst classification models
will be compared according to their accuracy, precision,and
recall.
This paper aims to provide a comprehensive understanding
of the Graduate Admission Predictor
The objective is to offer insights into the working principles
of the system, its advantages, its applications, and its
limitations, providing a foundation for future research and
development.
2. PROPOSED SYSTEM
A Graduate Admission Predictor system could potentially be
developed using machinelearning algorithms, based ondata
aboutapplicants and their outcomes (i.e., whether they were
admitted or rejected). This historical data could include
various factors that are typically considered in graduate
admissions, such as undergraduate GPA, standardized test
scores (e.g., GRE), letters of recommendation and other
application materials.
To develop such a system, the first step would be to gather
and preprocess the historical data, which might involve
cleaning the data, dealing with missing values. Then, a
machine learning model would need to be trained on this
data to predict the likelihoodofadmissionfornewapplicants.
I. GRE Score (General Record Examinations); this score
measures general knowledgein undergradMathandEnglish.
This score ranges from a value of 260 to 340
II. TOEFL Score (Test of English as a Foreign Language); this
score measures student’s English abilities. This score has a
value between 0 and 120.
III. SOP (Statement of Purpose); a letter written by the
applicant explaining their purpose of the application. This is
given a score between one and five.
IV. LOR (Letter of Recommendation); tests the weight of the
recommendation provided by the applicant. This is given a
score between one and five.
V. CGPA (Cumulative GPA); based on the academic
performance of the applicant in undergraduate studies. This
is scored on a range from one to ten.
VI. University Rating; based on the reputation of the
applicant's previous university. This isgivenascorebetween
one and five.
VII. Research Experience; binary value basedonwhetherthe
applicant has anyresearchfamiliarity.Thisvalueiseitherone
or zero.
VIII. Chance of Admission;therateofadmissionintograduate
school. This attribute is the targeted value in which will be
predicted as the rate from zero to one.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 313
Fig -1: Data Visualization
Fig -2: Heat Map
3. ALGORITHM
Below is a list of algorithms analyzed for the Graduate
Admission Process:
3.1 Regression Algorithms
A. Linear Regression
1. In simple linear regression goal is to obtain a relationship
model between x and y.
2. We predict the value of one variable y based on the
variable x.
3. X is known as independent variable and y is called as
dependent variable.
4. It is simple because it examines the relationship between
two variables only.
5. It is called as linear regression because when the
independent variable increases (or decreases), the
dependent variable also increases (or decreases) in a linear
fashion.
Fig -3: Linear Regression
B. Multiple Linear Regression
1. MultipleLinearRegressionexaminesrelationshipbetween
more than two variables.
2. It is different from simple linear regression which is a
statistical model that examines the linear relationship
between two variables only.
3. Each independent variable has its own corresponding
coefficient.
Fig -4: Multiple Linear Regression
3.2 Classification Algorithms
A. Artificial Neural Network
1. Multi-layer perceptron is a class of feedforward artificial
neural networks.
2. It usually consists of input layer, hiddenlayeranda output
layer.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 314
3. It uses a supervised learning technique called back-
propagation for training.
Fig -5: Artificial Neural Network
Fig -6: Mean Square Error
3.3 Regression KPIs
3.3.1 Regression Metrics: To assess model
performance
After model fitting, we would like to assess the performance
of the model by comparing model predictions to actual
(True) data.
Fig -7: Regression Metrics
A. R SQUARE (R²)-Coefficient of Determination
The percentage of the variation (of y) that has been
explained by the independent variables in the model is
shown by the R-square or coefficient of determination.
If R²=80, this means that 80% increase in the university
admission is due to GRE scores (assuming a simple linear
regression model).
Fig -8: R SQUARE (R²)-Coefficient of Determination
B. ADJUSTED R SQUARE (R²)
If R²=80, this means that 80% increase in the university
admission is due to GRE scores.
Let’s add another useless independent variable, let’s say the
heights of the student to the Z-axis.
Now R² increases and becomes: R²=85%
Fig -9: ADJUSTED R SQUARE (R²)
4. LITERATURE REVIEW
Khan, M. A., Dixit, M., & Dixit, A [1] published their research
work on Demystifying and Anticipating Graduate School
Admissions using Machine Learning Algorithms. They have
offered a cutting-edge strategy for estimating the likelihood
of admission to graduate school.
Acharya, M. S., Armaan, A., & Antony, A. S. [2] presented a
research paper which gives a comparison of Regression
Models for Prediction of Graduate Admissions that compute
error functions for the different models and compare their
performance to select the best performing model.
Bitar, Z., & Al-Mousa, A [3] have proposed a comprehensive
and insightful overview on " Prediction of Graduate
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 315
Admission using Multiple Supervised Machine Learning
Models"
Jeganathan, S., Parthasarathy, S., Lakshminarayanan, A. R.,
Ashok Kumar, P. M., & Khan, M. K. A. [4]. have done a brief
study on Predicting the Post Graduate Admissions using
Classification Techniques. The authors have applied the
classification techniques such as Logistic Regression, KNN
Classification, Support Vector Classification, Naive Bayes
Classification, Decision Tree Classification and Random
Forest Classification on the given academic admission
dataset.
apare, N. S., & Beelagi, S. M. [5] have presented a research
paper which gives a " Comparison study of Regression
Models for the prediction of post-Graduation admissions
using Machine Learning Techniques"
5. RESULTS & ANALYSIS
6. CONCLUSIONS
In terms of accuracy, Artificial Neural Network once again
outperforms all of our other categorization techniques.
With a low MSE and high R2 score, it is evident that Linear
Regression outperforms Random Forest on our dataset.
Random Forest comes in second place. This is explained by
the linear dependencies of the dataset's features.Highertest
scores, GPAs, and other metrics typically increase the
likelihood of acceptance. The inclusion of a few outliers has
impacted the Linear model to some extent.
7. FUTURE SCOPE
We aim to expand our dataset and increase the number of
profiles with some variations. The number of outliers
(profiles that do not seem impressive but had a high chance
of admission) would be significantly increased to reducethe
linear dependency of features. We will also use Deep Neural
Networks as another plausible model to understand the
subjective nature of admission. The predictor presented can
be implemented not only in university admission faculties
but also at recruiting agencies or human resources
departments. By putting this predictor into practice,
applicant CV analysis would take less time. In the future, we
plan to carry out our study by using different volumes of
data & with more attributes, mainly considering neural
networks.
8. REFERENCES
[1] Khan, M. A., Dixit, M., & Dixit, A. (2020). Demystifying
and Anticipating Graduate School Admissions using
Machine Learning Algorithms. 2020 IEEE 9th
International Conference on Communication Systems
and Network Technologies (CSNT).
doi:10.1109/csnt48778.2020.9115788
[2] Acharya, M. S., Armaan, A., & Antony, A. S. (2019). A
Comparison of Regression Models for Prediction of
Graduate Admissions. 2019International Conferenceon
Computational Intelligence in Data Science (ICCIDS).
doi:10.1109/iccids.2019.8862140
[3] Bitar, Z., & Al-Mousa, A." Prediction of Graduate
Admission using Multiple Supervised MachineLearning
Models", 2020
[4] Jeganathan, S., Parthasarathy, S., Lakshminarayanan, A.
R., Ashok Kumar, P. M., & Khan, M. K. A. (2021).
Predicting the Post Graduate Admissions using
Classification Techniques. 2021 International
Conference on Emerging Smart Computing and
Informatics (ESCI).
doi:10.1109/esci50559.2021.9396815
[5] apare, N. S., & Beelagi, S. M. " Comparison study of
Regression Models forthepredictionofpost-Graduation
admissions using Machine Learning Techniques",2021
[6] Gedam, Madhuri N., and Bandu B. Meshram. ”Proposed
Secure Content Modeling of WebSoftwareModel.”IJETT
6.2 (2019).

More Related Content

Similar to Graduate Admission Predictor

IRJET - Student Pass Percentage Dedection using Ensemble Learninng
IRJET  - Student Pass Percentage Dedection using Ensemble LearninngIRJET  - Student Pass Percentage Dedection using Ensemble Learninng
IRJET - Student Pass Percentage Dedection using Ensemble Learninng
IRJET Journal
 
Post Graduate Admission Prediction System
Post Graduate Admission Prediction SystemPost Graduate Admission Prediction System
Post Graduate Admission Prediction System
IRJET Journal
 
IRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering TechniqueIRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering Technique
IRJET Journal
 
Predicting User Ratings of Competitive ProgrammingContests using Decision Tre...
Predicting User Ratings of Competitive ProgrammingContests using Decision Tre...Predicting User Ratings of Competitive ProgrammingContests using Decision Tre...
Predicting User Ratings of Competitive ProgrammingContests using Decision Tre...
IRJET Journal
 
IRJET- Intelligent Laboratory Management System based on Internet of Thin...
IRJET-  	  Intelligent Laboratory Management System based on Internet of Thin...IRJET-  	  Intelligent Laboratory Management System based on Internet of Thin...
IRJET- Intelligent Laboratory Management System based on Internet of Thin...
IRJET Journal
 
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
IRJET Journal
 
IRJET-Student Performance Prediction for Education Loan System
IRJET-Student Performance Prediction for Education Loan SystemIRJET-Student Performance Prediction for Education Loan System
IRJET-Student Performance Prediction for Education Loan System
IRJET Journal
 
Student Attendance Management Automation Using Face Recognition Algorithm
Student Attendance Management Automation Using Face Recognition AlgorithmStudent Attendance Management Automation Using Face Recognition Algorithm
Student Attendance Management Automation Using Face Recognition Algorithm
IRJET Journal
 
Survey on Techniques for Predictive Analysis of Student Grades and Career
Survey on Techniques for Predictive Analysis of Student Grades and CareerSurvey on Techniques for Predictive Analysis of Student Grades and Career
Survey on Techniques for Predictive Analysis of Student Grades and Career
IRJET Journal
 
Water Quality Index Calculation of River Ganga using Decision Tree Algorithm
Water Quality Index Calculation of River Ganga using Decision Tree AlgorithmWater Quality Index Calculation of River Ganga using Decision Tree Algorithm
Water Quality Index Calculation of River Ganga using Decision Tree Algorithm
IRJET Journal
 
IRJET- The Machine Learning: The method of Artificial Intelligence
IRJET- The Machine Learning: The method of Artificial IntelligenceIRJET- The Machine Learning: The method of Artificial Intelligence
IRJET- The Machine Learning: The method of Artificial Intelligence
IRJET Journal
 
IRJET- Attribute Based Adaptive Evaluation System
IRJET-  	  Attribute Based Adaptive Evaluation SystemIRJET-  	  Attribute Based Adaptive Evaluation System
IRJET- Attribute Based Adaptive Evaluation System
IRJET Journal
 
A Review on Student Result Management System
A Review on Student Result Management SystemA Review on Student Result Management System
A Review on Student Result Management System
IRJET Journal
 
Insurance Premium Estimation: Data-Driven Modeling and Real-Time Predictions
Insurance Premium Estimation: Data-Driven Modeling and Real-Time PredictionsInsurance Premium Estimation: Data-Driven Modeling and Real-Time Predictions
Insurance Premium Estimation: Data-Driven Modeling and Real-Time Predictions
IRJET Journal
 
In Banking Loan Approval Prediction Using Machine Learning
In Banking Loan Approval Prediction Using Machine LearningIn Banking Loan Approval Prediction Using Machine Learning
In Banking Loan Approval Prediction Using Machine Learning
IRJET Journal
 
IRJET- College Recommendation System for Admission
IRJET- College Recommendation System for AdmissionIRJET- College Recommendation System for Admission
IRJET- College Recommendation System for Admission
IRJET Journal
 
Classification and Prediction Based Data Mining Algorithm in Weka Tool
Classification and Prediction Based Data Mining Algorithm in Weka ToolClassification and Prediction Based Data Mining Algorithm in Weka Tool
Classification and Prediction Based Data Mining Algorithm in Weka Tool
IRJET Journal
 
IRJET- Instant Exam Paper Generator
IRJET- Instant Exam Paper GeneratorIRJET- Instant Exam Paper Generator
IRJET- Instant Exam Paper Generator
IRJET Journal
 
IRJET-Attribute Reduction using Apache Spark
IRJET-Attribute Reduction using Apache SparkIRJET-Attribute Reduction using Apache Spark
IRJET-Attribute Reduction using Apache Spark
IRJET Journal
 
IRJET - Breast Cancer Risk and Diagnostics using Artificial Neural Network(ANN)
IRJET - Breast Cancer Risk and Diagnostics using Artificial Neural Network(ANN)IRJET - Breast Cancer Risk and Diagnostics using Artificial Neural Network(ANN)
IRJET - Breast Cancer Risk and Diagnostics using Artificial Neural Network(ANN)
IRJET Journal
 

Similar to Graduate Admission Predictor (20)

IRJET - Student Pass Percentage Dedection using Ensemble Learninng
IRJET  - Student Pass Percentage Dedection using Ensemble LearninngIRJET  - Student Pass Percentage Dedection using Ensemble Learninng
IRJET - Student Pass Percentage Dedection using Ensemble Learninng
 
Post Graduate Admission Prediction System
Post Graduate Admission Prediction SystemPost Graduate Admission Prediction System
Post Graduate Admission Prediction System
 
IRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering TechniqueIRJET- Automated CV Classification using Clustering Technique
IRJET- Automated CV Classification using Clustering Technique
 
Predicting User Ratings of Competitive ProgrammingContests using Decision Tre...
Predicting User Ratings of Competitive ProgrammingContests using Decision Tre...Predicting User Ratings of Competitive ProgrammingContests using Decision Tre...
Predicting User Ratings of Competitive ProgrammingContests using Decision Tre...
 
IRJET- Intelligent Laboratory Management System based on Internet of Thin...
IRJET-  	  Intelligent Laboratory Management System based on Internet of Thin...IRJET-  	  Intelligent Laboratory Management System based on Internet of Thin...
IRJET- Intelligent Laboratory Management System based on Internet of Thin...
 
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
 
IRJET-Student Performance Prediction for Education Loan System
IRJET-Student Performance Prediction for Education Loan SystemIRJET-Student Performance Prediction for Education Loan System
IRJET-Student Performance Prediction for Education Loan System
 
Student Attendance Management Automation Using Face Recognition Algorithm
Student Attendance Management Automation Using Face Recognition AlgorithmStudent Attendance Management Automation Using Face Recognition Algorithm
Student Attendance Management Automation Using Face Recognition Algorithm
 
Survey on Techniques for Predictive Analysis of Student Grades and Career
Survey on Techniques for Predictive Analysis of Student Grades and CareerSurvey on Techniques for Predictive Analysis of Student Grades and Career
Survey on Techniques for Predictive Analysis of Student Grades and Career
 
Water Quality Index Calculation of River Ganga using Decision Tree Algorithm
Water Quality Index Calculation of River Ganga using Decision Tree AlgorithmWater Quality Index Calculation of River Ganga using Decision Tree Algorithm
Water Quality Index Calculation of River Ganga using Decision Tree Algorithm
 
IRJET- The Machine Learning: The method of Artificial Intelligence
IRJET- The Machine Learning: The method of Artificial IntelligenceIRJET- The Machine Learning: The method of Artificial Intelligence
IRJET- The Machine Learning: The method of Artificial Intelligence
 
IRJET- Attribute Based Adaptive Evaluation System
IRJET-  	  Attribute Based Adaptive Evaluation SystemIRJET-  	  Attribute Based Adaptive Evaluation System
IRJET- Attribute Based Adaptive Evaluation System
 
A Review on Student Result Management System
A Review on Student Result Management SystemA Review on Student Result Management System
A Review on Student Result Management System
 
Insurance Premium Estimation: Data-Driven Modeling and Real-Time Predictions
Insurance Premium Estimation: Data-Driven Modeling and Real-Time PredictionsInsurance Premium Estimation: Data-Driven Modeling and Real-Time Predictions
Insurance Premium Estimation: Data-Driven Modeling and Real-Time Predictions
 
In Banking Loan Approval Prediction Using Machine Learning
In Banking Loan Approval Prediction Using Machine LearningIn Banking Loan Approval Prediction Using Machine Learning
In Banking Loan Approval Prediction Using Machine Learning
 
IRJET- College Recommendation System for Admission
IRJET- College Recommendation System for AdmissionIRJET- College Recommendation System for Admission
IRJET- College Recommendation System for Admission
 
Classification and Prediction Based Data Mining Algorithm in Weka Tool
Classification and Prediction Based Data Mining Algorithm in Weka ToolClassification and Prediction Based Data Mining Algorithm in Weka Tool
Classification and Prediction Based Data Mining Algorithm in Weka Tool
 
IRJET- Instant Exam Paper Generator
IRJET- Instant Exam Paper GeneratorIRJET- Instant Exam Paper Generator
IRJET- Instant Exam Paper Generator
 
IRJET-Attribute Reduction using Apache Spark
IRJET-Attribute Reduction using Apache SparkIRJET-Attribute Reduction using Apache Spark
IRJET-Attribute Reduction using Apache Spark
 
IRJET - Breast Cancer Risk and Diagnostics using Artificial Neural Network(ANN)
IRJET - Breast Cancer Risk and Diagnostics using Artificial Neural Network(ANN)IRJET - Breast Cancer Risk and Diagnostics using Artificial Neural Network(ANN)
IRJET - Breast Cancer Risk and Diagnostics using Artificial Neural Network(ANN)
 

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

Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
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
 
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
 
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
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
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
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
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
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
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
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 

Recently uploaded (20)

Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
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
 
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)
 
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
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
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
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
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
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
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...
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 

Graduate Admission Predictor

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 312 Graduate Admission Predictor Sonali Pandey1, Pratik Patil2, Rakesh Kumar3, Madhuri Gedam4 1,2,3,4 Department of information Technology, Shree LR Tiwari College of Engineering, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - When applying to master's programs, prospective graduate students are sometimes faced with the challenge of selecting their preferred universities. Whilethere are many predictors and consultanciesthatcanhelpastudent, they are not always accurate because decisions are basedona small number of previous admissions. Here, we describe a machine learning-based approach in which, given the student profile, we assess various regressiontechniques, suchasLinear Regression, Decision Trees, and Random Forest. Then, we calculate error functions for each model and evaluate performance to determine which modelperformsthebest. The outcomes then show whether the selected university is a risky or ambitious one. Key Words: Graduate Admissions, Predictor, Statistical Model, Probability Estimation, Support Vector Regression. 1. INTRODUCTION The complicated procedure of applying to a graduate school in the USA results in a very hectic undergraduate schedule for Indian students. The parallel approach of keeping a high Cumulative Grade Point Average, with good GRE, TOEFL scores and publishing research papers, getting good Letters of Recommendation and making a good Statement of Purpose certainly makes every Indian student busy who wants to further excel in academia. We understand that all the things cumulatively are very important for graduate school admissions. But what are the mostimportantfactors? Several Machine learning algorithms will be utilized in our predictor to predict the rate of acceptance as a percentage. Machine LearningalgorithmslikeLogistic Regression,Linear Regression, Decision Trees, and Random Forest. Regression models will be compared according to their coefficient of determination denoted by R2 whilst classification models will be compared according to their accuracy, precision,and recall. This paper aims to provide a comprehensive understanding of the Graduate Admission Predictor The objective is to offer insights into the working principles of the system, its advantages, its applications, and its limitations, providing a foundation for future research and development. 2. PROPOSED SYSTEM A Graduate Admission Predictor system could potentially be developed using machinelearning algorithms, based ondata aboutapplicants and their outcomes (i.e., whether they were admitted or rejected). This historical data could include various factors that are typically considered in graduate admissions, such as undergraduate GPA, standardized test scores (e.g., GRE), letters of recommendation and other application materials. To develop such a system, the first step would be to gather and preprocess the historical data, which might involve cleaning the data, dealing with missing values. Then, a machine learning model would need to be trained on this data to predict the likelihoodofadmissionfornewapplicants. I. GRE Score (General Record Examinations); this score measures general knowledgein undergradMathandEnglish. This score ranges from a value of 260 to 340 II. TOEFL Score (Test of English as a Foreign Language); this score measures student’s English abilities. This score has a value between 0 and 120. III. SOP (Statement of Purpose); a letter written by the applicant explaining their purpose of the application. This is given a score between one and five. IV. LOR (Letter of Recommendation); tests the weight of the recommendation provided by the applicant. This is given a score between one and five. V. CGPA (Cumulative GPA); based on the academic performance of the applicant in undergraduate studies. This is scored on a range from one to ten. VI. University Rating; based on the reputation of the applicant's previous university. This isgivenascorebetween one and five. VII. Research Experience; binary value basedonwhetherthe applicant has anyresearchfamiliarity.Thisvalueiseitherone or zero. VIII. Chance of Admission;therateofadmissionintograduate school. This attribute is the targeted value in which will be predicted as the rate from zero to one.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 313 Fig -1: Data Visualization Fig -2: Heat Map 3. ALGORITHM Below is a list of algorithms analyzed for the Graduate Admission Process: 3.1 Regression Algorithms A. Linear Regression 1. In simple linear regression goal is to obtain a relationship model between x and y. 2. We predict the value of one variable y based on the variable x. 3. X is known as independent variable and y is called as dependent variable. 4. It is simple because it examines the relationship between two variables only. 5. It is called as linear regression because when the independent variable increases (or decreases), the dependent variable also increases (or decreases) in a linear fashion. Fig -3: Linear Regression B. Multiple Linear Regression 1. MultipleLinearRegressionexaminesrelationshipbetween more than two variables. 2. It is different from simple linear regression which is a statistical model that examines the linear relationship between two variables only. 3. Each independent variable has its own corresponding coefficient. Fig -4: Multiple Linear Regression 3.2 Classification Algorithms A. Artificial Neural Network 1. Multi-layer perceptron is a class of feedforward artificial neural networks. 2. It usually consists of input layer, hiddenlayeranda output layer.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 314 3. It uses a supervised learning technique called back- propagation for training. Fig -5: Artificial Neural Network Fig -6: Mean Square Error 3.3 Regression KPIs 3.3.1 Regression Metrics: To assess model performance After model fitting, we would like to assess the performance of the model by comparing model predictions to actual (True) data. Fig -7: Regression Metrics A. R SQUARE (R²)-Coefficient of Determination The percentage of the variation (of y) that has been explained by the independent variables in the model is shown by the R-square or coefficient of determination. If R²=80, this means that 80% increase in the university admission is due to GRE scores (assuming a simple linear regression model). Fig -8: R SQUARE (R²)-Coefficient of Determination B. ADJUSTED R SQUARE (R²) If R²=80, this means that 80% increase in the university admission is due to GRE scores. Let’s add another useless independent variable, let’s say the heights of the student to the Z-axis. Now R² increases and becomes: R²=85% Fig -9: ADJUSTED R SQUARE (R²) 4. LITERATURE REVIEW Khan, M. A., Dixit, M., & Dixit, A [1] published their research work on Demystifying and Anticipating Graduate School Admissions using Machine Learning Algorithms. They have offered a cutting-edge strategy for estimating the likelihood of admission to graduate school. Acharya, M. S., Armaan, A., & Antony, A. S. [2] presented a research paper which gives a comparison of Regression Models for Prediction of Graduate Admissions that compute error functions for the different models and compare their performance to select the best performing model. Bitar, Z., & Al-Mousa, A [3] have proposed a comprehensive and insightful overview on " Prediction of Graduate
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 315 Admission using Multiple Supervised Machine Learning Models" Jeganathan, S., Parthasarathy, S., Lakshminarayanan, A. R., Ashok Kumar, P. M., & Khan, M. K. A. [4]. have done a brief study on Predicting the Post Graduate Admissions using Classification Techniques. The authors have applied the classification techniques such as Logistic Regression, KNN Classification, Support Vector Classification, Naive Bayes Classification, Decision Tree Classification and Random Forest Classification on the given academic admission dataset. apare, N. S., & Beelagi, S. M. [5] have presented a research paper which gives a " Comparison study of Regression Models for the prediction of post-Graduation admissions using Machine Learning Techniques" 5. RESULTS & ANALYSIS 6. CONCLUSIONS In terms of accuracy, Artificial Neural Network once again outperforms all of our other categorization techniques. With a low MSE and high R2 score, it is evident that Linear Regression outperforms Random Forest on our dataset. Random Forest comes in second place. This is explained by the linear dependencies of the dataset's features.Highertest scores, GPAs, and other metrics typically increase the likelihood of acceptance. The inclusion of a few outliers has impacted the Linear model to some extent. 7. FUTURE SCOPE We aim to expand our dataset and increase the number of profiles with some variations. The number of outliers (profiles that do not seem impressive but had a high chance of admission) would be significantly increased to reducethe linear dependency of features. We will also use Deep Neural Networks as another plausible model to understand the subjective nature of admission. The predictor presented can be implemented not only in university admission faculties but also at recruiting agencies or human resources departments. By putting this predictor into practice, applicant CV analysis would take less time. In the future, we plan to carry out our study by using different volumes of data & with more attributes, mainly considering neural networks. 8. REFERENCES [1] Khan, M. A., Dixit, M., & Dixit, A. (2020). Demystifying and Anticipating Graduate School Admissions using Machine Learning Algorithms. 2020 IEEE 9th International Conference on Communication Systems and Network Technologies (CSNT). doi:10.1109/csnt48778.2020.9115788 [2] Acharya, M. S., Armaan, A., & Antony, A. S. (2019). A Comparison of Regression Models for Prediction of Graduate Admissions. 2019International Conferenceon Computational Intelligence in Data Science (ICCIDS). doi:10.1109/iccids.2019.8862140 [3] Bitar, Z., & Al-Mousa, A." Prediction of Graduate Admission using Multiple Supervised MachineLearning Models", 2020 [4] Jeganathan, S., Parthasarathy, S., Lakshminarayanan, A. R., Ashok Kumar, P. M., & Khan, M. K. A. (2021). Predicting the Post Graduate Admissions using Classification Techniques. 2021 International Conference on Emerging Smart Computing and Informatics (ESCI). doi:10.1109/esci50559.2021.9396815 [5] apare, N. S., & Beelagi, S. M. " Comparison study of Regression Models forthepredictionofpost-Graduation admissions using Machine Learning Techniques",2021 [6] Gedam, Madhuri N., and Bandu B. Meshram. ”Proposed Secure Content Modeling of WebSoftwareModel.”IJETT 6.2 (2019).