Intelligent Career Guidance System.pptx

Intelligent Career
Guidance System
Submitted by
Sethulakshmi M S
S3 MCA
Roll No: 23
Contents
 Introduction
 Algorithms
 Feature SelectionTechniques
 Dataset
 Expected Output Format
 Proposed Project Pipeline
 FeasibilityAnalysis
 System Environment
 System Design
 Results and Discussions
 Model Deployment
 Git History
 Conclusion
 References
Introduction
• Proposed system on Machine learning helps students in computer science
stream to choose right career path
• Based on their scores in various subjects, skills in communication, coding
etc.
Literature Review
Title of the paper Tanya V Yadalam, Vaishnavi M Gowda, Vanditha Shiva Kumar, Disha
Girish “Career Recommendation Systems using Content based
Filtering”Proceedings of the Fifth International Conference on
Communication and Electronics Systems (ICCES 2020)
Area of work Career Recommendation for registered computer stream students
Dataset Dataset contains 17 columns and 20000 entries
Methodology/Strategy Recommendation takes a form based input from the user and
recommends an accurate and apt career. It recommends three best
career options. Career prediction is based on the data filled by the user
and perform cosine similarity on that. By applying cosine similarity
function, get the similarity between previous user preference and the
available jobs and finally get the top recommended jobs according to
the score of the similarity.The aim is to implement a feedback and a
comment and perform NLP on the given feedback and determine
whether it’s a positive, negative or neutral comment to provide better
results to the students using the recommender system.
Algorithm NLP, Cosine Similarity,Content Based Filtering
Result/Accuracy Recommend top three jobs by applying cosine similarity.
NLP determine whether the comment or feedback is positive, negative
or neutral.
Advantages Introduce features of security, reliability and transparency.
Recommend 3 top jobs.
Can give feedbacks and comments.
Limitations It is mainly for Engineering students.
No data Encryption mechanism.
Future Proposal In future it can be developed for other branches such as business, arts.
System can be implemented using collaborative approach.
Paper 2
Title of the paper Vignesh S, Shivani Priyanka C, Shree Manju H, Mythili K “An Intelligent
Career Guidance System using Machine Learning “. 2021 7th International
Conference on Advanced Computing & Communication Systems (ICACCS)
Area of work Engineering department prediction for students after plustwo.
Dataset The dataset used for the machine learning model is developed manually. In the
dataset, there are five different target labels available each representing a
specific department. The dataset contains more than 500 rows which means
500 unique values with several features and target variables. There are seven
different features available on the dataset.
Methodology/Strategy The framework totally consists of three modules where the whole process take
place.
First module is skill set assessment module.
The second module is the prediction module where with the help of the scores
obtained by the candidate the prediction takes place. The third and final
module is the result analysis module. In this module a detailed analysis of the
candidate’s performance will be represented in various formats
Algorithm KNN, SVM, Naïve Bayes, K-Means Clustering
Result/Accuracy KNN Accuracy: 0.9410
SVM: 0.8632
Naïve Bayes: 0.8714
Advantages Lower the chances of selecting a department by a candidate where the
candidate has higher chance of failure rate.
Limitations The skill set analysis need not be with exact knowledge of students.
The system is for plustwo students and they have only knowledge within their
academics.
Future Proposal In the near future the framework’s accuracy rate will be enhanced and
additional features can be used for recommending a suitable department and
also the outliers of the framework will be removed gradually.
Paper 3
Title of the paper Manar Qamhieh, Haya Sammaneh, Mona Nabil Demaidi “PCRS: Personalized Career-Path
Recommender System for Engineering Students. Supported by the An-Najah National
University, Palestine, Research Project, under grant ANNU-1920-Sc004. Published on 2020.
Area of work Guidance system for high school students in Palestinian community to choose engineering
discipline.
Dataset The dataset is mainly collected from research survey and stored in database and analysed to
create an association between personality types and engineering disciplines in Palestine. The
MBTI personality test consists of 21 questions randomly chosen from a dataset of 70 questions.
Methodology/Strategy There are 4 main phases:
Obtaining student’s personal information including gender, high school grades in STEM courses,
and a list of extra-curricular interests.
Determining student’s personality type based on a self-administered personality test.
Processing input data to construct a personal and academic profile for each student.
Build a fuzzy recommender system to provide students with personalized and user-specific
ranking of engineering disciplines.
Algorithm Fuzzy Logic
Result/Accuracy The output of the PCRS application is a bar plot to show the suitability rates of engineering
disciplines after applying the fuzzy logic of the system.
Advantages Helpful for high school students in developing countries where educational and professional
guidance in schools is limited.
The bar plot representation provides the user with clear results in a simple way.
User can be compare the suitability rates of engineering disciplines.
Limitations Time consuming because for each student corresponding processed data of a specific
engineering discipline is entered into fuzzy logic and the fuzzy logic determine a personalized
rate for it. It should be repeater for all seven engineering disciplines considered in PCRS.
Future Proposal In the future, PCRS can be extended to consider more university departments and disciplines
other than engineering.
The recommendation can be enhanced to consider social-economic factors such as employment
rates, economical situation and parent’s background specially in developing countries such as
Palestine
Dataset
• Dataset contains 20000 records
• Students have to answer 24 questions related to their ability in academics ,
personality, coding
• These 24 questions are feature list
• Suggested job role is the class label
Intelligent Career Guidance System.pptx
Expected Output format
Intelligent Career Guidance System.pptx
Algorithms
• DecisionTree: Classification technique used to classify records in pictorial
format
• Attribute Selection Measures: Gini Index (a cost function used to evaluate
splits in the dataset. It is calculated by subtracting the sum of the squared
probabilities of each class from one.), Entropy(measure of the randomness
in the information being processed)
• XG Boost: It works on gradient boosting algorithm
• Gradient boosting algorithm works on the basic principle gradient descent.This
model is built using tree-based learners(Decision Trees)
• XGradient boosting Algorithm:
• Final prediction=Base value(the starting prediction from basic decision
tree)+LR*w1+LR*w2+..+LR*wn
• Where LR= learning rate=eta
• w1=residual predicted value by 1st residual model
• wn=residual predicted value by nth residual model
• Xgboost is different from other gradient boost is because of its tuning parameters
• The main tuning parameters are 1)regularisation parameter(Lambda)
• 2)threshold that defines auto pruning (Gamma)
• 3)Learning rate(eta)
• SVM: Perform classification by finding the best hyperplane that classifies
datapoints in a best way.
• Searching for linear optimal separating hyperplane( decision boundary)
• Find hyperplane using support vectors and margins
• Training tuples that fall on hyperplane are support vectors
• Farther a hyperplane from datapoint, larger its margin- optimal hyperplane
• Kernel, gamma, c( regularization parameter), random_state
Intelligent Career Guidance System.pptx
Feature Selection techniques
• Chi SquaredTest: Quantifies the independence of pairs of categorical
variables.
Proposed Project Pipeline
• Data collection: Find an appropriate dataset with appropriate parameters
like academic scores, specialization programs, analytic capabilities, personal
details like hobbies, workshops, certifications, books interested, etc.
• Data Pre-processing: Make the acquired data set in an organized format.
Cleaning the null values, invalid data values, and unwanted data.
• OneHot Encoding: Applying techniques for converting categorical values in
the data into a numerical or ordinal format so that they can be provided to
machine learning algorithms.
Feasibility Analysis
• Technical Feasibility: The application is technically feasible because all the technical
resources required for the development and working of the application is easily
available and reliable. The codes are written in Google Colab, therefore all the
libraries will be available, no need to install or import each of those.
• Economic Feasibility: The code is working on Google Colab .So the colab consumes
an amount of internet. The development of the system will not need a huge amount
of money. It will be economically feasible.
• Operational Feasibility:Since the code iswritten on Google Colab, no need for
worrying about importing or installing the libraries required. There is no need
of skill for a new user to open this application and use it
System Environment
• Software Environment: Various software used for the development of this application are the
following :
• P a n d a s , P y t h o n , M a t p l o t l i b , N u mp y, L a b e l E n co d er,
O r d i n a l E n co d er, S e l e ct K B e s t , G o o g l e C o l a b , Vi s u a l S t u d i o ,
H T M L & C S S , F l a s k , G i t H u b
• H a r d w a r e E n v i r o n m e n t :
• Processor : 2 GHz or faster (dual-core or quad-core will be much
faster)Memory : 8 GB RAM or greater
• Disk space : 40 GB or greaterGood
internet connectivity
System Design
• Model Planning
• ModelTraining
• Testing
Results and Discussions
• First calculated accuracy for XGBoost was 5.75. And after label encoding
techniques and ordinal encoding for categorical values and feature selection
technique Chi-Squared test accuracy was increased to 80.683. The saved
model xgboost.sav was loaded by importing pickle package.
Model Deployment
Git History
Conclusion
• By using this system, we predicted job suited for the student based on
similarity score, gain of branch
• Proposed system gives students the insight towards their career and choose
the one suits for them.
References
• Vignesh S, Shivani Priyanka C, Shree Manju H, Mythili K “An Intelligent Career
Guidance System using Machine Learning “. 2021 7th International Conference on
Advanced Computing & Communication Systems (ICACCS)
• TanyaVYadalam,Vaishnavi M Gowda,Vanditha Shiva Kumar, Disha Girish “Career
Recommendation Systems using Content based Filtering” Proceedings of the Fifth
International Conference on Communication and Electronics Systems (ICCES 2020)
• Manar Qamhieh, Haya Sammaneh, Mona Nabil Demaidi “PCRS: Personalized
Career-Path Recommender System for Engineering Students. Supported by the
An-Najah National University, Palestine, Research Project, under grant ANNU-
1920-Sc004. Published on 2020.
ThankYou!!!
1 von 28

