CAREER COACHING AND RECOMMENDATION HUB
Abstract
In a generation in which employment opportunities are changing at lightning speeds and career job functions are being supplanted or reinvented, students themselves become bewildered in choosing a career direction that is appropriate to their interests, abilities, and level of educational attainment. Manual advisory services are costly, arbitrary, and not available globally, particularly in remote or underprivileged regions. This article suggests an intelligent career suggestion system with a web interface (created using HTML, CSS, and JavaScript) coupled with a Python and machine learning algorithm-based backend. The system, upon analyzing users' self-provided information like interests, skills, and education, proposes a ranked list of appropriate career fields using a Decision Tree classifier. The model was found to be 87% accurate on the test set. The paper also discusses system architecture, preprocessing practices, and user interface design practices. Findings show that the system has the potential to supplement current career counseling services and easily scale across educational institutions.
References
Aggarwal, C. C. (2018). Machine Learning for Data Science. Springer. https://doi.org/10.1007/978-3-319-94463-0
Han, J., Kamber, M., & Pei, J. (2012). Data Mining: Concepts and Techniques (3rd ed.). Morgan Kaufmann. https://www.sciencedirect.com/book/9780123814791
Mitchell, T. M. (1997). Machine Learning. McGraw-Hill Education. https://www.mheducation.com
Quinlan, J. R. (1996). Improved use of continuous attributes in C4.5. Journal of Artificial Intelligence Research, 4(1), 77–90. https://doi.org/10.1613/jair.279
Breiman, L. (2001). Random forests. Machine Learning, 45(1), 5–32. https://doi.org/10.1023/A:1010933404324
Pedregosa, F., et al. (2011). Scikit-learn: Machine learning in Python. Journal of Machine Learning Research, 12, 2825–2830. https://jmlr.org/papers/v12/pedregosa11a.html
W3C. (2023). HTML Living Standard. https://html.spec.whatwg.org/
Mozilla Developer Network (MDN). (2023). CSS: Cascading Style Sheets Documentation. https://developer.mozilla.org/en-US/docs/Web/CSS
Mozilla Developer Network (MDN). (2023). JavaScript Guide. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide
Grus, J. (2019). Data Science from Scratch: First Principles with Python. O'Reilly Media.
Refbacks
- There are currently no refbacks.