由于本人对并行遗传算法非常熟悉,所以去年一直在考虑用并行遗传算法进行深度神经网络的训练(http://blog.youkuaiyun.com/lijianhua1205/article/details/72786057),目前,共享专车巨头Uber集中发布了5篇通过用并行遗传算法来优化神经网络的神经进化(neuroevolution),叫做Deep Genetic Algorithm (DeepGA),这种办法也成为增强学习(RL)中训练深度神经网络的一种有效方法。
论文地址:https://arxiv.org/abs/1712.06567
Deep Neuroevolution: Genetic Algorithms Are a Competitive Alternative for Training Deep Neural Networks