SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2735
Hybrid-Training & Placement Management with Prediction System
Ipshita Das1, V Akshid2, Shashi Kant Mishra3
1,2B.Tech Student CSE Department, Bhilai Institute of Technology, Raipur, India
3Assistant Professor, CSE Department, Bhilai Institute of Technology, Raipur, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Training and management of placement is a
crucial part of an educational institution in which most of the
work is done manually. Manual system in the collegesrequires
a lot of manpower and time. Hence this hybrid system creates
student and company databases. It can be accessed
throughout the college with proper login provided. The
developed system can guarantee to keep the records are safe.
A placement predictor is to be designed to calculate the
possibility of a student being placed in a company, subject to
the criterion of the company. To achieve a better prediction
system, we intend to use Machine Learning and here we are
using prediction models like LogisticRegression, DecisionTree
Classifier, Unsupervised learning which will cause a
continuous accuracy growth.
Key Words: Machine Learning, Logistic Regression,
Decision Tree Classifier, Unsupervised Learning.
1. INTRODUCTION
Placements are considered tobeveryimportantforeachand
every college as it is the most important partofstudent’slife.
The basic success of the college is measured by the campus
placement of the students. Every student takes admissionto
the colleges by seeing the percentage of placements in the
college. Placement management system helps the training
and placement officers to overcome the difficulty in keeping
records of hundreds and thousands of students and
searching the eligible students for recruitment, based on
various eligibility criteria of different companies. It helps in
effective and efficient utilization of the hardware and the
software resources. It also makes the placement prediction
based on the students records and helps the management to
cluster the placed students based on their streams using K-
means clustering. The project facilitates user friendly,
reliable and fast management system. The placementofficer
itself can carry out operations in a smooth and effective
manner. The college can maintain computerized records
thus reducing paper work, time and money.
1.1 SCOPE OF THE PROJECT
Every university provides campus placement opportunity
for each and every student however manyofthemjustkeeps
the record in just excel sheets or paper, which on time
required can not perform a better statistical analysis.
Hence this project is very useful for those situations when
we neglect to be arisen.
2. PROBLEM STATEMENT
With the conventional method of keeping records of the
students and maintaining, it becomes hectic when it comes
to predict the analysis of future growth or the number of
students can be placed at that moment. The older methods
can either manage the MIS or predicts the placement
3. METHODOLOGY
Training and Placement management system in a university
is very important and essential part to be implemented on
MIS. This provides the TPO cell various features which
completely facilitates for ease of work.
3.1 FEATURES
3.1.1 Authentication
Authentication is the process which has to be primarily
installed in each and every application, website, etc.
This feature involves three types of authenticity:
1. admin/TPO head
2. Departmental TPO
3. Student
3.1.2 MIS Functionalities
The functionalities of this hybrid and dynamic MIS deal with
CRUD operation of Jobs, Trainings, Students, Departmental
TPO, Alumni, Placement Records, etc.
The TPO/admin can add, read, update and delete all the
possible functionalities that a training and placementsystem
requires by accessing the data entered by the student and
analyzing the statistics based on the data on records.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2736
Fig -1: Data Flow Diagram
3.1.3 Prediction System
In this paper weused various machinelearningtechniquesto
predict a particular student placement based on data
available in the data set entered and updated while
registering by the student. Anotherpredictionisbasedonthe
total number of students getting placed in the upcoming
years by learning the graph from previous years.
The models which we used for both the prediction are SVM,
Logistic Regression, Random Forest Classifier, XGBoost
Classifier.
Primarily the data is gathered from the T&P department and
preprocessed the data. After that the preprocessed data was
again processed for relevant prediction. Then the data was
split into training and testing following the models were
trained and tested.
a. LOGISTIC REGRESSION
Logistic regression isa machinelearningmodelwhichisused
for binary classification problems, like whether the student
will acquire placement or he need to work hard on the place
he islagging behind. It takes input various factors and bound
to give binary output between 0 and 1.
Logistic function = 1/(1+e-x)
This is the logistic equation in which x is the input variable
after processing it will give binary output.
Fig -2: Logistic regression
b. DECISION TREE CLASSIFIER
This model is a supervised learning model used for both
classification and regression problems. It is tree structured
classifier in which internal nodes represents the feature of
the dataset, where branches represent the decisionsand leaf
node provides the outcome.
It the just similar to the tree where the process starts with
the root and finishes in the leaf based on the decisions taken
and dividing the tree into sub-trees.
c. RANDOM FOREST
Random forest model is very popular supervised machine
learning algorithm used for classification as well as
regression. This model is capable of combining various
classifiers and solve a complex problem and improves the
performance.
This model consistsofvariousdecisiontreeonvarioussubset
of the dataset provided and takes the average to give better
output. Instead of trusting on decision trees it takes
predictions from each tree with maximum votes for the final
output.
d. XGBOOST CLASSIFIER
XGBoost, which stands for Extreme Gradient Boosting, is a
scalable, distributed gradient boosted decision tree machine
learning library. This is used fortheproblemslikeregression,
classification, and ranking problem.
This algorithm finds pattern to train in a dataset with labels
and features and predict the labels on a new dataset’s
features.
e. SUPPORT VECTOR MACHINE
This supervised learning model is primarily used for
classification problems. This algorithm uses decision
boundary that dividesn-dimensionalspaceintoclassessowe
can easily put upcoming data into correct category.
Labeled data is used to train the model. The model is usedfor
prediction and hence the output is predicted.
f. LINEAR REGRESSION
This machinelearning modelis based onsupervisedlearning
and used for regression task. This predicts the output based
on the values of independent variables. It finds the
relationship between variable and output. The output of the
targeted prediction is completely dependent on the number
of independent variables and relationships between them.
Linear Equation = Y = a + bX
Where,
Y = dependent variable
X = Explanatory variable
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2737
Fig -3: Linear regression
This all are the models which we implemented in this paper
and worked on to get various prediction scores and future
total number of students getting placed in the upcoming
years.
This hybrid project is very rare in which both the MIS along
with machine learningpredictionmodelisbeenimplemented
for proper understanding of the statistics of the individualas
well as organizational growth in terms of placement and
understanding the barrier which is affecting the student
placements.
4. RELATED WORK
Farheen Taqi Rizvi, Naushin A. Khan, Saurabh Upadhyay,
Sonali Suryawanshi, Shiburaj Pappu [2] worked on creating
the full stack for MIS of student management system with
proper authentication and working of the project.
Irene Treesa Jose, Daibin Raju, Jeebu Abraham Aniyankunju,
Joel James, Mereen Thomas Vadakkel [5] did their study on
student placementpredictionusingvariousmachinelearning
supervised models or algorithms. They derived the
conclusion that SVM model wasaccurate about100accuracy
score followed by Logistic Regression, which acquired
accuracy score of 97.5.
Pothuganti Manvitha, Neelam Swaroopa [8] made the same
study on the student placement prediction with
implementation of two algorithms Random Forest with
accuracy of 86 score and Decision tree with 84 accuracy
score.
5. RESULT
This project is completely made in python language and
Django as a web framework used to design the front end and
linking to the back end. For the database SQLite is used
which is default in the Django setup.
Along with the Management Information System the
prediction part is also done with the help of python, csv
format dataset, sklearn library for machine learningmodels.
The datasets is real dataset of our college placement of
various batches that took part into campus or ofcampus
placements.
Fig -4
Fig -5
Fig -6
Fig -7
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2738
Fig -8
Fig -9: Dataset for prediction
Fig -10: Training and Testing data
6. FUTURE ENHANCEMENT
As the data goes on increasing into the management system
the prediction models will be trained with more precession
for growth in accuracy score as it is providing now.
In the Student Training and Placement management system
we can modify according to the needs of the administration.
7. CONCLUSIONS
TrainingandPlacementmanagement withpredictionsystem
is unique method of implementing a dynamic Management
information system into any technology. This can work as
recording data, registrations, authentication, dynamically
performing all the task that a T&P cell of a university
requires. As of previous studies and paper they have
implemented both of the work separately and none of the
paper implemented both the methods together which we
implemented.
As of the prediction part we had the real dataset of
placement in our college of which we had implemented
supervised machine learning modelslikeLogistic regression,
Random Forest, Support vector machine, Decision tree
classifier, XGBoost classifierinwhichthe bestscoreprovided
was by XGBoost and Decision tree classifier model. Theleast
accuracy score in our case was given by Support vector
machine model.
8. REFERENCES
[1] Online Training and Placement Management
System, Santhosh Kumar H, Mrs. Srividhya V R
International Research Journal of Engineering and
Technology (IRJET) , Volume: 04 Issue: 22 |2016.
[2] PLACEMENT MANAGEMENT SYSTEM 1Farheen
Taqi Rizvi, 1Naushin A. Khan, 1Saurabh Upadhyay,
2Sonali Suryawanshi, 3Shiburaj Pappu Journal of
Emerging Technologies and Innovative Research
(JETIR) , Volume 8, Issue 4 |Apr 2021 .
[3] STUDENT PLACEMENT PREDICTION USING
MACHINE LEARNING Shreyas Harinath 1, Aksha
Prasad 2, Suma H S3, Suraksha A4, Tojo Mathew 5
International Research Journal of Engineering and
Technology (IRJET) Volume:06Issue:04|Apr2019
.
[4] A Review: Placement Prediction using Machine
Learning Prof. Salve B. S1 Shivaji Waghmode2Amol
Kharade3 Manoj Kharade4 Sorate Sajjan5
International Journal for Scientific Research &
Development| Vol. 7, Issue 09, 2019 .
[5] Placement Prediction using Various Machine
Learning Models and their Efficiency Comparison
Irene Treesa Jose 1, Daibin Raju2, Jeebu Abraham
Aniyankunju3, Joel James4, Mereen Thomas
Vadakkel 5 International Journal of Innovative
Science and ResearchTechnologyVolume5,Issue5,
May – 2020.
[6] Placement Management System for Campus
Recruitment Ajeena Sunny1 Aneena Felix1 Angelin
Saji1 Christina Sebastian1 Praseetha V.M2
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2739
International Journal of Innovative Science and
Research Technology Volume 5, Issue 5, May –
2020.
[7] Placement prediction system using machine
learning Rathi Viram, Swati Sinha, Bhagyashree
Tayde , Aakshada Shinde International Journal of
Creative ResearchThoughts (IJCRT)Volume8,Issue
4 April 2020.
[8] Campus Placement Prediction Using Supervised
Machine Learning Techniques PothugantiManvitha
Neelam Swaroopa International Journal of Applied
Engineering Research ISSN 0973-4562 Volume 14,
Number 9 (2019).

