Tool for applying, visualizing, and training neural networks using a genetic algorithm
- Training a population with any set of training data or loss function
- Total control over the size and shape of the neural network
- Multiprocessing for parallel training
- Viewing the neural network
- Pygame surfaces integration
- Easy use
Install EGene by running:
pip install egene
Source code:
MIT