8 results · ● Live web index
pmc.ncbi.nlm.nih.gov official

Augmenting genetic algorithms with machine learning ... - PMC

https://pmc.ncbi.nlm.nih.gov/articles/PMC11404003/

by H Kneiding · 2024 · Cited by 33 — Genetic operations are used to generate new offspring solutions in each generation and push the population towards novelty. They can be subdivided into two

Visit
medium.com article

GENETIC ALGORITHMS IN MACHINE LEARNING

https://medium.com/@bdacc_club/genetic-algorithms-in-machine-learning-f73e18a…

Genetic algorithms are used to produce high-quality solutions to optimization and search problems by tally on biologically inspired operators

Visit
towardsdatascience.com article

Genetic Algorithm and its practicality in Machine Learning | Towards Data Science

https://towardsdatascience.com/genetic-algorithm-6aefd897f1ac/

The Genetic Algorithm is based on concepts of genetics, where transformations are applied to data that aim to try to replicate events such as mutation, natural selection, and cross-over. Now that the basic concepts are defined, let’s look at an example of a problem that uses the Genetic Algorithm as a way to solve it. The details of how the network works are not the focus of this article, it is enough to know that the output *y* is calculated through operations that use the weights between the layers of the network and the input data. Then, the GA\_MLPFeedforward class was used to show how the performance of the model increases with the use of the Genetic Algorithm. After the execution of the algorithm, the evolution of the accuracy in the training data was plotted, as shown in Figure 4 below. Figure 4 - Evolution of the accuracy of the algorithm - image by author.

Visit
turing.com article

Genetic Algorithm Applications in Machine Learning

https://www.turing.com/kb/genetic-algorithm-applications-in-ml

Genetic algorithm in machine learning is mainly adaptive heuristic or search engine algorithms that provide solutions for search and optimization problems in machine learning. The working of genetic algorithms starts with the process of initialization where a set of individuals is generated that we refer to as population. Data mining and clustering use genetic algorithms to find out the centre point of the clusters with an optimal error rate given to its great searching capability for an optimal value. However, genetic algorithms can also be used in different areas of image analysis to resolve complex optimization problems. We can optimize and even customize all the operational stages with the help of the fitness function from genetic algorithms in wireless sensor networks. Genetic algorithms help in finding the optimal weight of goods to be delivered through the optimal set of delivery routes. Genetic machine learning algorithms are used to derive optimal schedules that satisfy certain constraints related to a problem.

Visit
reddit.com article

[D] Are Genetic Algorithms Dead? : r/MachineLearning

https://www.reddit.com/r/MachineLearning/comments/11fil25/d_are_genetic_algor…

I think genetic algorithms may have a new role to play in problems involving inference / text generation / prompting with language models, even

Visit