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

https://github.com/zh-plus/evolutionary_neural_network-stop

Using evolutionary algorithm to search for a great neural network architecture.
https://github.com/zh-plus/evolutionary_neural_network-stop

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

##### 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](https://github.com/zh-plus/NN_example/blob/master/CNN/mnist_highACC.py) 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

- [Large-Scale Evolution of Image Classifiers](https://arxiv.org/pdf/1703.01041.pdf)
- [Regularized Evolution for Image Classifier Architecture Search](https://arxiv.org/pdf/1802.01548.pdf)
- [Learning Transferable Architectures for Scalable Image Recognition](https://arxiv.org/pdf/1707.07012.pdf)