Publicación: Diseño de un sistema que permite identificar las aptitudes para el estudio de carreras stem basado en los resultados de las pruebas estandarizadas icfes saber 11
dc.contributor.advisor | Caicedo Castro, Isaac | |
dc.contributor.author | Argüelles Monterrosa, Carlos de Jesús | |
dc.contributor.author | Meléndez Armella, Lila Vanessa | |
dc.contributor.jury | Barreiro Pinto, Francisco Ricardo | |
dc.contributor.jury | García Hoyos , Rodrigo | |
dc.date.accessioned | 2023-12-21T02:42:00Z | |
dc.date.available | 2023-12-21T02:42:00Z | |
dc.date.issued | 2023-12-20 | |
dc.description.abstract | Este trabajo proviene de la carencia de orientación vocacional para los jóvenes Colombianos acerca de la elección de una carrera de pregrado acorde a sus aptitudes. Por lo tanto, nos encaminamos a diseñar un sistema inteligente que permita identificar las aptitudes para el estudio de carreras STEM basado en los resultados de las pruebas estandarizadas Saber 11 en la Universidad de Córdoba. Para lo cual, realizamos una encuesta de la cual obtuvimos 84 observaciones, que fue dirigida a una diversidad de estudiantes de distintas facultades y/o carreras, sobre todo de ingeniería, quienes ingresaron los resultados que obtuvieron en la Saber 11, las cuales son un requisito para ingresar a la educación superior en Colombia. A partir de los datos se evaluaron modelos de aprendizaje automático con la finalidad de encontrar la dependencia funcional entre los resultados y su rendimiento académico en la carrera escogida, medido por el promedio global acumulado (PGA). De los resultados de la evaluación de estos modelos, obtuvimos una exactitud de 75 %, una precisión de 66,19 %, una sensibilidad de 84,13 % y una media armónica (F1) de 72,04 % con el modelo Naïve Bayes. Esto marca un inicio significativo para la implementación del aprendizaje automático en el ámbito educativo, especialmente en las universidades públicas de Colombia. Este avance sienta las bases para investigaciones futuras más precisas que utilicen tecnología con el objetivo de ofrecer orientación más detallada a los jóvenes. Además, la recopilación de datos de la generación actual contribuirá a obtener resultados más exactos. | spa |
dc.description.abstract | This work stems from young Colombians’ lack of career guidance in choosing an undergraduate career that matches their abilities. Therefore, we set out to design an intelligent system that would allow the identification of aptitudes for STEM (Science, Technology, Engineering, and Mathematics) careers based on the results of the Saber 11 standardized tests at the University of Córdoba. To achieve this, we conducted a survey from which we obtained 84 instances, targeting a diverse group of students from diverse faculties and/or careers, especially in engineering. Participants reported their scores on the Saber 11 test, which is a requirement for admission to higher education in Colombia. From the collected data, we evaluated a few machine learning models to find the functional dependence between the results of each component of the Saber 11 test, and the academic performance in the chosen career, measured by the grade point average (GPA). The results of the evaluation include an accuracy of 75 %, a precision of 66.19 %, a sensitivity of 84.13 %, and an F1 score of 72.04 % from the naive Bayes model. This work represents a significant beginning for the machine learning implementation in the educational field, especially in public universities in Colombia. This advancement lays the groundwork for more precise future research that utilizes technology intending to provide more detailed guidance to young people. In addition, collecting data from the current generation will contribute to obtaining more accurate results. | eng |
dc.description.degreelevel | Pregrado | |
dc.description.degreename | Ingeniero(a) de Sistemas | |
dc.description.modality | Trabajos de Investigación y/o Extensión | |
dc.description.tableofcontents | Agradecimientos. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . I | spa |
dc.description.tableofcontents | Resumen. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . II | spa |
dc.description.tableofcontents | Abstract. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . III | eng |
dc.description.tableofcontents | Listado de tablas | spa |
dc.description.tableofcontents | Listado de figuras | spa |
dc.description.tableofcontents | 1. INTRODUCCIÓN. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 | spa |
dc.description.tableofcontents | 1.1. Descripción y formulación del problema . . . . . . . . . . . . . . . . . . . . . . . 2 | spa |
dc.description.tableofcontents | 1.1.1. Descripción del problema . . . . . . . . . . . . . . . . . . . . . . . . . . 2 | spa |
dc.description.tableofcontents | 1.1.2. Formulación del problema . . . . . . . . . . . . . . . . . . . . . . . . . . 5 | spa |
dc.description.tableofcontents | 1.2. Justificación . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 | spa |
dc.description.tableofcontents | 1.3. Contribución de la investigación . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 | spa |
dc.description.tableofcontents | 1.4. Organización del documento . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 | spa |
dc.description.tableofcontents | 2. OBJETIVOS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 | spa |
dc.description.tableofcontents | 2.1. General . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 | spa |
dc.description.tableofcontents | 2.2. Específicos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 | spa |
dc.description.tableofcontents | 3. REVISIÓN BIBLIOGRÁFICA. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 | spa |
dc.description.tableofcontents | 3.1. Aprendizaje Automático . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 | spa |
dc.description.tableofcontents | 3.1.1. Aprendizaje Supervisado . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 | spa |
dc.description.tableofcontents | 3.1.2. Aprendizaje No Supervisado . . . . . . . . . . . . . . . . . . . . . . . . . 11 | spa |
dc.description.tableofcontents | 3.1.3. Aprendizaje Semi-Supervisado . . . . . . . . . . . . . . . . . . . . . . . . 11 | spa |
dc.description.tableofcontents | 3.1.4. Aprendizaje por Refuerzo . . . . . . . . . . . . . . . . . . . . . . . . . . 11 | spa |
dc.description.tableofcontents | 3.1.5. Aprendizaje Automático Automatizado (AutoML) . . . . . . . . . . . . . 12 | spa |
dc.description.tableofcontents | 3.2. Clasificadores . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 | spa |
dc.description.tableofcontents | 3.2.1. Regresión Logística . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 | spa |
dc.description.tableofcontents | 3.2.2. Naïve Bayes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 | eng |
dc.description.tableofcontents | 3.2.3. Árbol de decisión . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 | spa |
dc.description.tableofcontents | 3.2.4. Random Forest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 | eng |
dc.description.tableofcontents | 3.2.5. Extra Trees . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 | eng |
dc.description.tableofcontents | 3.2.6. Support Vector Machines . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 | eng |
dc.description.tableofcontents | 3.2.7. Quantum Support Vector Machines . . . . . . . . . . . . . . . . . . . . . 16 | eng |
dc.description.tableofcontents | 3.2.8. Potenciación adaptativa (AdaBoost) . . . . . . . . . . . . . . . . . . . . . 17 | spa |
dc.description.tableofcontents | 3.2.9. Potenciación del gradiente (Gradient Boosting) . . . . . . . . . . . . . . . 17 | spa |
dc.description.tableofcontents | 3.3. Métodos de AutoML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 | spa |
dc.description.tableofcontents | 3.3.1. Hiperparametrización de parámetros . . . . . . . . . . . . . . . . . . . . . 18 | spa |
dc.description.tableofcontents | 3.3.2. Meta-aprendizaje . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 | spa |
dc.description.tableofcontents | 3.3.3. Búsqueda de arquitectura neural (Neural architecture search) . . . . . . . . 22 | spa |
dc.description.tableofcontents | 3.4. Discusión . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 | spa |
dc.description.tableofcontents | 4. ESTADO DEL ARTE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 | spa |
dc.description.tableofcontents | 4.1. Contexto Internacional . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 | spa |
dc.description.tableofcontents | 4.2. Contexto Nacional . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 | spa |
dc.description.tableofcontents | 4.3. Contexto Regional . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 | spa |
dc.description.tableofcontents | 4.4. Discusión . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 | spa |
dc.description.tableofcontents | 5. MATERIALES Y MÉTODOS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 | spa |
dc.description.tableofcontents | 5.1. El conjunto de datos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 | spa |
dc.description.tableofcontents | 5.2. Selección y configuración de algoritmos . . . . . . . . . . . . . . . . . . . . . . . 33 | spa |
dc.description.tableofcontents | 5.3. Desarrollo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 | spa |
dc.description.tableofcontents | 5.3.1. Arquitectura de la aplicación . . . . . . . . . . . . . . . . . . . . . . . . . 36 | spa |
dc.description.tableofcontents | 5.4. Evaluación . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 | spa |
dc.description.tableofcontents | 5.4.1. K-Fold Cross Validation . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 | spa |
dc.description.tableofcontents | 5.4.2. Métricas de Evaluación de Algoritmos . . . . . . . . . . . . . . . . . . . . 40 | spa |
dc.description.tableofcontents | 5.5. Discusión . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 | spa |
dc.description.tableofcontents | 6. RESULTADOS Y DISCUSIONES. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 | spa |
dc.description.tableofcontents | 6.1. Resultados . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 | spa |
dc.description.tableofcontents | 6.1.1. El conjunto de datos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 | spa |
dc.description.tableofcontents | 6.1.2. Evaluación de modelos . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 | spa |
dc.description.tableofcontents | 6.1.3. Aplicación . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 | spa |
dc.description.tableofcontents | 6.2. Discusión . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 | spa |
dc.description.tableofcontents | 7. CONCLUSIONES. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 | spa |
dc.description.tableofcontents | 8. RECOMENDACIONES. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 | spa |
dc.description.tableofcontents | 9. BIBLIOGRAFÍA. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 | spa |
dc.format.mimetype | application/pdf | |
dc.identifier.instname | Universidad de Córdoba | |
dc.identifier.reponame | Repositorio Universidad de Córdoba | |
dc.identifier.repourl | https://repositorio.unicordoba.edu.co/ | |
dc.identifier.uri | https://repositorio.unicordoba.edu.co/handle/ucordoba/8001 | |
dc.language.iso | spa | |
dc.publisher | Universidad de Córdoba | |
dc.publisher.faculty | Facultad de Ingeniería | |
dc.publisher.place | Montería, Córdoba, Colombia | |
dc.publisher.program | Ingeniería de Sistemas | |
dc.relation.references | Alqurashi, E. (2019, enero). Predicting student satisfaction and perceived learning within online learning environments. Distance Education, 40(1), 133–148. Descargado 2023-06- 13, de https://www.tandfonline.com/doi/full/10.1080/01587919.2018.1553562 doi: 10.1080/01587919.2018.1553562 | |
dc.relation.references | Alyahyan, E., y Düştegör, D. (2020, diciembre). Predicting academic success in higher education: literature review and best practices. International Journal of Educational Technology in Higher Education, 17(1), 3. Descargado 2023-06-02, de https://educationaltechnologyjournal .springeropen.com/articles/10.1186/s41239-020-0177-7 doi: 10.1186/s41239-020 -0177-7 | |
dc.relation.references | Aulck, L., Aras, R., Li, L., L’Heureux, C., Lu, P., y West, J. (2017, agosto). Stem-ming the Tide: Predicting STEM attrition using student transcript data. arXiv. Descargado 2023-06-06, de http://arxiv.org/abs/1708.09344 (arXiv:1708.09344 [physics, stat]) | |
dc.relation.references | Breiman, L. (2001). Random Forests. Machine Learning, 45(1), 5–32. Descargado 2023-06-28, de http://link.springer.com/10.1023/A:1010933404324 doi: 10.1023/A:1010933404324 | |
dc.relation.references | Caicedo-Castro, I. (2023). Course prophet: A System for Predicting Course Failures with Machine Learning a Numerical Methods Case Study. IARIA. | |
dc.relation.references | Caicedo-Castro, I., Macea-Anaya, M., y Castaño-Rivera, S. (2023). Forecasting Failure Risk in Early Mathematics and Physical Science Couses in the Bachelor’s-Degree in Engineering. IARIA. | |
dc.relation.references | Caicedo-Castro, I., Vélez-Langs, O., Macea-Anaya, M., Castaño-Rivera, S., y Castro-Puché, R. (2022). Early Risk Detection of Bachelor’s Student Withdrawal or Long-Term Retention. IARIA Congress 2022 Proceedings. | |
dc.relation.references | Castro, P., Ishakian, V., Muthusamy, V., y Slominski, A. (2019, junio). The server is dead, long live the server: Rise of Serverless Computing, Overview of Current State and Future Trends in Re- search and Industry. arXiv. Descargado 2023-11-09, de http://arxiv.org/abs/1906.02888 (arXiv:1906.02888 [cs]) doi: 10.48550/arXiv.1906.02888 | |
dc.relation.references | Cervantes, J., Li, X., Yu, W., y Li, K. (2008, enero). Support vector machine classifi- cation for large data sets via minimum enclosing ball clustering. Neurocomputing, 71(4-6), 611–619. Descargado 2023-11-10, de https://linkinghub.elsevier.com/retrieve/pii/ S0925231207002962 doi: 10.1016/j.neucom.2007.07.028 | |
dc.relation.references | Cortes, C., y Vapnik, V. (1995, septiembre). Support-vector networks. Machine Learning, 20(3), 273–297. Descargado 2023-06-28, de http://link.springer.com/10.1007/BF00994018 doi: 10.1007/BF00994018 | |
dc.relation.references | Cox, D. R. (1958, julio). The Regression Analysis of Binary Sequences. Journal of the Royal Statistical Society: Series B (Methodological), 20(2), 215–232. Descargado 2023-06-28, de https://onlinelibrary.wiley.com/doi/10.1111/j.2517-6161.1958.tb00292.x doi: 10.1111/j.2517-6161.1958.tb00292.x | |
dc.relation.references | DANE. (2018, diciembre). Índice de Costos de la Educación Superior (ICES) II Semestre de 2018 (Boletín técnico). Descargado de https://www.dane.gov.co/files/investigaciones/ boletines/icesp/bol_ICES_IIsem18.pdf | |
dc.relation.references | DANE. (2020, diciembre). Estructura del mercado laboral y del sistema de precios para la mesa de concertación del Salario Mínimo Diciembre 2020 (Boletín técnico). Descargado de https://www.dane.gov.co/files/investigaciones/boletines/ech/ech/presentacion-estructura-mercado-laboral-y-sistema-precios-para-mesa-concertacion-salario-minimo-2021.pdf | |
dc.relation.references | DANE. (2022, diciembre). Índice de Costos de la Educación Superior (ICES) II Semestre de 2022 (Boletín técnico). Descargado de https://www.dane.gov.co/files/investigaciones/boletines/icesp/bol_ICES_IIsem18.pdf | |
dc.relation.references | Dekker, G., Pechenizkiy, M., y Vleeshouwers, J. (2009). Predicting students drop out : a case study. Proceedings of the 2nd International Conference on Educational Data Mining, EDM 2009, July 1-3, 2009. Cordoba, Spain, 41–50. | |
dc.relation.references | Editorial La República. (2019, febrero). Ocho de cada 10 personas en Colombia están insatisfechas en su empleo. Descargado 2023-06-14, de https://www.larepublica.co/alta-gerencia/ocho-de-cada-10-personas-estan-insatisfechas-en-su-empleo-2830069 | |
dc.relation.references | El Tiempo. (2022). Es feliz en su trabajo? Índice de felicidad de Iberoamérica dice otra cosa. Descargado de https://www.eltiempo.com/economia/empresas/es-feliz-en-su -trabajo-indice-de-felicidad-de-iberoamerica-dice-otra-cosa-717780 | |
dc.relation.references | Feurer, M., Klein, A., Eggensperger, K., Springenberg, J., Blum, M., y Hutter, F. (2015). Efficient and robust automated machine learning. En Advances in neural information processing systems 28 (2015) (pp. 2962–2970). | |
dc.relation.references | Freund, Y., y Schapire, R. E. (1996). Experiments with a new boosting algorithm. En International conference on machine learning (pp. 148–156). Descargado de http://citeseerx.ist.psu .edu/viewdoc/summary?doi=10.1.1.51.6252 | |
dc.relation.references | Friedman, J. H. (2001, octubre). Greedy function approximation: A gradient boosting machine. The Annals of Statistics, 29(5), 1189–1232. Descargado 2023-11-07, de https://projecteuclid.org/journals/annals-of-statistics/volume-29/issue-5/ Greedy-function-approximation-A-gradient-boosting-machine/10.1214/aos/ 1013203451.full doi: 10.1214/aos/1013203451 | |
dc.relation.references | Geurts, P., Ernst, D., y Wehenkel, L. (2006). Extremely randomized trees. Machine Learning, 63(1), 3–42. Descargado 2023-11-07, de https://doi.org/10.1007/s10994-006-6226-1 doi: 10.1007/s10994-006-6226-1 | |
dc.relation.references | Google. (s.f.). Google Colaboratory. Descargado 2023-06-30, de https://colab.research .google.com/ | |
dc.relation.references | Havlicek, V., Córcoles, A. D., Temme, K., Harrow, A. W., Kandala, A., Chow, J. M., y Gam- betta, J. M. (2019, marzo). Supervised learning with quantum enhanced feature spaces. Nature, 567(7747), 209–212. Descargado 2023-11-09, de http://arxiv.org/abs/1804.11326 (ar- Xiv:1804.11326 [quant-ph, stat]) doi: 10.1038/s41586-019-0980-2 | |
dc.relation.references | Icfes. (2017, diciembre). Marco de referencia de la prueba de Inglés Saber 11.°, Saber TyT y Saber Pro (Inf. Téc.). Bogotá: Dirección de Evaluación, Icfes: Instituto Colombiano para la Evaluación de la Educación (Icfes). | |
dc.relation.references | Icfes. (2019a, enero). Marco de referencia de la prueba de ciencias naturales Saber 11.° (Inf. Téc.). Bogotá: Dirección de Evaluación, Icfes: Instituto Colombiano para la Evaluación de la Educación (Icfes). | |
dc.relation.references | Icfes. (2019b, enero). Marco de referencia de la prueba de matemáticas Saber 11.° (Inf. Téc.). Bogotá: Dirección de Evaluación, Icfes: Instituto Colombiano para la Evaluación de la Educación (Icfes). | |
dc.relation.references | Icfes. (2019c, septiembre). Marco de referencia de la prueba de sociales y ciudadanas Saber 11.° (Inf. Téc.). Bogotá: Dirección de Evaluación, Icfes: Instituto Colombiano para la Evaluación de la Educación (Icfes). | |
dc.relation.references | Icfes. (2021, diciembre). Marco de referencia de la prueba de Lectura Crítica Saber 11.°, Saber TyT y Saber Pro (Inf. Téc.). Bogotá: Dirección de Evaluación, Icfes: Instituto Colombiano para la Evaluación de la Educación (Icfes). | |
dc.relation.references | Jimenez-Raygoza, L., Medina-Vazquez, A., y Perez-Torres, G. (2019, octubre). Proposal of a Computer System for Vocational Guidance with Data Mining. En 2019 IEEE Internatio- nal Conference on Engineering Veracruz (ICEV) (pp. 1–5). Boca del Rio, Veracruz, Mexico: IEEE. Descargado 2023-06-06, de https://ieeexplore.ieee.org/document/8920523/ doi: 10.1109/ICEV.2019.8920523 | |
dc.relation.references | Kabathova, J., y Drlik, M. (2021, abril). Towards Predicting Student’s Dropout in University Cour- ses Using Different Machine Learning Techniques. Applied Sciences, 11(7), 3130. Descargado 2023-06-13, de https://www.mdpi.com/2076-3417/11/7/3130 doi: 10.3390/app11073130 | |
dc.relation.references | Martins, M. P. G., Miguéis, V. L., Fonseca, D. S. B., y Alves, A. (2019). A Data Mining Ap- proach for Predicting Academic Success – A Case Study. En . Rocha, C. Ferrás, y M. Pa- redes (Eds.), Information Technology and Systems (Vol. 918, pp. 45–56). Cham: Springer In- ternational Publishing. Descargado 2023-06-13, de http://link.springer.com/10.1007/ 978-3-030-11890-7_5 doi: 10.1007/978-3-030-11890-7_5 | |
dc.relation.references | Medina, D. Z., Builes, J. A. J., y Bedoya, A. E. (2022, septiembre). Automatic detection of students at risk of dropping out of school using mRMR and Late Fusion. En 2022 XII International Conference on Virtual Campus ( JICV) (pp. 1–4). Arequipa, Peru: IEEE. Descargado 2023-05- 31, de https://ieeexplore.ieee.org/document/9934262/ doi: 10.1109/JICV56113.2022 .9934262 | |
dc.relation.references | Mohri, M., Rostamizadeh, A., y Talwalkar, A. (2012). Foundations of machine learning. Cam- bridge, MA: MIT Press. | |
dc.relation.references | Montiel, E. A. (2019). Elección de carrera: motivos, procesos e influencias y sus efectos en la experiencia estudiantil de jóvenes universitarios de alto rendimiento académico. REencuentro. Análisis de Problemas Universitarios, 30(77), 53–74. Descargado 2023-06-14, de https://www .redalyc.org/journal/340/34065218004/html/ | |
dc.relation.references | Moreno-Cifuentes, L., y Huertas-Herazo, D. (2019, septiembre). SEGUIMIENTO A GRADUA- DOS DE EDUCACIÓN SUPERIOR 2017. Observatorio laboral para la educación. | |
dc.relation.references | Pedregosa, F., Varoquaux, G., Gramfort, A., Michel, V., Thirion, B., Grisel, O., ... Duches- nay, . (2011). Scikit-learn: Machine Learning in Python. Journal of Machine Learning Research, 12(85), 2825–2830. Descargado 2023-06-30, de http://jmlr.org/papers/v12/ pedregosa11a.html | |
dc.relation.references | Permana, A. A. J., Dewi, L. J. E., y Setemen, K. (2017, agosto). Recommendation System for Selection of Majors and Apprenticeship on Vocational and Training Education Based on Com- petency to Produce Demand Driven Graduates. En (pp. 153–158). Atlantis Press. Descarga- do 2023-06-14, de https://www.atlantis-press.com/proceedings/icirad-17/25882143 doi: 10.2991/icirad-17.2017.29 | |
dc.relation.references | Portafolio. (2018). El alto costo de las matrículas universitarias en Colombia. Des- cargado 2023-06-14, de https://www.portafolio.co/economia/el-alto-costo-de-las -matriculas-universitarias-514619 | |
dc.relation.references | Priya.S, A. S. T. (2017). Comparative study of Naive Bayes classifier and K Nearest Neighbor in imputation of missing values. Special Issue | ASAT in CS’17. | |
dc.relation.references | Pérez, B., Castellanos, C., y Correal, D. (2018). Predicting Student Drop-Out Rates Using Data Mining Techniques: A Case Study. En A. D. Orjuela-Cañón, J. C. Figueroa-García, y J. D. Arias- Londoño (Eds.), Applications of Computational Intelligence (Vol. 833, pp. 111–125). Cham: Springer International Publishing. Descargado 2023-06-14, de http://link.springer.com/ 10.1007/978-3-030-03023-0_10 doi: 10.1007/978-3-030-03023-0_10 | |
dc.relation.references | Qiskit contributors. (2023). Qiskit: An open-source framework for quantum computing. doi: 10.5281/zenodo.2573505 | |
dc.relation.references | Rebentrost, P., Mohseni, M., y Lloyd, S. (2014, septiembre). Quantum Support Vector Machi- ne for Big Data Classification . Physical Review Letters, 113(13), 130503. Descargado 2023- 11-09, de https://link.aps.org/doi/10.1103/PhysRevLett.113.130503 doi: 10.1103/ PhysRevLett.113.130503 | |
dc.relation.references | Rish, I., y cols. (2001). An empirical study of the naive bayes classifier. En Ijcai 2001 workshop on empirical methods in artificial intelligence (Vol. 3, pp. 41–46). | |
dc.relation.references | Schaffer, C. (s.f.). Sparse Data and the Effect of Overfitting Avoidance in Decision Tree In- duction. Descargado 2023-11-10, de https://aaai.org/papers/00147-aaai92-023-sparse -data-and-the-effect-of-overfitting-avoidance-in-decision-tree-induction/ | |
dc.relation.references | Universidad de Córdoba. (2004). Reglamento académico estudiantil.. Descargado 2023-11-10, de https://repositorio.unicordoba.edu.co/handle/ucordoba/1552 | |
dc.relation.references | Universidad de Córdoba. (2023). Oferta Académica Pregrado. Descargado 2023- 06-29, de https://www.unicordoba.edu.co/index.php/admisiones-y-registro/ oferta-academica-pregrado/ | |
dc.relation.references | Wang, H., Niu, D., y Li, B. (2019, abril). Distributed Machine Learning with a Serverless Archi- tecture. En IEEE INFOCOM 2019 - IEEE Conference on Computer Communications (pp. 1288– 1296). Descargado 2023-11-09, de https://ieeexplore.ieee.org/abstract/document/ 8737391 (ISSN: 2641-9874) doi: 10.1109/INFOCOM.2019.8737391 | |
dc.relation.references | Willems, J., Coertjens, L., Tambuyzer, B., y Donche, V. (2019, octubre). Identifying scien- ce students at risk in the first year of higher education: the incremental value of non-cognitive variables in predicting early academic achievement. European Journal of Psychology of Edu- cation, 34(4), 847–872. Descargado 2023-06-13, de http://link.springer.com/10.1007/ s10212-018-0399-4 doi: 10.1007/s10212-018-0399-4 | |
dc.relation.references | Wolpert, D., y Macready, W. (1997, abril). No free lunch theorems for optimization. IEEE Transactions on Evolutionary Computation, 1(1), 67–82. Descargado 2023-11-09, de https:// ieeexplore.ieee.org/document/585893 doi: 10.1109/4235.585893 | |
dc.relation.references | Wu, G., y Chang, E. (2003). Class-Boundary Alignment for Imbalanced Da- taset Learning.. Descargado 2023-11-10, de https://www.semanticscholar64.org/paper/Class-Boundary-Alignment-for-Imbalanced-Dataset-Wu-Chang/ 6cc64e06b7507142e17fb9e9a63411c8eb272b0b | |
dc.relation.references | Yadalam, T. V., Gowda, V. M., Kumar, V. S., Girish, D., y M., N. (2020, junio). Career Recommendation Systems using Content based Filtering. En 2020 5th International Conference on Communication and Electronics Systems (ICCES) (pp. 660–665). doi: 10.1109/ICCES48766 .2020.9137992 | |
dc.relation.references | You, E. (2014). Vue.js - The Progressive JavaScript Framework. Descargado 2023-06-30, de https://vuejs.org/ | |
dc.relation.references | Zambrano Vizcaino, Y. P., Osorio Salcedo, V., y Barbosa Gutierrez, V. M. (2021, noviem- bre). Desarrollo de una aplicación web para la orientación vocacional y promoción de carre- ras STEM implementando técnicas de Data Mining. Descargado 2023-06-02, de https://manglar.uninorte.edu.co/handle/10584/9857 | |
dc.rights | Copyright Universidad de Córdoba, 2023 | |
dc.rights.accessrights | info:eu-repo/semantics/openAccess | |
dc.rights.coar | http://purl.org/coar/access_right/c_abf2 | |
dc.rights.license | Atribución-NoComercial-SinDerivadas 4.0 Internacional (CC BY-NC-ND 4.0) | |
dc.rights.uri | https://creativecommons.org/licenses/by-nc-nd/4.0/ | |
dc.subject.keywords | Vocational guidance | eng |
dc.subject.keywords | Saber 11 test | eng |
dc.subject.keywords | Machine learning | eng |
dc.subject.keywords | STEM | eng |
dc.subject.proposal | Orientación vocacional | spa |
dc.subject.proposal | Pruebas Saber 11 | spa |
dc.subject.proposal | Aprendizaje automático | spa |
dc.subject.proposal | STEM | spa |
dc.title | Diseño de un sistema que permite identificar las aptitudes para el estudio de carreras stem basado en los resultados de las pruebas estandarizadas icfes saber 11 | spa |
dc.type | Trabajo de grado - Pregrado | |
dc.type.coar | http://purl.org/coar/resource_type/c_7a1f | |
dc.type.coarversion | http://purl.org/coar/version/c_ab4af688f83e57aa | |
dc.type.content | Text | |
dc.type.driver | info:eu-repo/semantics/bachelorThesis | |
dc.type.version | info:eu-repo/semantics/acceptedVersion | |
dspace.entity.type | Publication |
Archivos
Bloque de licencias
1 - 1 de 1
No hay miniatura disponible
- Nombre:
- license.txt
- Tamaño:
- 15.18 KB
- Formato:
- Item-specific license agreed upon to submission
- Descripción: