pygad topic

List pygad repositories

GeneticAlgorithmPython

1.8k
Stars
452
Forks
Watchers

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

NumPyCNN

560
Stars
188
Forks
Watchers

Building Convolutional Neural Networks From Scratch using NumPy

NeuralGenetic

235
Stars
90
Forks
Watchers

Building and training artificial neural networks (regression or classification) using the genetic algorithm.

TorchGA

88
Stars
15
Forks
Watchers

Train PyTorch Models using the Genetic Algorithm with PyGAD

PyConSys

30
Stars
8
Forks
Watchers

Python Control System : Create control loops and let the AI set the PID parameters

KerasGA

35
Stars
9
Forks
Watchers

Training Keras Models by the Genetic Algorithm using PyGAD

NumPyANN

99
Stars
53
Forks
Watchers

Implementation of Artificial Neural Networks using NumPy