资源列表
K_average
- 简单的模式识别的分类算法(K_均值算法),包含样本数据和实验结果。-Simple pattern recognition algorithm (K_ means algorithm), including sample data and experimental results.
gengticalgorthimtheoryandapplied
- 简单的介绍遗传算法的原理与应用,里面还有简单遗传算法的源程序,适合于遗传算法的初学者-A brief account of the principle of genetic algorithms and applications, there is also the source simple genetic algorithm, genetic algorithm is suitable for beginners
Sort
- 对给定数据集合进行分类。是数据挖掘算法的KNN的分类实例。-For a given data set to classify. Data mining algorithms is the classification of examples of KNN.
gaussindenoisepcnn
- 用matlab 实现耦合神经网络基本模型的算法代码3453534643诉讼-Matlab coupled with the realization of the basic model of neural network algorithm code 3453534643 litigation
beiyesi
- 一个简单的贝叶斯分类器,有实验步骤和实验数据。-A simple Bayesian classifier, there are experimental steps and the experimental data.
bpsuanfanet
- 人工神经网络BP算法,希望可以帮助大家学习,简单的小程序,里面有readme-BP artificial neural network algorithm, hope can help them to learn, simple procedures, there are readme
demo4
- BP神经网络解决异或问题 BP神经网络解决异或问题-BP neural network to solve XOR problem of BP neural network to solve XOR problem
AutomatSystemRequirementSpecification
- 课程软件小组自动售货机系统需求分析初稿,供大家分享-Course software group vending machine system the preliminary needs analysis for everyone to share
bpannpid
- 用matlab写的BP神经网络整定PID的算法,被控对象为二阶对象。-Matlab written with BP neural network-tuning PID algorithm, was charged with second-order object to object.
GradeCluser
- 分级聚类算法,分级聚类算法VC6实现MFC-Hierarchical clustering algorithm, hierarchical clustering algorithm VC6 achieve MFC
bp
- #include "iostream.h" #include "iomanip.h" #define N 20 //学习样本个数 #define IN 1 //输入层神经元数目 #define HN 8 //隐层神经元数目 #define ON 1 //输出层神经元数目 double P[IN] //单个样本输入数据 double T[ON] //单个样本教师数据 double W[HN][IN] //输入层至隐层权值 double V[ON][HN] //隐
bp_fortran1
- 用Fortran实现的bp算法程序-Bp realized with Fortran algorithm procedures