Weitere ähnliche Inhalte

Ähnlich wie Hybrid-Training & Placement Management with Prediction System

IRJET- Using Data Mining to Predict Students Performance
IRJET-  	  Using Data Mining to Predict Students PerformanceIRJET-  	  Using Data Mining to Predict Students Performance
IRJET- Using Data Mining to Predict Students PerformanceIRJET Journal
 
Student Performance Predictor
Student Performance PredictorStudent Performance Predictor
Student Performance PredictorIRJET Journal
 
IRJET- Tracking and Predicting Student Performance using Machine Learning
IRJET- Tracking and Predicting Student Performance using Machine LearningIRJET- Tracking and Predicting Student Performance using Machine Learning
IRJET- Tracking and Predicting Student Performance using Machine LearningIRJET 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
 
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
 
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...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 SystemIRJET Journal
 
A Comparative Study on Identical Face Classification using Machine Learning
A Comparative Study on Identical Face Classification using Machine LearningA Comparative Study on Identical Face Classification using Machine Learning
A Comparative Study on Identical Face Classification using Machine LearningIRJET Journal
 
IRJET- Placement Portal and Prediction System
IRJET- Placement Portal and Prediction SystemIRJET- Placement Portal and Prediction System
IRJET- Placement Portal and Prediction SystemIRJET Journal
 
A Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management SystemA Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management SystemIRJET Journal
 
IRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning TechniquesIRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning TechniquesIRJET Journal
 
IRJET- Performance for Student Higher Education using Decision Tree to Predic...
IRJET- Performance for Student Higher Education using Decision Tree to Predic...IRJET- Performance for Student Higher Education using Decision Tree to Predic...
IRJET- Performance for Student Higher Education using Decision Tree to Predic...IRJET Journal
 
IRJET- Predicting Academic Course Preference using Inspired Mapreduce
IRJET- Predicting Academic Course Preference using Inspired MapreduceIRJET- Predicting Academic Course Preference using Inspired Mapreduce
IRJET- Predicting Academic Course Preference using Inspired MapreduceIRJET Journal
 
A New Approach of Analysis of Student Results by using MapReduce
A New Approach of Analysis of Student Results by using MapReduceA New Approach of Analysis of Student Results by using MapReduce
A New Approach of Analysis of Student Results by using MapReduceIRJET Journal
 
Email Spam Detection Using Machine Learning
Email Spam Detection Using Machine LearningEmail Spam Detection Using Machine Learning
Email Spam Detection Using Machine LearningIRJET Journal
 
A Review on Training and Placement Management System
A Review on Training and Placement Management SystemA Review on Training and Placement Management System
A Review on Training and Placement Management SystemIRJET Journal
 
IRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET Journal
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMIRJET Journal
 
TERM DEPOSIT SUBSCRIPTION PREDICTION
TERM DEPOSIT SUBSCRIPTION PREDICTIONTERM DEPOSIT SUBSCRIPTION PREDICTION
TERM DEPOSIT SUBSCRIPTION PREDICTIONIRJET Journal
 

Ähnlich wie Hybrid-Training & Placement Management with Prediction System (20)

IRJET- Using Data Mining to Predict Students Performance
IRJET-  	  Using Data Mining to Predict Students PerformanceIRJET-  	  Using Data Mining to Predict Students Performance
IRJET- Using Data Mining to Predict Students Performance
 
Ijciet 10 02_007
Ijciet 10 02_007Ijciet 10 02_007
Ijciet 10 02_007
 
Student Performance Predictor
Student Performance PredictorStudent Performance Predictor
Student Performance Predictor
 
IRJET- Tracking and Predicting Student Performance using Machine Learning
IRJET- Tracking and Predicting Student Performance using Machine LearningIRJET- Tracking and Predicting Student Performance using Machine Learning
IRJET- Tracking and Predicting Student Performance using Machine Learning
 
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 - 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
 
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
 
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
 
A Comparative Study on Identical Face Classification using Machine Learning
A Comparative Study on Identical Face Classification using Machine LearningA Comparative Study on Identical Face Classification using Machine Learning
A Comparative Study on Identical Face Classification using Machine Learning
 
IRJET- Placement Portal and Prediction System
IRJET- Placement Portal and Prediction SystemIRJET- Placement Portal and Prediction System
IRJET- Placement Portal and Prediction System
 
A Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management SystemA Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management System
 
IRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning TechniquesIRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning Techniques
 
IRJET- Performance for Student Higher Education using Decision Tree to Predic...
IRJET- Performance for Student Higher Education using Decision Tree to Predic...IRJET- Performance for Student Higher Education using Decision Tree to Predic...
IRJET- Performance for Student Higher Education using Decision Tree to Predic...
 
