evolutionary_neural_network-STOP

Using evolutionary algorithm to search for a great neural network architecture.

MIT License

Stars
5
Current Situation

Basically, we'll use MNIST as our test bench now.

The preliminary goal we want to achieve is evolving an neural network that can rival the model in my NN_example repository, i.e. approximately 99.6 test accuracy in MNIST data set.

In the future, we will also adapt it into more data set, namely CIFAR-10, CIFAR-100 and ImageNet.

References