资源列表
KNN
- 最近邻学习算法,Python实现,最近邻规则分类(steps: In order to determine the unknown instance categories, with examples of all known categories as reference Parameter selection of K The calculation examples and all known examples of the unknown distance Choose the
01DTree
- 步骤: 为了判断未知实例的类别,以所有已知类别的实例作为参照 选择参数K 计算未知实例与所有已知实例的距离 选择最近K个已知实例 根据少数服从多数的投票法则(majority-voting),让未知实例归类为K个最邻近样本中最多数的类别(steps: In order to determine the unknown instance categories, with examples of all known categories
智能算法报告
- 人脸识别,神经网络算法,识别各式人脸,输出准确率,人脸数据在压缩包里(Face recognition, neural network algorithm, identify all kinds of face, output accuracy, face data in the compressed package)
repetative
- 用于迭代学习的基础教程,可以很快的进入迭代学习的阵营(The basic tutorial for iterative learning, you can quickly enter the camp of iterative learning)
关于房价问题数学建模分析
- 这是一个非常简单的建模模型,可是看看,积累建模经验(Very simple modeling model)
ELM_MultiOutputRegression
- 黄广斌官网下载,多输出回归问题的程序,可做参考(extrem learnig machine multiouptut regression)
新建文件夹
- 神经网络学习和判断模型 数学建模可能会用到(Neural network learning and decision model)
bp神经网络
- Matlab实现前向神经网络的方法 本文以Fisher的Iris数据集作为神经网络程序的测试数据集(Implementation of feedforward neural networks by Matlab)
R_NeuralNetwork
- R语言中一个重要神经网络包的算例和调试过程,能帮助理解包的使用(An example of neural network package)
GA
- 遗传算法求解旅行商问题 代码具有一定的通用性 但试验数据量较小(GA to resolve the traveler's problem)
libsvm-3.22
- libSVM最新版本,支持多个平台直接引用,在matlab中有简单的例子(The latest version of libSVM supports multiple platforms for direct reference, with simple examples in MATLAB)
BP
- 可实现模式识别的BP神经网络。有较好的收敛性。(realize BP neural network pattern recognition)
