NeuralGenetic
Neural network optimizer
Trains artificial neural networks using the genetic algorithm
Building and training artificial neural networks (regression or classification) using the genetic algorithm.
241 stars
11 watching
90 forks
Language: Python
last commit: 12 months ago deep-learninggenetic-algorithmneural-networksoptimizationpygadpython
Related projects:
Repository | Description | Stars |
---|---|---|
ahmedfgad/cnngenetic | Trains CNNs using a genetic algorithm for classification problems where one class per sample is allowed. | 22 |
ahmedfgad/geneticalgorithmpython | A Python library implementing a genetic algorithm for optimizing machine learning algorithms and neural networks. | 1,905 |
ahmedfgad/torchga | Trains PyTorch models using a genetic algorithm | 96 |
ahmedfgad/kerasga | Trains Keras models using the Genetic Algorithm | 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 | 98 |
ahmedfgad/numpycnn | A Python implementation of a Convolutional Neural Network from scratch using NumPy for building CNNs from scratch | 577 |
joeddav/devol | An evolutionary algorithm for designing neural networks in Keras | 951 |
neuralhydrology/neuralhydrology | A Python library for training neural networks with focus on hydrological applications using PyTorch. | 372 |
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 | 572 |
mit-han-lab/data-efficient-gans | Improves GAN training efficiency by incorporating data augmentation | 1,286 |
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,017 |
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 |