CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - solve matlab

搜索资源列表

  1. KNN_2011211651

    0下载:
  2. 应用KNN算法解决0到9的手写数字识别问题,效果在90 以上,内部有两个数据集,一个为训练集(7291个数据),一个为测试数据(2791个数据),程序采用MATLAB编写,另附有文档,程序简洁易懂-Application KNN algorithm to solve 0-9 handwritten digit recognition problem, the effect is more than 90 , the inside has two data sets, one for the tr
  3. 所属分类:AI-NN-PR

  1. my_radar_signal

    1下载:
  2. 使用支持向量聚类算法进行雷达辐射源信号分解。使用libsvm工具箱。需要运行前安装libsvm工具箱,可以从matlab相关的论坛上下载。-Using support vector clustering algorithm to solve the radar emitter signal decomposition problem.you need to install Libsvm toolbox before run the program, you can download it f
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1125
    • 提供者:Bill
  1. geneticVRP

    0下载:
  2. matlab编程遗传算法代码,解决VRP车辆路径问题-Genetic algorithm matlab programming code to solve VRP Vehicle Routing Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4403
    • 提供者:兰少曼
  1. matlabBP

    1下载:
  2. 人工神经网络解决旅行商问题\matlab编程-bp neural network algorithm to solve the traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1578
    • 提供者:李真真
  1. ga

    0下载:
  2. 本程序是作者在科研项目中,编写并亲测。该程序用来求解无约束单目标优化问题。对于约束优化问题,可做相应的修改,即可使用。-Genetic Algorithm coded in Matlab. We used the program to solve the unconstrained optimization problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1409
    • 提供者:jessily
  1. sa

    0下载:
  2. 这是本人在做项目时编写的一个模拟退火算法。利用该算法可以求解无约束优化问题。对于约束优化问题,可做相应的修改,即可使用。-The Simulated Annealing program is coded in Matlab. You can use the program to solve the unconstrained optimization program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1171
    • 提供者:jessily
  1. TSP_GA

    0下载:
  2. 本代码是用matlab语言编写的利用遗传算法寻优求解TSP问题,遗传算法部分所有子函数均为手工编写,最后画出了仿真得到的最优路线图。-The program is written in matlab program to solve TSP problem by genetic alogrithm,and the genetic optimization part is all written by hand(not calling functions or tools).at last,I d
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7231
    • 提供者:dingmin
  1. GAAS

    0下载:
  2. 遗传算法的matlab程序,可以解决函数的极值最小值问题。-GA can solve the unlinear problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2658
    • 提供者:asasasas
  1. ASTSP

    0下载:
  2. 基于蚁群算法的解决30个城市坐标的旅行商问题matlab编码-Based on ant colony algorithm to solve the 30 cities coordinates traveling salesman problem matlab coding
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1997
    • 提供者:欣然
  1. GA_simple

    0下载:
  2. MATLAB的源码,用遗传算法求解函数的最大值-Using genetic algorithm to solve function maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2871
    • 提供者:张尚然
  1. Fuzzy-Synthetic-Evaluation-Model

    0下载:
  2. 在MATLAB下实现模糊综合评价,有GUI用户界面,例子为打分系统,为初学者提供帮助。 简介:模糊综合评价法是一种基于模糊数学的综合评标方法。该综合评价法根据模糊数学的隶属度理论把定性评价转化为定量评价,即用模糊数学对受到多种因素制约的事物或对象做出一个总体的评价。它具有结果清晰,系统性强的特点,能较好地解决模糊的、难以量化的问题,适合各种非确定性问题的解决。-Achieved in MATLAB comprehensive uation, there are GUI user inter
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:9791
    • 提供者: xs
  1. SolveLasso

    0下载:
  2. 解决lasso问题的MATLAB代码,可以很方便的求解L1范数问题-to solve the lasso problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:3670
    • 提供者:高春阳
  1. simulated-annealing(SA)

    0下载:
  2. 模拟退火方法解决TSP问题,代码用MATLAB实现,可直接运行,可自行修改初始城市数据-Simulated annealing algorithm to solve TSP problem, the code using MATLAB to achieve, can be run directly, you can modify the initial data on their own city
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2359
    • 提供者:王宇蒙
  1. multi-objective-

    0下载:
  2. MATLAB实现遗传算法程序解多目标规划很好用-MATLAB genetic algorithm to solve multi-objective programming is very easy to use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:163200
    • 提供者:gekao
  1. MPGA

    1下载:
  2. 基于多种群遗传算法的MATLAB程序,解决无线传感器网络布局优化问题。-Based on multi-population genetic algorithm MATLAB program to solve the problem of wireless sensor network layout.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1309
    • 提供者:gsyahu
  1. ant

    0下载:
  2. 基于蚁群算法用MATLAB求解城市之间的最短路径问题,适合新手阅读使用-Read based on ant colony algorithm using MATLAB to solve the shortest path between cities, suitable for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1648
    • 提供者:向东
  1. GA

    0下载:
  2. 遗传算法简单的求解y xsin(10pix)+2的matlab程序-Simple genetic algorithm (ga) to solve y xsin(10pix)+2 with matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:4092
    • 提供者:37度
  1. liangziyichuan

    1下载:
  2. 量子遗传算法解决0-1背包问题的MATLAB代码,亲测好用-Quantum genetic algorithm to solve 0-1 knapsack problem MATLAB code, useful pro-test
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:3690
    • 提供者:张婷
  1. vrp

    0下载:
  2. 使用matlab编写遗传算法,解决车辆路径最优化问题-Using MATLAB to prepare the genetic algorithm to solve the vehicle routing optimization problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:6891
    • 提供者:zhch76
  1. PSOtsp

    0下载:
  2. 粒子群算法解决TSP问题matlab源代码-Particle swarm algorithm to solve TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:210023
    • 提供者:Alice wang
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com