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

搜索资源列表

  1. bayesfunction

    0下载:
  2. bayeserr - Computes the Bayesian risk for optimal classifier. % bayescln - Classifier based on Bayes decision rule for Gaussians. % bayesnd - Discrim. function, dichotomy, max aposteriori probability. % bhattach - Bhattacharya s upper limit of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5302
    • 提供者:孟庆
  1. zju-max-Ga

    0下载:
  2. 一个求函数最值得c程序,使用遗传算法。简解明了。非常实用。-a function for most c, the use of genetic algorithm. Mr Xie understand. Very practical.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2982
    • 提供者:李冲
  1. GCluser

    1下载:
  2. 分级聚类算法:包括k-mean max-dist min-dist 程序使用方法: 程序中打开文件“.dat”-》选择聚类方法-》显示数据 .dat文件格式: 分成几类 输入样本维数 样本个数 下面依次为样本特征向量
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:45137
    • 提供者:越越
  1. KMEANS

    0下载:
  2. This directory contains code implementing the K-means algorithm using min-max distance.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:39561
    • 提供者:lili
  1. FirstChange

    0下载:
  2. 人工智能博弈树学习。用户是MAX方,电脑是MIN方,实现经典的分钱币游戏的与或图盲目搜索算法。-Artificial intelligence game tree learning. MAX user side, the computer is MIN parties to achieve the classic sub-games and coins or graph blind search algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:925187
    • 提供者:王石
  1. Fuzzy

    1下载:
  2. 模糊算法,实现了求交法计算模糊蕴含关系、最大最小法进行合成运算、求并法计算输出量的模糊集合、加权平均法计算实际的清晰控制量等部分的详细代码。-Fuzzy algorithm, the realization of the intersection method to calculate fuzzy implication relations, max-min method for synthesis of computing, and method for output fuzzy sets,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:8685
    • 提供者:LCC
  1. tenlei

    0下载:
  2. function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:3379
    • 提供者:download99
  1. hc-mmas-ubqp

    0下载:
  2. Short descr iption: A MAX-MIN Ant System (MMAS) implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP). Aim of the software: Educational (not high-performance) it shows how to implement a M
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:320545
    • 提供者:xiaochuzhe
  1. max

    0下载:
  2. 计算4个股票中一年内每天的最大最大最小差值的源码,自己修改下可以利用-Calculation of the stock in year four of the largest daily max-min difference between the source that they can be modified to use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3192
    • 提供者:cxf
  1. ACO.ZIP

    0下载:
  2. ACO algorythm. This software package provides an implementation of various Ant Colony Optimization (ACO) algorithms applied to the symmetric Traveling Salesman Problem (TSP). The ACO algorithms implemented are Ant System, Elitist Ant System, MAX-MIN
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:35205
    • 提供者:Aco17
  1. Code

    0下载:
  2. 最大流的压入与重标记算法,最短路程,最大费用的算法,-The Push-Relabel Algorithm max/min cuts
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1105
    • 提供者:
  1. clkmeans

    0下载:
  2. 将最大最小距离和k-means算法融合实现聚类-max-min distance and k-means
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:223386
    • 提供者:
  1. MAX-MINAntSystem

    0下载:
  2. 最大最小蚂蚁系统程序,供学习应用者参考。-Max-min ant system program for the learning applications in Taiwan.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:43830
    • 提供者:zangtianlei
  1. MMAS

    0下载:
  2. 最大最小蚁群算法求解TSP的实现在基本算法的基础上做少许更改即可。 1》初始化路段信息素为最大值 2》在增加信息素时只更新最优路径 3》在挥发信息素时,将所有路段的信息素值限制在最大最小值之间-Max Min Ant Colony
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:55135
    • 提供者:rock
  1. GAslnhm

    0下载:
  2. 用来计算函数最大值的MATLAB的遗传算法-GA algorithm for computating max value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8135
    • 提供者:ny
  1. original

    0下载:
  2. 这个程序是用遗传算法求函数的最大值的源码,很有参考价值-this code is about the max way to solve it out
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:10259
    • 提供者:张媛媛
  1. change-channel-final

    0下载:
  2. max烘焙后贴图通道为3,本程序可以自动地将通道3改为通道1,非常好用而且强大。-chang channel3 to channel 1
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:712
    • 提供者:godyviwxf
  1. Max-and-Min

    0下载:
  2. 运用递归与分治策略同时找到一组数据的最大最小数,算法复杂度为n*logn-The use of recursive divide and conquer strategy with the same time find a set of minimum and maximum number of data, the algorithm complexity is n* logn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:698
    • 提供者:Jack
  1. myGA

    0下载:
  2. 用遗传算法求函数 max f(x1,x2) = 100 (x1^2-x2^2)^2 + (1-x1)^2, -2.005 ≤ xi ≤ 2.005 的最大值-Using genetic algorithms get max f (x1, x2) = 100 (x1 ^ 2-x2 ^ 2) ^ 2+ (1-x1) ^ 2, when-2.005 ≤ xi ≤ 2.005
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1480
    • 提供者:littlestep
  1. get-a-max-value-with-GA

    0下载:
  2. 用遗传算法来求解一个函数的最大值,简单易懂-get a max value of a fuction with the method of GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1294
    • 提供者:冯亮
« 12 3 »
搜珍网 www.dssz.com