SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
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).

Mais conteúdo relacionado

Semelhante a 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 LearninngIRJET Journal
 
Post Graduate Admission Prediction System
Post Graduate Admission Prediction SystemPost Graduate Admission Prediction System
Post Graduate Admission Prediction SystemIRJET 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 TechniqueIRJET 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 SystemIRJET 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 SystemIRJET 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 AlgorithmIRJET 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 CareerIRJET 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 AlgorithmIRJET 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 IntelligenceIRJET Journal
 
IRJET- Attribute Based Adaptive Evaluation System
IRJET-  	  Attribute Based Adaptive Evaluation SystemIRJET-  	  Attribute Based Adaptive Evaluation System
IRJET- Attribute Based Adaptive Evaluation SystemIRJET 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 SystemIRJET 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 PredictionsIRJET 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 LearningIRJET Journal
 
IRJET- College Recommendation System for Admission
IRJET- College Recommendation System for AdmissionIRJET- College Recommendation System for Admission
IRJET- College Recommendation System for AdmissionIRJET 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 ToolIRJET Journal
 
IRJET- Instant Exam Paper Generator
IRJET- Instant Exam Paper GeneratorIRJET- Instant Exam Paper Generator
IRJET- Instant Exam Paper GeneratorIRJET Journal
 
IRJET-Attribute Reduction using Apache Spark
IRJET-Attribute Reduction using Apache SparkIRJET-Attribute Reduction using Apache Spark
IRJET-Attribute Reduction using Apache SparkIRJET 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
 

Semelhante a 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)
 

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

Mais de 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...
 

Último

Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...Health
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfsmsksolar
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Air Compressor reciprocating single stage
Air Compressor reciprocating single stageAir Compressor reciprocating single stage
Air Compressor reciprocating single stageAbc194748
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 

Último (20)

Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdf
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Air Compressor reciprocating single stage
Air Compressor reciprocating single stageAir Compressor reciprocating single stage
Air Compressor reciprocating single stage
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 

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