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

搜索资源列表

  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. bpxl

    0下载:
  2. 通过bp算法的代码介绍运用bp算法进行训练学习的作用,已经可以在matlab7中运行。-bp algorithm through the use of code introduced bp algorithm for training to learn, matlab7 can already run.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1155
    • 提供者:john
  1. Fuzzycontrol

    0下载:
  2. 模糊神经控制基于网络bp的源代码用于训练学习
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5411
    • 提供者:李扬
  1. svmclass

    1下载:
  2. 采用经典的机器学习分类算法SVM,对训练样本进行训练和学习,来实现对预定目标的分类。-Using the classic machine learning classification algorithm SVM, the training samples for training and study to achieve the intended target of the classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:750959
    • 提供者:小五子
  1. yuce

    0下载:
  2. 一个BP网络的MATLAB源代码,通过训练学习,进而对目标的预测-A BP network of MATLAB source code to learn through training and then on the target forecast
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1171
    • 提供者:刘广清
  1. TextClustering

    0下载:
  2. 文本聚类,VC编程实现,作为一种无监督的机器学习方法,聚类由于不需要训练过程,以及不需要预先对文档手工标注类别,因此具有一定的灵活性和较高的自动化处理能力-Text Clustering, VC programming, as an unsupervised machine learning method, clustering by eliminating the need for the training process, and do not need to manually pre-ma
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:16166
    • 提供者:chengbo
  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. intellectual

    0下载:
  2. 探讨了动量系数和学习率自适应调整的神经网络算法, 给出了动量系数和学习率的调整方法, 并作为机械故 障的特征识别方法, 以小波分析技术作为机械故障特征信号的提取手段, 由此建立了基于小波与自适应神经网络 的旋转机械故障智能诊断系统, 给出了诊断系统的训练学习方式和工作方式, 通过实际测试数据的诊断结果说明此诊断系统对故障诊断是有效的。-intelligent dignose it is very useful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:200816
    • 提供者:刘明
  1. C4.5

    0下载:
  2. 决策树经典学习算法,C4.5算法是ID3算法的改进,加上了子树的信息,因素属性的值可以是连续量,训练例的因素属性值可以是不确定的,对已生成的决策树进行裁剪,减小生成树的规模.-Decision tree learning algorithm of C4.5 algorithm is the classic, the improved ID3 algorithm, coupled with the subtree of the information, the factor attribute v
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:171679
    • 提供者:guda
  1. FaceTrainPose

    0下载:
  2. 本代码为机器学习中表情识别算法的实现运用了神经网络方法训练学习模型从而达到表情识别的目的-The code for the machine learning facial expression recognition algorithm, the use of neural networks, the training model of learning so as to achieve the purpose of expression recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:82856
    • 提供者:song
  1. BP

    0下载:
  2. 利用BP神经网络拟合三维函数,通过训练学习预测函数输出。-BP neural network fitting three-dimensional function, through training to learn prediction function output.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:20656
    • 提供者:占健
  1. FOA-ELM

    12下载:
  2. 算法思想是:1) 根据果蝇优化算法得到极速学习机隐层神经元的数目;2) 依据得到的隐层神经元数目和极限学习机的方法对训练样本和测试样本进行训练学习。只要打开fruitfly_elm.m文件运行即可,可以换数据集 -Algorithm idea is: 1) according to the number of flies speed machine learning algorithm to obtain the hidden layer neurons optimization Method
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-10-21
    • 文件大小:8192
    • 提供者:zhangnan
  1. svm-skills-

    0下载:
  2. 支持向量机的分类到训练学习的全套示例,程序简单明了,是接触支持向量机最好的入门资料。-Support vector machine (SVM) classification of a full set of sample to study training, procedures simple and clear, is the best introductory material contact with support vector machine (SVM).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2181
    • 提供者:付港
  1. 网学学习书籍大全

    0下载:
  2. 在基于内容图像检索中,图像的底层视觉特征和高层语义概念之间存在着较大的 语义间隔。使用机器学习方法学习图像特征,自动建立图像类的模型成为一种有效的方法。 本文提出了一种用支持向量机(SVM)实现自然图像自动语义归类的方法,基于块划分聚 类得到特征向量作为SVM 训练样本,实现语义分类器。由于参与聚类的是某类图像所有块 的特征,提取的特征更能反映某一类图像特征。实验证明这种方法是有效的。
  3. 所属分类:matlab例程

    • 发布日期:2015-07-16
    • 文件大小:172917
    • 提供者:coolhandy
  1. sjwl

    0下载:
  2. bp神经网络对2ask,2fsk,4ask,4fsk,2psk,2fsk的训练学习(BP neural network, training, learning)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:摩米士
  1. fcn.berkeleyvision.org

    0下载:
  2. 图像识别、深度学习。 语言用的是python 2.x ,里面有训练好的模型,在文件夹里都有给出地址,可以直接去下载。也有一个很大的图片包,里面有很多图片,可以直接拿来作为素材用。也可以自己给图片制作数据标签,训练自己的模型。(image recognition deep learning The language used is Python 2.x, and there are training models, which are given in the folder, which c
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:
    • 文件大小:244736
    • 提供者:miffi
  1. OS-ELM在线极限学习机

    2下载:
  2. 此代码是OS-ELM在线极限学习机,内含训练集和测试集。(This code is the OS-ELM online extreme learning machine, containing training set and test set.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:134144
    • 提供者:条子
  1. Deep_Learning(深度学习)

    2下载:
  2. 深度学习入门教程,由浅入深,包含深度学习的基本思想,各种训练模型已经卷积神经网络相关内容(Deep learning introduction course, from shallow to deep, including deep learning basic ideas, various training models have convolution neural network related content)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:2032640
    • 提供者:一夏
  1. 极限学习机

    1下载:
  2. 极限学习机分类器,训练函数与预测函数,以及数据实例(Extreme Machine Classifiers, Training and Prediction Functions, and Data Instances)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:zc_orange
  1. 基于深度强化学习的复杂环境下机器人自主移动算法

    1下载:
  2. 本算法是通过深度强化学习方法,模拟人类行走策略,建立避免碰撞的模型,训练机器人底盘以人类习惯在复杂变化的环境中主动生成速度和角度信息,从而自动行走。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2019-05-05
    • 文件大小:13139849
    • 提供者:tthdtest
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com