Recomendados

Training & development von
Training & developmentTraining & development
Training & developmentPreeti Bhaskar
37.2K views36 Folien
Recruitment and selection presentation von
Recruitment and selection presentationRecruitment and selection presentation
Recruitment and selection presentationGaurav Gill
2K views36 Folien
Competency management von
Competency managementCompetency management
Competency managementSherif Salah, MBA, ITIL, CMMI, MCSA, TQM
14.7K views110 Folien
Competency Overview Presentation von
Competency Overview PresentationCompetency Overview Presentation
Competency Overview PresentationJulie Lee
22.9K views35 Folien
Competency mapping 1 von
Competency mapping 1Competency mapping 1
Competency mapping 1nalinar
44.9K views57 Folien
Hrm in service sector management TYBMS von
Hrm in service sector management TYBMSHrm in service sector management TYBMS
Hrm in service sector management TYBMSYogesh Dalvi
6.2K views15 Folien

Más contenido relacionado

Was ist angesagt?

How to Create a Competency-Based Training Program | Webinar 01.20.15 von
How to Create a Competency-Based Training Program | Webinar 01.20.15How to Create a Competency-Based Training Program | Webinar 01.20.15
How to Create a Competency-Based Training Program | Webinar 01.20.15BizLibrary
3.3K views33 Folien
Chapter 06 Training and Development von
Chapter 06 Training and DevelopmentChapter 06 Training and Development
Chapter 06 Training and DevelopmentRayman Soe
10.1K views51 Folien
Training new employees von
Training new employeesTraining new employees
Training new employeesfundabeheer
4.9K views19 Folien
Recruitment process, goals, sources, constraints, selection methods and diffe... von
Recruitment process, goals, sources, constraints, selection methods and diffe...Recruitment process, goals, sources, constraints, selection methods and diffe...
Recruitment process, goals, sources, constraints, selection methods and diffe...R K Tiwari Sagar
15.6K views32 Folien
Recruitment and selection in talent management von
Recruitment and selection in talent managementRecruitment and selection in talent management
Recruitment and selection in talent managementSeta Wicaksana
12.3K views21 Folien
Talent acquisition ppt von
Talent acquisition pptTalent acquisition ppt
Talent acquisition pptsaimonishabaskaran
14.9K views9 Folien

