GeneticAlgorithmPython

Genetic Algorithm Library

A Python library implementing a genetic algorithm for optimizing machine learning algorithms and neural networks.

Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).

GitHub

2k stars
29 watching
466 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list

deep-learningevolutionary-algorithmsgenetic-algorithmmachine-learningneural-networksnumpyoptimizationpygadpygad-documentationpython

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
ahmedfgad/neuralgeneticTrains artificial neural networks using the genetic algorithm241
ahmedfgad/torchgaTrains PyTorch models using a genetic algorithm96
ahmedfgad/cnngeneticTrains CNNs using a genetic algorithm for classification problems where one class per sample is allowed.22
ahmedfgad/kerasgaTrains Keras models using the Genetic Algorithm36
handcraftsman/geneticalgorithmswithpythonA collection of example projects demonstrating the use of genetic algorithms in solving various optimization problems using Python1,213
openmole/mgoA software library for purely functional genetic algorithms with an emphasis on multi-objective optimization and robustness to noisy fitness functions72
tomcraven/gogaA Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components.220
ahmedfgad/numpyannAn implementation of artificial neural networks using NumPy98
researchcodeshub/quantumgeneticalgorithmsImplementing Quantum Genetic Algorithms using Python to solve optimization problems inspired by Darwinian natural selection.56
aqibsaeed/genetic-cnnA tool for exploring and optimizing the architecture of Convolutional Neural Networks using a Genetic Algorithm218
hjmshi/pytorch-lbfgsA PyTorch implementation of L-BFGS optimization algorithm for training neural networks591
frett27/ada-gaA library that provides an implementation of a genetic algorithm in Ada2
hchasestevens/monkeysA Python framework for using genetic programming to solve problems and optimize solutions122
akanimax/pro_gan_pytorchImplementation of a deep learning model for generating high-quality images with improved stability and variation.538
trevorstephens/gplearnA Python library for solving symbolic regression problems using genetic programming1,636