This repository contains my data mining laboratory works from the 4th course of Computer Science in KhNU by the name of V. N. Karazin.
OpenAI’s development of large language models (LLMs) and interactive chatbots has given rise to various AI solutions. The most famous of these is OpenAI’s own ChatGPT, but while that is currently ...
Genetic algorithms are heuristic search algorithms inspired by the process that supports the evolution of life. The algorithm is designed to replicate the natural selection process to carry generation ...
Abstract: In the software industry, testing operation represents a challenging task that is independent of software product quality control. Traditional and common software testing methods are time ...
Abstract: This paper deals with genetic algorithm implementation in Python. Genetic algorithm is a probabilistic search algorithm based on the mechanics of natural selection and natural genetics. In ...