Was ist angesagt?(20)

How to Create a Competency-Based Training Program | Webinar 01.20.15 von BizLibrary
How to Create a Competency-Based Training Program | Webinar 01.20.15How to Create a Competency-Based Training Program | Webinar 01.20.15
How to Create a Competency-Based Training Program | Webinar 01.20.15
BizLibrary3.3K views
Chapter 06 Training and Development von Rayman Soe
Chapter 06 Training and DevelopmentChapter 06 Training and Development
Chapter 06 Training and Development
Rayman Soe10.1K views
Training new employees von fundabeheer
Training new employeesTraining new employees
Training new employees
fundabeheer4.9K views
Recruitment process, goals, sources, constraints, selection methods and diffe... von R K Tiwari Sagar
Recruitment process, goals, sources, constraints, selection methods and diffe...Recruitment process, goals, sources, constraints, selection methods and diffe...
Recruitment process, goals, sources, constraints, selection methods and diffe...
R K Tiwari Sagar15.6K views
Recruitment and selection in talent management von Seta Wicaksana
Recruitment and selection in talent managementRecruitment and selection in talent management
Recruitment and selection in talent management
Seta Wicaksana12.3K views
Competency based interviewing skills von Siraj Rahman
Competency based interviewing skillsCompetency based interviewing skills
Competency based interviewing skills
Siraj Rahman181 views
Human Resources Transactional Services von Mauro Calcano
Human Resources Transactional ServicesHuman Resources Transactional Services
Human Resources Transactional Services
Mauro Calcano9.8K views
Campus Engagement and Recruitment von Garima Verma
Campus Engagement and RecruitmentCampus Engagement and Recruitment
Campus Engagement and Recruitment
Garima Verma1.7K views
Competency Mapping and Assessment von Aditi Kirtane
Competency Mapping and AssessmentCompetency Mapping and Assessment
Competency Mapping and Assessment
Aditi Kirtane15.8K views
How to Create a Competency-Based Training Program. Webinar 04.09.14 von BizLibrary
How to Create a Competency-Based Training Program. Webinar 04.09.14How to Create a Competency-Based Training Program. Webinar 04.09.14
How to Create a Competency-Based Training Program. Webinar 04.09.14
BizLibrary2.2K views

