© 2026 Hashnode
Hey there, curious minds! This blog is a continuation of the previous one, where I initially optimized Random Forest and SVM using Nature-Inspired Optimization Techniques. Welcome to the series, “My Neural Path”, where I share my AI experimentation j...

Introduction The 8-Queens problem is a well-known puzzle in computer science and artificial intelligence. It involves positioning eight queens on an 8x8 chessboard in such a manner that no two queens can attack each other. In other words, no two quee...

Introduction: In the fast-paced world of technology, Artificial Intelligence (AI) stands at the forefront, revolutionizing the way we interact with machines and process information. This blog post aims to unravel the mysteries behind AI, shedding lig...

This article is for those like me who haven't done GA (Genetic Algorithms) in a while, and need a refresher on the most common parent selection, crossover, and mutation algorithms. I am limiting myself to those available in PyGAD, a nice Python libra...
