搜索资源列表
Hermit多项式在线学习ran算法
- 本程序用资源分配网(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
Fuzzycontrol
- 模糊神经控制基于网络bp的源代码用于训练学习
svmclass
- 采用经典的机器学习分类算法SVM,对训练样本进行训练和学习,来实现对预定目标的分类。-Using the classic machine learning classification algorithm SVM, the training samples for training and study to achieve the intended target of the classification.
TextClustering
- 文本聚类,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
source
- ID3算法实现机器学习和分类,根据训练结果,自动生成可以运行的C++语言代码。-ID3 machine learning algorithm and classification, according to the training results, it can run automatically generated C++ language code.
intellectual
- 探讨了动量系数和学习率自适应调整的神经网络算法, 给出了动量系数和学习率的调整方法, 并作为机械故 障的特征识别方法, 以小波分析技术作为机械故障特征信号的提取手段, 由此建立了基于小波与自适应神经网络 的旋转机械故障智能诊断系统, 给出了诊断系统的训练学习方式和工作方式, 通过实际测试数据的诊断结果说明此诊断系统对故障诊断是有效的。-intelligent dignose it is very useful
C4.5
- 决策树经典学习算法,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
FaceTrainPose
- 本代码为机器学习中表情识别算法的实现运用了神经网络方法训练学习模型从而达到表情识别的目的-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
FOA-ELM
- 算法思想是: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
svm-skills-
- 支持向量机的分类到训练学习的全套示例,程序简单明了,是接触支持向量机最好的入门资料。-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).
fcn.berkeleyvision.org
- 图像识别、深度学习。 语言用的是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
train-labels-idx1-ubyte
- 用于手写数字识别的训练数据(标签) 数据格式:前32位为2049,再32位为数据数量,之后每一位都是标签值(Training data (tags) for handwritten digit recognition)
train-images-idx3-ubyte
- 用于手写数字识别的训练数据(图片) 数据格式:前32位为2049,再32位为数据数量,再32位为图片宽度M,再32位为图片高度N,之后每N*M位都是图片的像素值(Training data (pictures) for handwritten digit recognition)
OS-ELM在线极限学习机
- 此代码是OS-ELM在线极限学习机,内含训练集和测试集。(This code is the OS-ELM online extreme learning machine, containing training set and test set.)
SRCNN
- 高分辨率重建图像,通过训练后输入的图像重建质量高,基于Caffe开发(High resolution reconstructed image)
bppid_S函数
- bp神经的S型函数,开发与matlab平台,可以借用于相关算法的训练学习。(BP neural S function, developed and MATLAB platform, can be used for the training of related algorithms learning.)
bp-分类器
- 这是bp神经网络的M文件,包括BP网络的第一阶段学习期(训练加权系数wki,wij),BP网络的第二阶段工作期(根据局训练好的wki,wij和给定的输入计算输出),程序里有详细注释。该程序被用来作为分类器使用。(This is the BP neural network M files, including the first phase of BP network learning period (training weighting coefficient wki, wij), the se
jtold
- 介绍了基于分解思想的支持向量机的训练算法,()
Deep_Learning(深度学习)
- 深度学习入门教程,由浅入深,包含深度学习的基本思想,各种训练模型已经卷积神经网络相关内容(Deep learning introduction course, from shallow to deep, including deep learning basic ideas, various training models have convolution neural network related content)
基于深度强化学习的复杂环境下机器人自主移动算法
- 本算法是通过深度强化学习方法,模拟人类行走策略,建立避免碰撞的模型,训练机器人底盘以人类习惯在复杂变化的环境中主动生成速度和角度信息,从而自动行走。