Similar a Intelligent Career Guidance System.pptx

Recuriter Recommendation System von
Recuriter Recommendation SystemRecuriter Recommendation System
Recuriter Recommendation SystemIRJET Journal
3 views3 Folien
A Comprehensive Review of Relevant Techniques used in Course Recommendation S... von
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...A Comprehensive Review of Relevant Techniques used in Course Recommendation S...
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...IRJET Journal
9 views7 Folien
Ai in finance von
Ai in financeAi in finance
Ai in financeQuantUniversity
526 views46 Folien
University Recommendation Support System using ML Algorithms von
University Recommendation Support System using ML AlgorithmsUniversity Recommendation Support System using ML Algorithms
University Recommendation Support System using ML AlgorithmsIRJET Journal
2 views4 Folien
IRJET- Evaluation Technique of Student Performance in various Courses von
IRJET- Evaluation Technique of Student Performance in various CoursesIRJET- Evaluation Technique of Student Performance in various Courses
IRJET- Evaluation Technique of Student Performance in various CoursesIRJET Journal
28 views3 Folien
Educational Data Mining to Analyze Students Performance – Concept Plan von
Educational Data Mining to Analyze Students Performance – Concept PlanEducational Data Mining to Analyze Students Performance – Concept Plan
Educational Data Mining to Analyze Students Performance – Concept PlanIRJET Journal
55 views4 Folien

Similar a Intelligent Career Guidance System.pptx(20)

A Comprehensive Review of Relevant Techniques used in Course Recommendation S... von IRJET Journal
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...A Comprehensive Review of Relevant Techniques used in Course Recommendation S...
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...
IRJET Journal9 views
University Recommendation Support System using ML Algorithms von IRJET Journal
University Recommendation Support System using ML AlgorithmsUniversity Recommendation Support System using ML Algorithms
University Recommendation Support System using ML Algorithms
IRJET Journal2 views
IRJET- Evaluation Technique of Student Performance in various Courses von IRJET Journal
IRJET- Evaluation Technique of Student Performance in various CoursesIRJET- Evaluation Technique of Student Performance in various Courses
IRJET- Evaluation Technique of Student Performance in various Courses
IRJET Journal28 views
Educational Data Mining to Analyze Students Performance – Concept Plan von IRJET Journal
Educational Data Mining to Analyze Students Performance – Concept PlanEducational Data Mining to Analyze Students Performance – Concept Plan
Educational Data Mining to Analyze Students Performance – Concept Plan
IRJET Journal55 views
The Architecture of System for Predicting Student Performance based on the Da... von Thada Jantakoon
The Architecture of System for Predicting Student Performance based on the Da...The Architecture of System for Predicting Student Performance based on the Da...
The Architecture of System for Predicting Student Performance based on the Da...
Thada Jantakoon103 views
06522405 von anilcvsr
0652240506522405
06522405
anilcvsr416 views
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU... von IJDKP
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
IJDKP273 views
COET3A1.Powerpoint Presentation von troyjan27
COET3A1.Powerpoint PresentationCOET3A1.Powerpoint Presentation
COET3A1.Powerpoint Presentation
troyjan2710.5K views
Profile Analysis of Users in Data Analytics Domain von Drjabez
Profile Analysis of   Users in Data Analytics DomainProfile Analysis of   Users in Data Analytics Domain
Profile Analysis of Users in Data Analytics Domain
Drjabez53 views
The state of the art in integrating machine learning into visual analytics von Cagatay Turkay
The state of the art in integrating machine learning into visual analyticsThe state of the art in integrating machine learning into visual analytics
The state of the art in integrating machine learning into visual analytics
Cagatay Turkay161 views
A New Approach of Analysis of Student Results by using MapReduce von IRJET Journal
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
IRJET Journal18 views
Developing a framework for von csandit
Developing a framework forDeveloping a framework for
Developing a framework for
csandit336 views
Implementation of Automated Attendance System using Deep Learning von Md. Mahfujur Rahman
Implementation of Automated Attendance System using Deep LearningImplementation of Automated Attendance System using Deep Learning
Implementation of Automated Attendance System using Deep Learning

Último

ANATOMY AND PHYSIOLOGY UNIT 1 { PART-1} von
ANATOMY AND PHYSIOLOGY UNIT 1 { PART-1}ANATOMY AND PHYSIOLOGY UNIT 1 { PART-1}
ANATOMY AND PHYSIOLOGY UNIT 1 { PART-1}DR .PALLAVI PATHANIA
240 views195 Folien
CWP_23995_2013_17_11_2023_FINAL_ORDER.pdf von
CWP_23995_2013_17_11_2023_FINAL_ORDER.pdfCWP_23995_2013_17_11_2023_FINAL_ORDER.pdf
CWP_23995_2013_17_11_2023_FINAL_ORDER.pdfSukhwinderSingh895865
507 views6 Folien
Compare the flora and fauna of Kerala and Chhattisgarh ( Charttabulation) von
 Compare the flora and fauna of Kerala and Chhattisgarh ( Charttabulation) Compare the flora and fauna of Kerala and Chhattisgarh ( Charttabulation)
