资源列表
NEWElMAN
- 利用反馈神经网络的数据预测,电力负荷预测模型研究-Using the elman neural network research data to predict the power load forecasting model
FuzzyNet
- 根据模糊神经网络原理,在MATLAB中编程实现基于模糊神经网络的的水质评价算法。-According to the principle of fuzzy neural network, the water quality uation algorithm based on fuzzy neural network is programmed in MATLAB.
SVMwineclassification
- 选择178个样板的50%作为训练集,另外的作为测试集,用训练集对SVM进行训练得到分类模型,再用得到的分类模型对测试集进行类别标签预测。-Select 178 model 50 as the training set, the other as the test set, the SVM training classification model with the training set, and then the classification model by category label
Ensemble-Learning
- 集成学习将若干基分类器的预测结果进行综合,具体包括Bagging算法和AdaBoost算法;还有随机森林算法,利用多棵树对样本进行训练并预测的一种分类器-Integrated learning integrates the prediction results of several base classifiers, including Bagging algorithm and AdaBoost algorithm and random forest algorithm, using a t
Support-Vector-Machine
- SVM主要是针对线性可分情况进行分析,对于线性不可分的情况,通过使用非线性映射算法将低维输入空间线性不可分的样本转化为高维特征空间使其线性可分,从而使得高维特征空间采用线性算法对样本的非线性特征进行线性分析成为可能。-SVM is mainly for the analysis of linear separable cases. Linearly indivisible cases are transformed into high dimensional feature spaces lin
ANN
- 人工神经网络(ANN),简称神经网络,是一种模仿生物神经网络的结构和功能的数学模型或计算模型。将它在R语言中的两种格式应用于案例。-Artificial neural network (ANN), or neural network, is a mathematical model or a computational model that imitates the structure and function of biological neural networks. The two for
decision-tree
- 决策树是在已知各种情况发生概率的基础上,通过构成决策树来求取净现值的期望值大于等于零的概率,评价项目风险,判断其可行性的决策分析方法。代码通过汽车性能案例分别建立决策树和回归树进行预测。-Decision tree is based on the known probability of occurrence of various situations, through the decision tree to obtain the expected value of net present v
DocDistance
- java实现的文本相似度系统,使用向量空间模型以及余弦相似度距离公式,实测可以实现2篇文本的相似度计算且有一定的效果。-Java text similarity system, using the vector space model and the cosine similarity distance formula, the measured results can be achieved two similarity of text and have some effect.
octomap_ros-indigo-devel
- ocotomap ros master zip 机器人操作系统ros ocotomap 源码-ocotomap ros master zip
BNB18
- 插值:采集到的数据可以看作是精确数据,要求函数或曲线通过这些数据点-Interpolation: The collected data can be considered accurate data, functions, or requirements for the data points Curves
jdifjdf
- 含有一个隐含层的BP网络,本人模式识别期末作业,带有详细注释,适合初学者,对数据进行二分类,并且含有文档。-BP contains a hidden layer of the network, I pattern recognition final assignment, with detailed notes, suitable for beginners, binary data, and contains documentation.
ARMA
- ARMA模型,人工智能算法,用于做数据预测,效率高,预测相对精确-arma model