CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - machine genetic

搜索资源列表

  1. GA-SVM

    3下载:
  2. 遗传算法+支持向量机,非常的实用,希望对大家有用。-Genetic algorithms+ support vector machine, very useful, we want to be useful.
  3. 所属分类:Other systems

    • 发布日期:2016-04-27
    • 文件大小:1673304
    • 提供者:慧莹
  1. yichuan

    0下载:
  2. 通过自然选择、遗传、变异等作用机制,实现各个个体的适应性的提高。这一点体现了自然界中"物竞天择、适者生存"进化过程。1962年Holland教授首次提出了GA算法的思想,从而吸引了大批的研究者,迅速推广到优化、搜索、机器学习等方面,并奠定了坚实的理论基础。-Individuals through the mechanism of natural selection, genetic mutation, adaptation to improve. This is evidenced by the
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:19423
    • 提供者:vincent
  1. gaSVMcgForClass

    0下载:
  2. 基于遗传算法的支持向量机参数优化,优化速度快,效果不错-Parameter optimization of support vector machine based on genetic algorithm, optimization speed, good results
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:1630
    • 提供者:黄生志
  1. chejiandiaodu

    0下载:
  2. 流水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小。下面的源码是求解流水线型车间作业调度问题的遗传算法通用MATLAB源码,属于GreenSim团队原创作品,博客上发布的是不完
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3437
    • 提供者:yyl
  1. yichuansufa

    0下载:
  2. 人工神经网络,机器学习常用的一种算法 遗传算法的源代码-Artificial neural networks, machine learning algorithm commonly used- genetic algorithm source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:40084
    • 提供者:
  1. 02MATLAB

    0下载:
  2. 流水线车间生产调度的遗传算法MATLAB源代码 n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小-Line workshop production scheduling genetic algorithm M
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:19126
    • 提供者:樊奕
  1. main

    1下载:
  2. 采用遗传算法和支持向量机(svm)编写的手写字体识别算法,基于matlab-Handwriting recognition algorithm using genetic algorithms and support vector machine (svm) written on matlab
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1037364
    • 提供者:
  1. nenghai

    0下载:
  2. 遗传算法无功优化,与理论分析结果相比,多机电力系统仿真及其潮流计算。- Genetic algorithm based reactive power optimization, Compared with the results of theoretical analysis, Multi-machine power system simulation and flow calculation.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:7352
    • 提供者:drthicy
  1. feigiu

    0下载:
  2. 自写曲率计算函数 ,是机器学习的例程,遗传算法无功优化。- Since writing the curvature calculation function, Machine learning routines, Genetic algorithm based reactive power optimization.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:6038
    • 提供者:fiusunkiupan
  1. svm-regression

    0下载:
  2. 本程序是实现遗传支持向量机(SVM)的回归拟合,以混凝土的抗压测试为例,具有很好的学习价值。-This program is a genetic support vector machine (SVM) regression fit to the concrete compression test, for example, having a great learning value.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5042
    • 提供者:zhch8i
  1. 基于数控机床进给系统PID参数优化程序

    1下载:
  2. 本代码运行遗传算法对数控机床系统PID控制环节的参数进行了整定(This code runs the genetic algorithm(GA)to set the parameters of the PID control link of the CNC machine tool system.)
  3. 所属分类:其他

    • 发布日期:2020-06-23
    • 文件大小:9216
    • 提供者:对伐啦
  1. 神经网络入门13课源码

    3下载:
  2. 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part
  3. 所属分类:其他

    • 发布日期:2020-01-28
    • 文件大小:4372480
    • 提供者:1234567845432
搜珍网 www.dssz.com