资源列表
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
iris
- 利用机器学习库sklearn库中的k聚类算法进行分类绘图-Machine learning library sklearn library k clustering algorithm to classify and drawing
bayes-network
- 贝叶斯网络bayesian network的建立,学习和推理过程源代码-Bayesian network construction methods, learning and reasoning process
ACOR
- An ant colony optimization algorithm for continuous
