This project provides a set of Python tools for creating various kinds of neural networks, which can also be powered by genetic algorithms using grammatical evolution. MLP, backpropagation, recurrent, sparse, and skip-layer networks are supported.
License
GNU General Public License version 2.0 (GPLv2)Follow Python Neural Genetic Algorithm Hybrids
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
The examples on the PyNeurGen website and in the source are excellent. However, I would like to see a new version which takes advantage of multiprocessing to speed up evaluation time.