Compare the flora and fauna of Kerala and Chhattisgarh ( Charttabulation)AnshulDewangan3
316 views12 Folien
Use of Probiotics in Aquaculture.pptx von
Use of Probiotics in Aquaculture.pptxUse of Probiotics in Aquaculture.pptx
Use of Probiotics in Aquaculture.pptxAKSHAY MANDAL
89 views15 Folien
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively von
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks EffectivelyISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks EffectivelyPECB
545 views18 Folien
STERILITY TEST.pptx von
STERILITY TEST.pptxSTERILITY TEST.pptx
STERILITY TEST.pptxAnupkumar Sharma
125 views9 Folien

Último(20)

Compare the flora and fauna of Kerala and Chhattisgarh ( Charttabulation) von AnshulDewangan3
 Compare the flora and fauna of Kerala and Chhattisgarh ( Charttabulation) Compare the flora and fauna of Kerala and Chhattisgarh ( Charttabulation)
Compare the flora and fauna of Kerala and Chhattisgarh ( Charttabulation)
AnshulDewangan3316 views
Use of Probiotics in Aquaculture.pptx von AKSHAY MANDAL
Use of Probiotics in Aquaculture.pptxUse of Probiotics in Aquaculture.pptx
Use of Probiotics in Aquaculture.pptx
AKSHAY MANDAL89 views
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively von PECB
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks EffectivelyISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively
PECB 545 views
Community-led Open Access Publishing webinar.pptx von Jisc
Community-led Open Access Publishing webinar.pptxCommunity-led Open Access Publishing webinar.pptx
Community-led Open Access Publishing webinar.pptx
Jisc74 views
Solar System and Galaxies.pptx von DrHafizKosar
Solar System and Galaxies.pptxSolar System and Galaxies.pptx
Solar System and Galaxies.pptx
DrHafizKosar85 views
Lecture: Open Innovation von Michal Hron
Lecture: Open InnovationLecture: Open Innovation
Lecture: Open Innovation
Michal Hron96 views
UWP OA Week Presentation (1).pptx von Jisc
UWP OA Week Presentation (1).pptxUWP OA Week Presentation (1).pptx
UWP OA Week Presentation (1).pptx
Jisc74 views
OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptx von Inge de Waard
OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptxOEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptx
OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptx
Inge de Waard167 views
Education and Diversity.pptx von DrHafizKosar
Education and Diversity.pptxEducation and Diversity.pptx
Education and Diversity.pptx
DrHafizKosar118 views
Psychology KS5 von WestHatch
Psychology KS5Psychology KS5
Psychology KS5
WestHatch77 views

