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

搜索资源列表

  1. LVQ学习矢量化算法

    0下载:
  2. LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network. Source code may be found in LVQ.CPP. Sample training data is found in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:38398
    • 提供者:张伟华
  1. Hermit多项式在线学习ran算法

    0下载:
  2. 本程序用资源分配网(Resource_Allocation Network,简称RAN)实现了Hermit多项式在线学习问题。训练样本产生方式如下,样本数400,每个样本输入Xi在区间[-4,4]内随机产生(均匀分布),相关样本输出为F(Xi) = 1.1(1-Xi + Xi2)exp(-Xi2/2),测试样本输入在[-4,+4]内以0.04为间隔等距产生,共201个样本。训练结束后的隐节点为:11个,训练结束后的平均误差可达:0.03 -this program resources dis
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8070
    • 提供者:刘波
  1. Qstudy

    0下载:
  2. 一段人工智能Q学习算法的程序实现,利用六格世界进行演示Q学习的过程。-Q learning algorithm of artificial intelligence for some of the program, using six grid world presentation Q learning process.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-03-16
    • 文件大小:25365
    • 提供者:陈松
  1. program

    1下载:
  2. 基于无监督学习的谱聚类算法的文本的聚类分类。-Unsupervised Learning Based on spectral clustering algorithm for text clustering classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-01-11
    • 文件大小:10487
    • 提供者:王梓瑞
  1. VBBP

    3下载:
  2. VB的BP神经网络算法演示程序,能给大家提供很好的学习神经网络的资料-VB-BP neural network algorithm demo program
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-21
    • 文件大小:29055
    • 提供者:wangweian
  1. matlab-program-of-ga

    0下载:
  2. 遗传算法经典案例可以有效帮助人们学习智能控制与智能系统-Classic case of genetic algorithm can effectively help people learn Intelligent Control and Intelligent Systems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:9329
    • 提供者:tongtong
  1. pso-program

    0下载:
  2. 各种粒子群算法程序,包含基本粒子群,带压缩因子的粒子群算法,权重改进的粒子群算法,变学习因子的粒子群算法,二阶粒子群算法,混沌粒子群算法以及模拟退火的粒子群算法,功能很强大,经过实测可以直接应用-A variety of particle swarm optimization procedures, including elementary particles group with compression factor of the particle swarm algorithm, the w
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:8654
    • 提供者:zxq
  1. Fuzzy-PID-control-c-program

    0下载:
  2. 由于项目需要,需要模糊控制算法,之前此类知识为0,经过半个多月的研究,终于有的小进展。开始想从强大的互联网上搜点c代码来研究下,结果搜遍所有搜索引擎都搜不到,以下本人从修改的模糊控制代码,经过自己修改后可在vc6.0,运行!输入e表示输出误差,ec表示误差变化率,经过测试具有很好的控制效果,对于非线性系统和数学模型难以建立的系统来说有更好的控制效果!现将其公开供大家学习研究!-Fuzzy PID control c program.doc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:4749
    • 提供者:zhuyun
  1. MATLAB-program

    0下载:
  2. ANN模型及其学习算法,试图从数学上描述ANN的动力学过程,建立相应的ANN模型,在该模型的基础上,对于给定的学习样本,找出一种能以较快的速度和较高的精度调整神经元间互连权值,使系统达到稳定状态,满足学习要求的算法。-ANN model and its learning algorithm, trying to describe ANN from mathematics and the dynamics of the process, and set up a corresponding ANN
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3174
    • 提供者:Zhang
  1. GA-program-use-vb

    1下载:
  2. 用vb编写的遗传算法程序,供遗传算法入门程序学习研究。-GA program for study,write in VB
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:567
    • 提供者:jeffer
  1. Particle-swarm-optimization-program

    0下载:
  2. 粒子群算法源程序,一个完整的粒子群算法程序,供大家一起学习和参考。-Source program of particle swarm optimization (pso), a complete procedure of particle swarm optimization (pso), for everybody to learn together and reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4715
    • 提供者:宋玲
  1. Source-program

    0下载:
  2. 本源程序用于基于线性矩阵不等式的单级倒立摆T-S模糊控制,供学习研究-Source program for single-stage inverted pendulum based on linear matrix inequality (lmi) t-s fuzzy control, for the study
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:13620
    • 提供者:曾小星
  1. Neural-network-ppt-and-program-code

    0下载:
  2. 神经网络学习课件及示例的源代码,适合初学者学习-Neural network learning courseware and sample source code, suitable for beginners to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6676333
    • 提供者:yanbing
  1. MINI-STM32-program

    0下载:
  2. 这里有一些STM32开发的小例子,可以有助于STM32的学习-Here are some small examples of STM32 development that can help STM32 learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-12
    • 文件大小:11939282
    • 提供者:钱磊
  1. improved-bbo-program

    0下载:
  2. 改进的生物地理遗传算法,matla语言,适合入门学习-Improved biogeographic genetic algorithm, matla language, suitable for entry learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-13
    • 文件大小:13838
    • 提供者:林家明
  1. convertor

    0下载:
  2. 用单片机实现的,其中使用了与汇编语言互相调用的功能(MCU control unit ,the program is used for convertor control, and is used successfully,you can download this)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:10240
    • 提供者:调度
  1. 梯度下降

    1下载:
  2. 这是一篇精华文章,详细的说明了深度学习梯度下降算法的思想,并附有程序结果。(This is an essence of the article, detailed descr iption of the depth of learning, gradient descent algorithm ideas, along with program results.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:1210368
    • 提供者:十年12345
  1. Python机器学习实战

    2下载:
  2. python的入门程序,较多例子,值得学习,愿对你有所帮助(Python's introductory program, more examples)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:4249600
    • 提供者:¥¥
  1. matlab Q学习仿真

    1下载:
  2. Qdemo演示程序 Qlearning Q学习主程序 调用 drnd(随机变量生成函数) 任务改变时,要设当改变execut子函数和一些脚标变换函数。 用于打印状态的statements也要改一下。(Qdemo demo The main program Qlearning Q learning Call DRND generating function (random variables))
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-09-20
    • 文件大小:2048
    • 提供者:如如有理想
  1. 核极限学习机

    4下载:
  2. 核极限学习机程序,可以直接调用,满足分类要求。(Extreme Learning Machine Program)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-07-05
    • 文件大小:7168
    • 提供者:孤飞轻扬
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com