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

搜索资源列表

  1. 差别算法matlab源码

    0下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16633
    • 提供者:张正
  1. GA

    1下载:
  2. matlab编写的遗传算法优化程序,采用随机配对交叉,多点交叉,两点交叉,编译对目标函数进行优化-matlab genetic algorithm to optimize the preparation procedures, using a random cross-matching, multi-point crossover, two cross-cutting, the compiler of the objective function to optimize
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1502
    • 提供者:夏雨泽
  1. bp3

    1下载:
  2. 三层前馈神经网络的BP算法。程序具有以下功能: (1) 允许选择各层节点数; (2) 允许选用不同的学习率η; (3) 能对权值进行初始化,初始化用[-1、1]区间的随机数; (4)允许选用单极性和双极性两种不同Sigmoid型转移函数。 -Three-tier feed-forward neural network BP algorithm. Procedures have the following functions: (1) allows to choose the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1214
    • 提供者:Mingruixia
  1. DifferentialEvolutionAPracticalApproachtoGlobalOpt

    0下载:
  2. 这是一本讲微分进化的书,进化算法是以遗传算法为代表的一类随机算法的总称,95年由Rainer Storn和Kenneth Prici提出微分进化方法,比传统进化算法更好更简单,2004年该方法的原创者出版了长达580页的微分进化:一种全局优化的实用方法,本书是英文版,似乎还没有中文版,希望对感兴趣的人有用-This is a book stresses differential evolution, evolutionary algorithm based on genetic algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:9848998
    • 提供者:plow
  1. SOA_wgyh_zyk_dai_57

    1下载:
  2. 对电力系统57接点应用随机搜索法进行潮流分析,及电压稳定分析-Contact 57 on the power system using random search method for trend analysis, and voltage stability analysis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5671
    • 提供者:jiangzhiling
  1. JLinkage

    1下载:
  2. J-linkage 算法,可以用于多体拟合的一种策略,优于Multi-ransac-This paper tackles the problem of fitting multiple instances of a model to data corrupted by noise and outliers. The proposed solution is based on random sampling and conceptual data representation. Each poin
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-07-10
    • 文件大小:275910
    • 提供者:tomas
  1. CellAuto

    0下载:
  2. 元胞自动机的虚拟程序 开发工具:Microsoft Visual Basic 6.0 运行平台:Windows OS (VB编译,代码未优化,运行速度较慢) 词语解释: CA,cellular automata,元胞自动机,或称细胞自动机。 模式(Pattern),多个细胞构成的一个状态组合。 模型: 维度,二维四方网格 细胞,两种状态(活、死);一个方格代表一个细胞。 邻居,Moore型(上、下、左、右、左上、右上、左下、
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:106818
    • 提供者:iDo4LT
  1. CRFall

    0下载:
  2. 条件随机域(Conditional Random Field)的matlab实现代码。-The implementation of Conditional Random Field
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1419379
    • 提供者:张旭初
  1. MonteCarlo-ppt-sample

    0下载:
  2. 蒙特卡罗(Monte Carlo)方法,又称计算机随机模拟方法,是一种基于"随机数"的计算方法。这一方法源于美国在第二次世界大战研制原子弹的曼哈顿计划。该计划的主持人之一数学家冯诺伊曼用驰名世界的赌城-摩纳哥的Monte Carlo来命名这种方法。-Monte Carlo (Monte Carlo) methods, also known as computer-generated random simulation method is based on " random number&
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:516687
    • 提供者:Kevin
  1. SKIN-DETECTION-USING-A-MARKOV-RANDOM-FIELD-AND-A-

    0下载:
  2. In this paper, human skin detection is performed using a new color space coordinate and a Markov random fi eld based approach.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:353073
    • 提供者:Shooty
  1. particle-swarm-algorithm---matlab

    0下载:
  2. PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优-PSO algorithm is an evolutionary algorithm, and genetic algorithm is similar, it is starting from a random solu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:20204
    • 提供者:shitou
  1. matlab-accessory_parameter

    0下载:
  2. lingjian.m-----蒙特卡罗方法 lingjian.m使用零件初始值,用蒙特卡罗方法算出总费用。其中使用了自己编制的正态分布随机数发生器产生正态分布随机数。lingjian.m是对蒙特卡罗方法的一次练习。 accyouhua为标定值的函数,而lingjian不是一个函数,在其中已给出了一组标定值的值。 退火确定标定值/unitanneal()----模拟退火 连续型多个变量组合优化问题 这是对模拟退火方法的一次练习,结果证明模拟退火确实是一
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:4211
    • 提供者:吴自强
  1. matlab-MRF-toy-examples

    0下载:
  2. 压缩感知中置信传播和马尔可夫随机场的全部源代码-Compressed sensing belief propagation and Markov random field full source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:22358
    • 提供者:康莉
  1. randomforest-matlab

    3下载:
  2. 基于随机森林思想的分类和回归算法,调试通过。-Random forests classification and regression algorithm based on the thought of.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:429027
    • 提供者:hell
  1. matlab

    1下载:
  2. 随机森林模型matlab仿真代码,能流畅运行哦-Random forests model of matlab code, and can run smoothly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:188372
    • 提供者:xinglei
  1. random-nerve

    0下载:
  2. 《MATLAB神经网络原理与实例精解》一书配套的随机神经网络程序示例,含有完整注释。-Network Program Example MATLAB network principles and examples of fine nerve Solutions, a book supporting random nerve, contains the complete comment.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3399
    • 提供者:yao
  1. RF---MATLAB

    0下载:
  2. 转别人编写的随机森林的MATLAB 源代码,用于分类与回归,程序可以-Others write random forests of MATLAB source code, is used for classification and regression, the program can
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-12
    • 文件大小:201014
    • 提供者:chengwengang
  1. 2047

    0下载:
  2. Calculation multifractal detrended fluctuation analysis matlab program, Machine learning routines, Rapid expansion of random spanning tree algorithm.
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:7168
    • 提供者:manqiekei
  1. rbf

    1下载:
  2. 自己编写RBF神经网络程序,RBF神经网络隐层采用标准Gaussian径向基函数,输出层采用线性激活函数,其中数据中心、扩展常数和输出权值均用梯度法求解,它们的学习率均为0.001。其中隐节点数选为10,初始输出权值取[-0.1,0.1]内的随机值,初始数据中心取[-1,1]内的随机值,初始扩展常数取[0.1,0.3]内的随机值,输入采用[0 1]的随机阶跃输入(Write your own RBF neural network, RBF neural network hidden layer
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-28
    • 文件大小:19456
    • 提供者:RED2AWN
  1. Fuzzy random forest

    0下载:
  2. Random forest demo; it just a document
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:14336
    • 提供者:Link.
« 12 3 »
搜珍网 www.dssz.com