Legos Lightlegos.hashnode.dev·Dec 26, 2024Genetic Programming - Thuật toán di truyền💡 Thuật toán di truyền (Genetic Algorithm) là một kỹ thuật tối ưu hóa và tìm kiếm lấy cảm hứng từ tiến hóa tự nhiên trên nguyên lý chọn lọc tự nhiên và di truyền học của Darwin. Thuật giải này là một công cụ đơn giản và mạnh mẽ để tìm kiếm trong nhữ...AI & Machine Learninggenetic-algorithms
Nayan Rautnayanraut1412blog.hashnode.dev·Sep 21, 20248-Queens problem using Local Search Algorithm (Genetic Algorithm)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...8-Queens problem
Aayushman Sharmabytebrew.hashnode.dev·Feb 21, 2024Genetic Algorithm in Machine LearningGenetic Algorithms (GAs) represent adaptive heuristic search algorithms rooted in the principles of natural selection and genetics. They intelligently leverage random search, guided by historical data, to navigate towards improved solutions within th...38 likes·85 readsMachine Learning
Satyabrata Mohantysatya900.hashnode.dev·Jan 29, 2024Unveiling the Wonders of Artificial Intelligence: A Dive into Techniques and AlgorithmsIntroduction: 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...Artificial Intelligence
Lucy Linderblog.derlin.ch·Apr 25, 2022Genetic algorithms with PyGAD: selection, crossover, mutationThis 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...1 like·5.4K readsgenetic-algorithms