An open API service indexing awesome lists of open source software.

https://github.com/yilmaz08/genetic-neural-network-optimizer

A simple "Neural Network Optimizer" with genetically changing neuron and layer counts.
https://github.com/yilmaz08/genetic-neural-network-optimizer

genetic-algorithm neural-network neural-networks tensorflow

Last synced: 3 months ago
JSON representation

A simple "Neural Network Optimizer" with genetically changing neuron and layer counts.

Awesome Lists containing this project

README

          

# Genetic Neural Network Optimizer
This is a really simple and basic implementation of a genetic algorithm to train a neural network. However it is not fully functional on every aspect! It just genetically changes the neuron count on every layer and adds/removes layers but it doesn't do anything with biases or weights. So I call it a genetic NN optimizer.