IRJET- Predicting Academic Course Preference using Inspired Mapreduce
IRJET- Predicting Academic Course Preference using Inspired MapreduceIRJET- Predicting Academic Course Preference using Inspired Mapreduce
IRJET- Predicting Academic Course Preference using Inspired Mapreduce
 
A New Approach of Analysis of Student Results by using MapReduce
A New Approach of Analysis of Student Results by using MapReduceA New Approach of Analysis of Student Results by using MapReduce
A New Approach of Analysis of Student Results by using MapReduce
 
Email Spam Detection Using Machine Learning
Email Spam Detection Using Machine LearningEmail Spam Detection Using Machine Learning
Email Spam Detection Using Machine Learning
 
A Review on Training and Placement Management System
A Review on Training and Placement Management SystemA Review on Training and Placement Management System
A Review on Training and Placement Management System
 
IRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and Evaluator
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 
TERM DEPOSIT SUBSCRIPTION PREDICTION
TERM DEPOSIT SUBSCRIPTION PREDICTIONTERM DEPOSIT SUBSCRIPTION PREDICTION
TERM DEPOSIT SUBSCRIPTION PREDICTION
 

Mehr von IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Mehr von IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Kürzlich hochgeladen

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 

Kürzlich hochgeladen (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 

Hybrid-Training & Placement Management with Prediction System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2735 Hybrid-Training & Placement Management with Prediction System Ipshita Das1, V Akshid2, Shashi Kant Mishra3 1,2B.Tech Student CSE Department, Bhilai Institute of Technology, Raipur, India 3Assistant Professor, CSE Department, Bhilai Institute of Technology, Raipur, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Training and management of placement is a crucial part of an educational institution in which most of the work is done manually. Manual system in the collegesrequires a lot of manpower and time. Hence this hybrid system creates student and company databases. It can be accessed throughout the college with proper login provided. The developed system can guarantee to keep the records are safe. A placement predictor is to be designed to calculate the possibility of a student being placed in a company, subject to the criterion of the company. To achieve a better prediction system, we intend to use Machine Learning and here we are using prediction models like LogisticRegression, DecisionTree Classifier, Unsupervised learning which will cause a continuous accuracy growth. Key Words: Machine Learning, Logistic Regression, Decision Tree Classifier, Unsupervised Learning. 1. INTRODUCTION Placements are considered tobeveryimportantforeachand every college as it is the most important partofstudent’slife. The basic success of the college is measured by the campus placement of the students. Every student takes admissionto the colleges by seeing the percentage of placements in the college. Placement management system helps the training and placement officers to overcome the difficulty in keeping records of hundreds and thousands of students and searching the eligible students for recruitment, based on various eligibility criteria of different companies. It helps in effective and efficient utilization of the hardware and the software resources. It also makes the placement prediction based on the students records and helps the management to cluster the placed students based on their streams using K- means clustering. The project facilitates user friendly, reliable and fast management system. The placementofficer itself can carry out operations in a smooth and effective manner. The college can maintain computerized records thus reducing paper work, time and money. 1.1 SCOPE OF THE PROJECT Every university provides campus placement opportunity for each and every student however manyofthemjustkeeps the record in just excel sheets or paper, which on time required can not perform a better statistical analysis. Hence this project is very useful for those situations when we neglect to be arisen. 2. PROBLEM STATEMENT With the conventional method of keeping records of the students and maintaining, it becomes hectic when it comes to predict the analysis of future growth or the number of students can be placed at that moment. The older methods can either manage the MIS or predicts the placement 3. METHODOLOGY Training and Placement management system in a university is very important and essential part to be implemented on MIS. This provides the TPO cell various features which completely facilitates for ease of work. 3.1 FEATURES 3.1.1 Authentication Authentication is the process which has to be primarily installed in each and every application, website, etc. This feature involves three types of authenticity: 1. admin/TPO head 2. Departmental TPO 3. Student 3.1.2 MIS Functionalities The functionalities of this hybrid and dynamic MIS deal with CRUD operation of Jobs, Trainings, Students, Departmental TPO, Alumni, Placement Records, etc. The TPO/admin can add, read, update and delete all the possible functionalities that a training and placementsystem requires by accessing the data entered by the student and analyzing the statistics based on the data on records.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2736 Fig -1: Data Flow Diagram 3.1.3 Prediction System In this paper weused various machinelearningtechniquesto predict a particular student placement based on data available in the data set entered and updated while registering by the student. Anotherpredictionisbasedonthe total number of students getting placed in the upcoming years by learning the graph from previous years. The models which we used for both the prediction are SVM, Logistic Regression, Random Forest Classifier, XGBoost Classifier. Primarily the data is gathered from the T&P department and preprocessed the data. After that the preprocessed data was again processed for relevant prediction. Then the data was split into training and testing following the models were trained and tested. a. LOGISTIC REGRESSION Logistic regression isa machinelearningmodelwhichisused for binary classification problems, like whether the student will acquire placement or he need to work hard on the place he islagging behind. It takes input various factors and bound to give binary output between 0 and 1. Logistic function = 1/(1+e-x) This is the logistic equation in which x is the input variable after processing it will give binary output. Fig -2: Logistic regression b. DECISION TREE CLASSIFIER This model is a supervised learning model used for both classification and regression problems. It is tree structured classifier in which internal nodes represents the feature of the dataset, where branches represent the decisionsand leaf node provides the outcome. It the just similar to the tree where the process starts with the root and finishes in the leaf based on the decisions taken and dividing the tree into sub-trees. c. RANDOM FOREST Random forest model is very popular supervised machine learning algorithm used for classification as well as regression. This model is capable of combining various classifiers and solve a complex problem and improves the performance. This model consistsofvariousdecisiontreeonvarioussubset of the dataset provided and takes the average to give better output. Instead of trusting on decision trees it takes predictions from each tree with maximum votes for the final output. d. XGBOOST CLASSIFIER XGBoost, which stands for Extreme Gradient Boosting, is a scalable, distributed gradient boosted decision tree machine learning library. This is used fortheproblemslikeregression, classification, and ranking problem. This algorithm finds pattern to train in a dataset with labels and features and predict the labels on a new dataset’s features. e. SUPPORT VECTOR MACHINE This supervised learning model is primarily used for classification problems. This algorithm uses decision boundary that dividesn-dimensionalspaceintoclassessowe can easily put upcoming data into correct category. Labeled data is used to train the model. The model is usedfor prediction and hence the output is predicted. f. LINEAR REGRESSION This machinelearning modelis based onsupervisedlearning and used for regression task. This predicts the output based on the values of independent variables. It finds the relationship between variable and output. The output of the targeted prediction is completely dependent on the number of independent variables and relationships between them. Linear Equation = Y = a + bX Where, Y = dependent variable X = Explanatory variable
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2737 Fig -3: Linear regression This all are the models which we implemented in this paper and worked on to get various prediction scores and future total number of students getting placed in the upcoming years. This hybrid project is very rare in which both the MIS along with machine learningpredictionmodelisbeenimplemented for proper understanding of the statistics of the individualas well as organizational growth in terms of placement and understanding the barrier which is affecting the student placements. 4. RELATED WORK Farheen Taqi Rizvi, Naushin A. Khan, Saurabh Upadhyay, Sonali Suryawanshi, Shiburaj Pappu [2] worked on creating the full stack for MIS of student management system with proper authentication and working of the project. Irene Treesa Jose, Daibin Raju, Jeebu Abraham Aniyankunju, Joel James, Mereen Thomas Vadakkel [5] did their study on student placementpredictionusingvariousmachinelearning supervised models or algorithms. They derived the conclusion that SVM model wasaccurate about100accuracy score followed by Logistic Regression, which acquired accuracy score of 97.5. Pothuganti Manvitha, Neelam Swaroopa [8] made the same study on the student placement prediction with implementation of two algorithms Random Forest with accuracy of 86 score and Decision tree with 84 accuracy score. 5. RESULT This project is completely made in python language and Django as a web framework used to design the front end and linking to the back end. For the database SQLite is used which is default in the Django setup. Along with the Management Information System the prediction part is also done with the help of python, csv format dataset, sklearn library for machine learningmodels. The datasets is real dataset of our college placement of various batches that took part into campus or ofcampus placements. Fig -4 Fig -5 Fig -6 Fig -7
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2738 Fig -8 Fig -9: Dataset for prediction Fig -10: Training and Testing data 6. FUTURE ENHANCEMENT As the data goes on increasing into the management system the prediction models will be trained with more precession for growth in accuracy score as it is providing now. In the Student Training and Placement management system we can modify according to the needs of the administration. 7. CONCLUSIONS TrainingandPlacementmanagement withpredictionsystem is unique method of implementing a dynamic Management information system into any technology. This can work as recording data, registrations, authentication, dynamically performing all the task that a T&P cell of a university requires. As of previous studies and paper they have implemented both of the work separately and none of the paper implemented both the methods together which we implemented. As of the prediction part we had the real dataset of placement in our college of which we had implemented supervised machine learning modelslikeLogistic regression, Random Forest, Support vector machine, Decision tree classifier, XGBoost classifierinwhichthe bestscoreprovided was by XGBoost and Decision tree classifier model. Theleast accuracy score in our case was given by Support vector machine model. 8. REFERENCES [1] Online Training and Placement Management System, Santhosh Kumar H, Mrs. Srividhya V R International Research Journal of Engineering and Technology (IRJET) , Volume: 04 Issue: 22 |2016. [2] PLACEMENT MANAGEMENT SYSTEM 1Farheen Taqi Rizvi, 1Naushin A. Khan, 1Saurabh Upadhyay, 2Sonali Suryawanshi, 3Shiburaj Pappu Journal of Emerging Technologies and Innovative Research (JETIR) , Volume 8, Issue 4 |Apr 2021 . [3] STUDENT PLACEMENT PREDICTION USING MACHINE LEARNING Shreyas Harinath 1, Aksha Prasad 2, Suma H S3, Suraksha A4, Tojo Mathew 5 International Research Journal of Engineering and Technology (IRJET) Volume:06Issue:04|Apr2019 . [4] A Review: Placement Prediction using Machine Learning Prof. Salve B. S1 Shivaji Waghmode2Amol Kharade3 Manoj Kharade4 Sorate Sajjan5 International Journal for Scientific Research & Development| Vol. 7, Issue 09, 2019 . [5] Placement Prediction using Various Machine Learning Models and their Efficiency Comparison Irene Treesa Jose 1, Daibin Raju2, Jeebu Abraham Aniyankunju3, Joel James4, Mereen Thomas Vadakkel 5 International Journal of Innovative Science and ResearchTechnologyVolume5,Issue5, May – 2020. [6] Placement Management System for Campus Recruitment Ajeena Sunny1 Aneena Felix1 Angelin Saji1 Christina Sebastian1 Praseetha V.M2
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2739 International Journal of Innovative Science and Research Technology Volume 5, Issue 5, May – 2020. [7] Placement prediction system using machine learning Rathi Viram, Swati Sinha, Bhagyashree Tayde , Aakshada Shinde International Journal of Creative ResearchThoughts (IJCRT)Volume8,Issue 4 April 2020. [8] Campus Placement Prediction Using Supervised Machine Learning Techniques PothugantiManvitha Neelam Swaroopa International Journal of Applied Engineering Research ISSN 0973-4562 Volume 14, Number 9 (2019).