NeuralGenetic
Genetic algorithm optimizer for neural networks
Trains artificial neural networks using the genetic algorithm to optimize regression or classification tasks
Building and training artificial neural networks (regression or classification) using the genetic algorithm.
241 stars
11 watching
90 forks
Language: Python
last commit: 10 months ago deep-learninggenetic-algorithmneural-networksoptimizationpygadpython
Related projects:
Repository | Description | Stars |
---|---|---|
ahmedfgad/cnngenetic | Trains CNNs using the genetic algorithm | 22 |
ahmedfgad/geneticalgorithmpython | A Python library for building and optimizing machine learning algorithms using a genetic algorithm | 1,887 |
ahmedfgad/torchga | Trains PyTorch models using the Genetic Algorithm with PyGAD | 96 |
ahmedfgad/kerasga | Trains Keras models using a genetic algorithm optimization method | 36 |
aqibsaeed/genetic-cnn | A tool for exploring and optimizing the architecture of Convolutional Neural Networks using a Genetic Algorithm | 218 |
ahmedfgad/numpyann | An implementation of artificial neural networks using NumPy for building regression and classification models. | 98 |
ahmedfgad/numpycnn | Builds convolutional neural networks from scratch using NumPy | 572 |
joeddav/devol | An evolutionary algorithm for designing neural networks in Keras | 950 |
neuralhydrology/neuralhydrology | A Python library for training neural networks with focus on hydrological applications using PyTorch. | 364 |
delta2323/gb-gnn | Analyzes and optimizes the performance of graph neural networks using gradient boosting and various aggregation models. | 13 |
graal-research/poutyne | A PyTorch framework simplifying neural network training with automated boilerplate code and callback utilities | 569 |
mit-han-lab/data-efficient-gans | Improves GAN training efficiency by incorporating data augmentation | 1,283 |
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,012 |
paarthneekhara/rnn_adversarial_reprogramming | Repurposes pre-trained neural networks for new classification tasks through adversarial reprogramming of their inputs. | 6 |
dmitryulyanov/age | This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |