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

搜索资源列表

  1. GDFNN

    0下载:
  2. 伍世虔书上第八章 GDFNN的程序 学习广义动态神经网络的可作参考-Wu Shi Qian book s first eight chapters GDFNN program to learn generalized dynamic neural networks can be used as a reference
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6202
    • 提供者:shendan
  1. test.m

    0下载:
  2. 神经网络测试训练次数训练目标学习速率训练-NET TEST
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1113
    • 提供者:李煜
  1. li1

    2下载:
  2. 请用多层感知器(MLP)神经网络误差反向传播(BP)算法实现异或问题(输入为,要求可以判别输出为0或1),并画出学习曲线。其中,非线性函数采用S型Logistic函数。-Please use the Multilayer Perceptron (MLP) back propagation neural network (BP) algorithm XOR problem (input is required to determine the output is 0 or 1), and draw
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1074
    • 提供者:李丽红
  1. oneceng1

    0下载:
  2. 这个还是神经网络的算法的,有3个输入和5个输出,可以用来学习-This is neural network algorithm has three inputs and five outputs can be used to learn
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:12205
    • 提供者:logan
  1. rbfde

    0下载:
  2. 这个是基于径向基神经网络的训练模型,适合大家交流学习-This is a training model based on RBF neural network for learning to share
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:37338
    • 提供者:logan
  1. HHT_DailyBuild_ultimate

    1下载:
  2. 有关于数字信号处理方面的,比较新的HHT希尔伯特黄变换实例,里面有HHT的工具箱,HHT对电弧故障的数据分析,神经网络运算,并且配套了说明文档。绝对是自己研究的成果,是良好的学习工具!-HHT Hilbert Huang Transform instance, there are HHT toolbox, HHT arc fault data analysis, neural network computing, and supporting the documentation. Is a go
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2488412
    • 提供者:陈小生
  1. neural-network

    0下载:
  2. 文件包含了一篇关于神经网络的案例分析实用很有助于学习神经网络的相关知识-File contains an article about neural network, case studies and practical is related to the learning of the neural network knowledge
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:375025
    • 提供者:wy
  1. main

    0下载:
  2. 本程序描述了有导师学习神经网络回归拟合的一般方法,简单易懂-This procedure describes the teacher learning neural network and the method of regression fitting, easy to understand
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1530
    • 提供者:zhubing
  1. main

    0下载:
  2. 本程序描述了无导师学习的神经网络用于一般的分类问题-This procedure describe no mentor learning neural network used for general classification problem
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1259
    • 提供者:zhubing
  1. guangpan3

    1下载:
  2. 《MATLAB智能算法超级学习手册》随书光盘,《MATLAB智能算法超级学习手册》的内容主要包括马尔科夫链模型、层次分析法、粒子群算法、遗传算法、蚁群算法、鱼群算法、PID控制算法、神经网络算法等。智能算法对于很多初学者而言,有一定的困难,很难理解程序流程、数据的运算过程,因此给实际应用带来困难。本书将围绕智能算法展开综述,深入浅出地介绍和分析各类智能算法,用智能算法解决工程应用问题。-Content " MATLAB super intelligent algorithm to stu
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:450351
    • 提供者:zhang
  1. HandWeitenNumRecognition

    0下载:
  2. 通过学习BP神经网络技术,对手写数字进行识别,基于结构的识别法及模板匹配法来提高识别率。-Through the study of BP neural network technology, digital handwriting identification, structure-based identification method and template matching method to improve the recognition rate.
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:436797
    • 提供者:fang
  1. ANN

    0下载:
  2. 神经网络实现线损预测,具有很好的可扩展性,适合初学者进行学习-The power of neural network prediction, has good scalability, suitable for beginners to learn the topic
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:9294
    • 提供者:葛景
  1. ELM_code

    1下载:
  2. 极限学习机matlab以及Python程序,最近几年出现的较为新的人工神经网络算法,有基于人脸识别的例子,由作者原网站下载,可运行。-Extreme Learning Machine matlab and Python program, more new artificial neural network algorithm emerged in recent years, there are examples of face recognition based on the original
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:770539
    • 提供者:jack
  1. pso-bp

    1下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2005
    • 提供者:艾岳巍
  1. somtoolbox

    0下载:
  2. 自组织特征映射神经网络是一类无导师学习的神经网络模型可用于聚类分析-Self-organizing neural network is a kind of unsupervised learning neural network model can be used for cluster analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:820509
    • 提供者:sunshine
  1. BP-Model-of-NIR

    0下载:
  2. 近红外光谱分析中的BP模型建立过程,其中在原有BP神经网络模型的基础上自己编程加入了近红外模型验证系数的计算,如R-SquareC.R-SquareP,RMSEC,RMSEP,RSD等。并加入循环语句,设定区间程序可以自动运行并判断最佳隐含层结点数,最佳学习速率,动量因子,训练次数等,同时加入一个验证校正模型实例。-The process of BP model in near infrared spectrum analysis, including the original BP neura
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:53679
    • 提供者:孔庆明
  1. BPNN

    0下载:
  2. 反向传播神经网络的学习算法以及MATLAB实现代码-Back propagation neural network learning algorithm and MATLAB code
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:10576
    • 提供者:hpj
  1. deep_networks

    1下载:
  2. 该文档包含了利用深度学习神经网络对分类问题的详细结构-Implement deep networks for digit classification
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:99798
    • 提供者:大不列颠
  1. TenFold-adaboost

    0下载:
  2. adaboost算法,采用十折分析法对参数进行优化,弱学习方法是BP神经网络-Ten fold methed on BP-adaboost
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1681
    • 提供者:kurt
  1. Self-feedback-networks

    0下载:
  2. 自反馈神经网络 matlab程序 适合深入学习神经网络 附有程序所需数据-Self-feedback neural network matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:17103
    • 提供者:王先生
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 23 »
搜珍网 www.dssz.com