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

搜索资源列表

  1. bp算法及其改进的matlab实现

    0下载:
  2. matlab语言编写的bp算法实现自适应PID控制。 共有:无导师的heb算法,有导师的delta算法,有导师的heb算法,改进的heb算法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-01-03
    • 文件大小:832
    • 提供者:wander
  1. 演化算法在参数回归中的应用

    0下载:
  2. 本文在VC++环境下用演化算法实现了非线性参数回归,实验结果表明,用此方法能够很好的实现非线性参数回归。-paper in VC environment using an evolutionary algorithm to achieve the nonlinear regression, experimental results indicate that this method can achieve good nonlinear regression.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3399
    • 提供者:龚文引
  1. my遗传算法

    0下载:
  2. 该算法实现了神经网络的遗传算法,从简单的角度出发,说明的算法-the algorithm to achieve a neural network genetic algorithm, from the simple point of view that the algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:86237
    • 提供者:应吉平
  1. 禁忌搜索算法实现蚁群繁殖问题算法

    0下载:
  2. 采用禁忌算法实现的蚁群繁殖算法,该问题可以很好地解决蚁群问题中优化问题-taboo algorithm using the Ant Algorithm breeding, the problem can be successfully resolved ant colony optimization problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:30636
    • 提供者:李冰龙
  1. sol 经典算法实现题 士兵站队问题

    0下载:
  2. 经典算法实现题----士兵站队问题,包括题目PDF和程序代码实现,与大家分享。-classical algorithm that - soldiers stand in line, including the subject PDF and procedures to achieve code, share with you.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-02-23
    • 文件大小:78695
    • 提供者:林总
  1. 遗传算法实现旅行商问题

    0下载:
  2. 本算法中采取了种群规模为100,同时采用轮盘赌来获取种群。开始使用随机的方法得到初始的种群-the algorithm adopted a population size of 100, using roulette to access populations. Using the stochastic method initial Stocks
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2770
    • 提供者:谢继晖
  1. 8Puzzle_DFS 人工智能经典问题八数码的深度优先搜索算法实现

    0下载:
  2. 人工智能经典问题八数码的深度优先搜索算法实现。没有图形界面。-Classic problem of artificial intelligence, eight digital breadth-first search algorithm. No graphical interface.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-21
    • 文件大小:303131
    • 提供者:zlf
  1. ID3_Impl ID3算法实现

    0下载:
  2. ID3算法实现,自己编写的,可以用标准数据集测试-ID3 algorithm, I have written, you can use the standard set of test data
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-14
    • 文件大小:2763
    • 提供者:国启
  1. bp-assort

    0下载:
  2. 应用bp算法实现对iris数据库的分类,iris数据库是人们广泛使用的用于模式分类的实例系统。它含有150个例子,分为三类,每个类由四个实数特征值描述,分别表示萼片(sepal )长度,萼片宽度,花瓣(petal )长度,花瓣宽度。问题是根据这四个特性值分类三种iris 植物,输入为四个特征值和类别 (5.1 3.5 1.4 0.2 0),输出算法分类结果 -Bp algorithms applied to the iris database, the classification, iris
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:2784
    • 提供者:姜丽
  1. source

    0下载:
  2. ID3算法实现机器学习和分类,根据训练结果,自动生成可以运行的C++语言代码。-ID3 machine learning algorithm and classification, according to the training results, it can run automatically generated C++ language code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:5653
    • 提供者:康维鹏
  1. 粒子群算法实现路径规划的问题比较实用的代码

    2下载:
  2. 粒子群算法实现路径规划的问题比较实用的代码而且已经运行成功非常珍贵的资料-Particle swarm algorithm of path planning problem is more practical code and have run very precious material success
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-29
    • 文件大小:122549
    • 提供者:凌蓝
  1. c#遗传算法实现

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-07-02
    • 文件大小:73514
    • 提供者:yanyan1992
  1. SMO算法实现

    0下载:
  2. 使用Matlab重新实现了svm算法中的核心算法SMO,即序列优化问题。 其中my_seqminopt.m是重写的实现代码,完成了核心的迭代优化过程。(MATLAB code of SMO algorithm in SVM algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:83968
    • 提供者:yyarrow
  1. 遗传算法和BP人工神经网络算法C++实现代码

    0下载:
  2. 遗传算法实现代码,帮助各位学习人工智能学习。(Genetic algorithm to achieve code, to help you learn Artificial Intelligence learning.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:513024
    • 提供者:鼎折覆餗
  1. BP算法

    0下载:
  2. BP算法,采用连接权重的神经迭代算法实现自学习(Optimizing the connection weights through the reverse BP neural network learning algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:wen jintao
  1. 蚁群算法_最优路径(二维)

    1下载:
  2. 应用粒子群算法实现路径规划,可以实现仿真(Application of particle swarm optimization algorithm to achieve path planning, simulation can be achieved)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:34816
    • 提供者:jaly0327
  1. 语音识别1

    1下载:
  2. 英文数字以及简单单词语音识别,用DTW算法实现,其中包含英文数字1-9的录音以及简单单词录音文件(Speech recognition of English numbers and words by DTW algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

  1. slic-python-implementation-master

    0下载:
  2. 图像分割算法实现——简单线性迭代slic(Realization of image segmentation algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:1315840
    • 提供者:quneenie
  1. LBP算法实现人脸识别

    0下载:
  2. 基于matlab平台的LBP算法实现人脸识别。(Face recognition based on LBP algorithm based on MATLAB platform.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-06
    • 文件大小:12171264
    • 提供者:大绿树叶
  1. 蚁群算法实现

    1下载:
  2. 这是蚁群算法实现的一个例程,用于解决0——1背包问题,对初始者有帮助,能够运行。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2020-10-14
    • 文件大小:1784253
    • 提供者:gksw123
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com