Intelligent Career Guidance System.pptx

  • 1. Intelligent Career Guidance System Submitted by Sethulakshmi M S S3 MCA Roll No: 23
  • 2. Contents  Introduction  Algorithms  Feature SelectionTechniques  Dataset  Expected Output Format  Proposed Project Pipeline  FeasibilityAnalysis  System Environment  System Design  Results and Discussions  Model Deployment  Git History  Conclusion  References
  • 3. Introduction • Proposed system on Machine learning helps students in computer science stream to choose right career path • Based on their scores in various subjects, skills in communication, coding etc.
  • 4. Literature Review Title of the paper Tanya V Yadalam, Vaishnavi M Gowda, Vanditha Shiva Kumar, Disha Girish “Career Recommendation Systems using Content based Filtering”Proceedings of the Fifth International Conference on Communication and Electronics Systems (ICCES 2020) Area of work Career Recommendation for registered computer stream students Dataset Dataset contains 17 columns and 20000 entries Methodology/Strategy Recommendation takes a form based input from the user and recommends an accurate and apt career. It recommends three best career options. Career prediction is based on the data filled by the user and perform cosine similarity on that. By applying cosine similarity function, get the similarity between previous user preference and the available jobs and finally get the top recommended jobs according to the score of the similarity.The aim is to implement a feedback and a comment and perform NLP on the given feedback and determine whether it’s a positive, negative or neutral comment to provide better results to the students using the recommender system. Algorithm NLP, Cosine Similarity,Content Based Filtering Result/Accuracy Recommend top three jobs by applying cosine similarity. NLP determine whether the comment or feedback is positive, negative or neutral. Advantages Introduce features of security, reliability and transparency. Recommend 3 top jobs. Can give feedbacks and comments. Limitations It is mainly for Engineering students. No data Encryption mechanism. Future Proposal In future it can be developed for other branches such as business, arts. System can be implemented using collaborative approach.
  • 5. Paper 2 Title of the paper Vignesh S, Shivani Priyanka C, Shree Manju H, Mythili K “An Intelligent Career Guidance System using Machine Learning “. 2021 7th International Conference on Advanced Computing & Communication Systems (ICACCS) Area of work Engineering department prediction for students after plustwo. Dataset The dataset used for the machine learning model is developed manually. In the dataset, there are five different target labels available each representing a specific department. The dataset contains more than 500 rows which means 500 unique values with several features and target variables. There are seven different features available on the dataset. Methodology/Strategy The framework totally consists of three modules where the whole process take place. First module is skill set assessment module. The second module is the prediction module where with the help of the scores obtained by the candidate the prediction takes place. The third and final module is the result analysis module. In this module a detailed analysis of the candidate’s performance will be represented in various formats Algorithm KNN, SVM, Naïve Bayes, K-Means Clustering Result/Accuracy KNN Accuracy: 0.9410 SVM: 0.8632 Naïve Bayes: 0.8714 Advantages Lower the chances of selecting a department by a candidate where the candidate has higher chance of failure rate. Limitations The skill set analysis need not be with exact knowledge of students. The system is for plustwo students and they have only knowledge within their academics. Future Proposal In the near future the framework’s accuracy rate will be enhanced and additional features can be used for recommending a suitable department and also the outliers of the framework will be removed gradually.
  • 6. Paper 3 Title of the paper Manar Qamhieh, Haya Sammaneh, Mona Nabil Demaidi “PCRS: Personalized Career-Path Recommender System for Engineering Students. Supported by the An-Najah National University, Palestine, Research Project, under grant ANNU-1920-Sc004. Published on 2020. Area of work Guidance system for high school students in Palestinian community to choose engineering discipline. Dataset The dataset is mainly collected from research survey and stored in database and analysed to create an association between personality types and engineering disciplines in Palestine. The MBTI personality test consists of 21 questions randomly chosen from a dataset of 70 questions. Methodology/Strategy There are 4 main phases: Obtaining student’s personal information including gender, high school grades in STEM courses, and a list of extra-curricular interests. Determining student’s personality type based on a self-administered personality test. Processing input data to construct a personal and academic profile for each student. Build a fuzzy recommender system to provide students with personalized and user-specific ranking of engineering disciplines. Algorithm Fuzzy Logic Result/Accuracy The output of the PCRS application is a bar plot to show the suitability rates of engineering disciplines after applying the fuzzy logic of the system. Advantages Helpful for high school students in developing countries where educational and professional guidance in schools is limited. The bar plot representation provides the user with clear results in a simple way. User can be compare the suitability rates of engineering disciplines. Limitations Time consuming because for each student corresponding processed data of a specific engineering discipline is entered into fuzzy logic and the fuzzy logic determine a personalized rate for it. It should be repeater for all seven engineering disciplines considered in PCRS. Future Proposal In the future, PCRS can be extended to consider more university departments and disciplines other than engineering. The recommendation can be enhanced to consider social-economic factors such as employment rates, economical situation and parent’s background specially in developing countries such as Palestine
  • 7. Dataset • Dataset contains 20000 records • Students have to answer 24 questions related to their ability in academics , personality, coding • These 24 questions are feature list • Suggested job role is the class label
  • 11. Algorithms • DecisionTree: Classification technique used to classify records in pictorial format • Attribute Selection Measures: Gini Index (a cost function used to evaluate splits in the dataset. It is calculated by subtracting the sum of the squared probabilities of each class from one.), Entropy(measure of the randomness in the information being processed)
  • 12. • XG Boost: It works on gradient boosting algorithm • Gradient boosting algorithm works on the basic principle gradient descent.This model is built using tree-based learners(Decision Trees) • XGradient boosting Algorithm: • Final prediction=Base value(the starting prediction from basic decision tree)+LR*w1+LR*w2+..+LR*wn • Where LR= learning rate=eta • w1=residual predicted value by 1st residual model • wn=residual predicted value by nth residual model • Xgboost is different from other gradient boost is because of its tuning parameters • The main tuning parameters are 1)regularisation parameter(Lambda) • 2)threshold that defines auto pruning (Gamma) • 3)Learning rate(eta)
  • 13. • SVM: Perform classification by finding the best hyperplane that classifies datapoints in a best way. • Searching for linear optimal separating hyperplane( decision boundary) • Find hyperplane using support vectors and margins • Training tuples that fall on hyperplane are support vectors • Farther a hyperplane from datapoint, larger its margin- optimal hyperplane • Kernel, gamma, c( regularization parameter), random_state
  • 15. Feature Selection techniques • Chi SquaredTest: Quantifies the independence of pairs of categorical variables.
  • 17. • Data collection: Find an appropriate dataset with appropriate parameters like academic scores, specialization programs, analytic capabilities, personal details like hobbies, workshops, certifications, books interested, etc. • Data Pre-processing: Make the acquired data set in an organized format. Cleaning the null values, invalid data values, and unwanted data. • OneHot Encoding: Applying techniques for converting categorical values in the data into a numerical or ordinal format so that they can be provided to machine learning algorithms.
  • 18. Feasibility Analysis • Technical Feasibility: The application is technically feasible because all the technical resources required for the development and working of the application is easily available and reliable. The codes are written in Google Colab, therefore all the libraries will be available, no need to install or import each of those. • Economic Feasibility: The code is working on Google Colab .So the colab consumes an amount of internet. The development of the system will not need a huge amount of money. It will be economically feasible. • Operational Feasibility:Since the code iswritten on Google Colab, no need for worrying about importing or installing the libraries required. There is no need of skill for a new user to open this application and use it
  • 19. System Environment • Software Environment: Various software used for the development of this application are the following : • P a n d a s , P y t h o n , M a t p l o t l i b , N u mp y, L a b e l E n co d er, O r d i n a l E n co d er, S e l e ct K B e s t , G o o g l e C o l a b , Vi s u a l S t u d i o , H T M L & C S S , F l a s k , G i t H u b • H a r d w a r e E n v i r o n m e n t : • Processor : 2 GHz or faster (dual-core or quad-core will be much faster)Memory : 8 GB RAM or greater • Disk space : 40 GB or greaterGood internet connectivity
  • 23. Results and Discussions • First calculated accuracy for XGBoost was 5.75. And after label encoding techniques and ordinal encoding for categorical values and feature selection technique Chi-Squared test accuracy was increased to 80.683. The saved model xgboost.sav was loaded by importing pickle package.
  • 26. Conclusion • By using this system, we predicted job suited for the student based on similarity score, gain of branch • Proposed system gives students the insight towards their career and choose the one suits for them.
  • 27. References • Vignesh S, Shivani Priyanka C, Shree Manju H, Mythili K “An Intelligent Career Guidance System using Machine Learning “. 2021 7th International Conference on Advanced Computing & Communication Systems (ICACCS) • TanyaVYadalam,Vaishnavi M Gowda,Vanditha Shiva Kumar, Disha Girish “Career Recommendation Systems using Content based Filtering” Proceedings of the Fifth International Conference on Communication and Electronics Systems (ICCES 2020) • Manar Qamhieh, Haya Sammaneh, Mona Nabil Demaidi “PCRS: Personalized Career-Path Recommender System for Engineering Students. Supported by the An-Najah National University, Palestine, Research Project, under grant ANNU- 1920-Sc004. Published on 2020.