The proliferation of open-sourced Large Language Models (LLMs) and diverse downstream tasks necessitates efficient model selection, given the impracticality of fine-tuning all candidates due to ...
Abstract: Genetic algorithms (GA) are search engines that either optimize or reduce predefined functions. The technique of selection is an important phase in GA. This research study aims to evaluate, ...
This repository contains my complete solutions to the legendary Karan's Mega Project List — a curated collection of programming challenges designed to improve coding skills across multiple domains.
Abstract: In Computer Science, Sorting is a very basic and important issue. This is most important because it increase the value to the data and makes easier to manage and modify a sorted data. But ...