2024 Proceedings
Permanent URI for this collection
Browse
Browsing 2024 Proceedings by Author "Abdul-Azeez, M."
Now showing 1 - 2 of 2
Results Per Page
Sort Options
- ItemOpen AccessImproving Medical Diagnosis with LLM Reprompting(MIRG, 2024-11-25) Amina, B.M.; Ebun, P.F.; Chika, P.O.; Babatunde, A.S.; Abdul-Azeez, M.In this paper, an innovative approach to enhancing medical diagnosis through the use of prompt engineering in large language models by introducing a systematic, multi-step algorithm that utilizes prompt engineering to construct refined prompts for a language model, optimizing its accuracy and relevance in generating diagnostic insights. The algorithm includes components for input processing, trigger token matching, template selection, and response generation, effectively structuring the interaction between user input and model output to ensure high-quality responses. The system’s efficacy was evaluated using clinical prompts, demonstrating its potential to improve diagnostic accuracy and support clinicians in decision-making. This paper contributes to the growing field of AI in healthcare by providing a scalable, adaptable framework for automatic prompt generation, offering valuable insights for improving clinical support.
- ItemOpen AccessTowards a Multiclass Neural Decision Tree for Large Scale Data Classification(MIRG, 2024-11-25) Ayodeji, A. A.; Ebun, P. F.; Babatunde, A. S.; Abdul-Azeez, M.; Chika P. O.Machine learning is an evolving field of artificial intelligence which involves developing algorithms which enable machines to gain insights from data and utilize the knowledge gained for efficient decision making. The field of machine learning integrates several advanced methods ranging from simple linear regression to more complex neural networks. For improved accuracy in binary and multi-class classification tasks, this work proposes the Neural Decision Tree (NDT) classifier which leverages the computational strengths of Artificial neural networks by integrating a neural network at each node of a decision tree. This research is aimed at addressing one of the major shortcomings of decision trees which is the high tendency to overfit which leads to poor generalization to unseen data. The results obtained from the experiments performed using the NDT classifier in this project indicates that the Neural Decision Tree (NDT) performs more efficiently than traditional decision trees in terms of accuracy of predictions and achieves a better generalization to the unseen data. The NDT classifier is used to predict the diabetes status of patients with an accuracy of 97.23% and an AUC score of 0.98, additionally the NDT classifier is applied to the dry bean dataset, achieving an accuracy of 92.77% on the test set. These results demonstrate the versatility of the NDT classifier in various domains including medical applications.