CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - ga neural network

搜索资源列表

  1. ga

    0下载:
  2. GA优化神经网络,好不容易找到的!好东西大家共享-GA to optimize neural network, finally found
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6487
    • 提供者:孙文佳
  1. GaBp

    0下载:
  2. 用GA训练BP网络的权值、阈值从而优化神经网络-GA training BP network with the right value, the threshold in order to optimize the neural network
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1211
    • 提供者:sa
  1. GA-1_cpp

    0下载:
  2. 神经网络算法用CPP描述,在数学建模中会有应用-Neural network algorithm described by CPP
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:1848
    • 提供者:常鹏
  1. GA_SVM

    2下载:
  2. 对于小样本而言,SVM的仿真效果要比神经网络好,但是SVM的性能依赖于它的两个训练参数,本算法是用GA自动选择SVM的两个参数。-For small sample case, SVM simulation results than the neural network is good, but the performance of SVM depends on its two training parameters, the algorithm is automatically selected
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1673818
    • 提供者:单志
  1. GA-bp(CPP)

    0下载:
  2. GA Algorithm optimize the bp neural network
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:302420
    • 提供者:yuxiangyu
  1. GA-.BP

    0下载:
  2. 通过遗传算法优化BP神经网络权系数,达到局部的最有、优-By genetic algorithm to optimize BP neural network weight coefficient to reach the most local, excellent
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:4165
    • 提供者:王林
  1. GA-BP

    0下载:
  2. BP神经网络 GA-BP 非常实用的源码-Very useful source of BP Neural Network GA-BP
  3. 所属分类:CSharp

    • 发布日期:2017-11-02
    • 文件大小:154973
    • 提供者:黄慧
  1. BP-GA

    2下载:
  2. 一种实现话务预测预测算法,基于遗传算法优化神经网络,源码+数据,效果很好-A traffic forecast prediction algorithm based on genetic algorithm optimization neural network source+ data, the effect is very good
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:25797
    • 提供者:douzi
  1. GA-TSP

    0下载:
  2. 计算智能中的人工神经网络程序,可运行,已经测试过了-Computational Intelligence in artificial neural network program can be run, has been tested
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-17
    • 文件大小:1807
    • 提供者:苏小希
  1. GA-RBF

    1下载:
  2. 用遗传算法优化RBF神经网络,我自己用matlab写的,希望对大家有用。-Using genetic algorithms to optimize the RBF neural network, using matlab to write my own, I hope useful.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:4653
    • 提供者:何小华
  1. GA-BP

    0下载:
  2. 一个带数据的遗传优化神经网络算法,运行前在matlab输入A=load(D:\数据.txt) -A data genetic optimization of neural network algorithm, before running in MATLAB input A=load (D:\ data.Txt)
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:12258
    • 提供者:gym
  1. GA-TO-bp-NET

    0下载:
  2. 采用GA对神经网络的权值与阀值进行优化,得到效果更好的网络-GA uses neural networks for weights and thresholds are optimized to get better network
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:48550
    • 提供者:钱小毅
  1. GABPMain

    0下载:
  2. 基于遗传算法的BP神经网络优化算法的MATLAB代码,用遗传算法优化BP网络计算。-BP neural network based on genetic algorithm (ga) optimization algorithm of MATLAB code, and use genetic algorithm to optimize BP network computing
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1230
    • 提供者:海韦希
  1. GABP

    1下载:
  2. 基于C++,的GA优化BP神经网络算法,有详细注释-Based C++, the GA optimization BP neural network algorithm, detailed notes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:488558
    • 提供者:tgx
  1. GA-YOUHUAbpANN

    0下载:
  2. MATLAB中采用GA优化BP 神经网络的参数,具有一定的参考价值-MATLAB using GA optimization BP neural network parameters, has a certain reference value
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:13822
    • 提供者:谢达
  1. GA-BP-matlab-socure-code

    0下载:
  2. matlab写的神经网络代码,其中含有遗传算法对神经网络的权值和阈值优化模块,解释比较详细,师兄的毕业设计部分代码-Written in Matlab neural network code, which contains the genetic algorithm of neural network weights and threshold optimization module, a more detailed explanation, senior graduation design p
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1440
    • 提供者:wen32322
  1. ga_bp

    0下载:
  2. BP网络是一类多层的前馈神经网络,针对网络结构、初始连接权值和阈值的选择对网络训练的影响很大,但又无法准确获取,采用GA-BP对神经网络进行优化-GA-BP neural network optimization, pro test available
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:13472
    • 提供者:xixiwen
  1. abneticalgorithm

    0下载:
  2. 人工智能及神经网络的机器学习算法,经典的遗传算法,-Artificial intelligence and machine learning algorithm of neural network, the classic genetic algorithm (ga),
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:205824
    • 提供者:yunmblw
  1. genetic-appndcation-application

    0下载:
  2. 介绍有关GA遗传算法结合BP神经网络的经典文章及应用-About genetic algorithm GA combined with the classic articles and application of BP neural network
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-18
    • 文件大小:145408
    • 提供者:dulw&46712
  1. Desktop

    0下载:
  2. The neural network,是十大经典算法之一,可以应用到很多领域以作寻优(Genetic algorithm (ga), is one of the top ten classic algorithms,Can be applied to many areas for optimization)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:`张-妹
« 12 »
搜珍网 www.dssz.com