文件名称:neural-network-genetic-algorithm-master
介绍说明--下载内容来自于网络,使用问题请自行百度
为了自动学习CNN的深度网络结构,网络结构的数量随着网络中间层数量的增加呈指数增长,这启发我们使用遗传算法有效地遍历这个大的搜索空间。我们首先提出一种编码方法,将每个网络结构表示为一个固定长度的二进制字符串,然后通过生成一组随机个体来初始化遗传算法。在每一代中,我们定义标准的遗传操作(如选择、突变和交叉)来消除弱势个体并产生更具竞争力的个体。(In order to automatically learn the deep network structure of CNN, the number of network structure increases exponentially with the increase of the number of network middle layer, which inspires us to use genetic algorithm to effectively traverse this large search space.We first propose a coding method to represent each network structure as a binary string of fixed length, and then initialize the genetic algorithm by generating a set of random individuals.In each generation, we define standard genetic operations (such as selection, mutation, and crossover) to eliminate vulnerable individuals and produce more competitive ones.)
相关搜索: 遗传算法
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
neural-network-genetic-algorithm-master | 0 | 2017-11-17 |
neural-network-genetic-algorithm-master\.gitignore | 14 | 2017-11-17 |
neural-network-genetic-algorithm-master\LICENSE | 1073 | 2017-11-17 |
neural-network-genetic-algorithm-master\README.md | 1420 | 2017-11-17 |
neural-network-genetic-algorithm-master\brute.py | 2619 | 2017-11-17 |
neural-network-genetic-algorithm-master\main.py | 3323 | 2017-11-17 |
neural-network-genetic-algorithm-master\network.py | 1570 | 2017-11-17 |
neural-network-genetic-algorithm-master\optimizer.py | 5464 | 2017-11-17 |
neural-network-genetic-algorithm-master\train.py | 3658 | 2017-11-17 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.