Student’s Career Interest Prediction using Machine Learning
This document discusses various machine learning techniques for predicting students' career interests. It begins with an abstract describing the challenges students face in choosing careers and how machine learning can help by predicting interests based on a student's academic and extracurricular history. It then reviews related work applying machine learning algorithms like SVM, random forest decision trees, and XGBoost for career recommendations. The document compares the performance of these algorithms on different datasets and identifies decision trees and SVM as commonly used techniques. It outlines several algorithms studied, including one-hot encoding to prepare categorical data for machine learning models.