资源列表
code
- 三层BP神经网络对药品的销售进行预测。:输入层有四个结点,隐含层结点数为5,隐含层的激活函数为tansig;输出层结点数为1个,输出层的激活函数为logsig,并利用此网络对药品的销售量进行预测,预测方法采用滚动预测方式,即用前四个月的销售量来预测第四个月的销售量。-Three-layer BP neural network to forecast the sales of drugs. : Input layer has four nodes, 5 hidden layer nodes, hi
read_pointcloud
- 可以读取wrl文件中的点云,输出为点云的三维坐标,用matlab编写。
神经网络理论与Matlab R2007实现(程序代码)
- BP神经网络, 虽然很简单,但是很好用的哦!!!(BP neural network, It is very nice)
PathPlaning0226
- 粒子群算法路径规划代码 希望帮到大家(Particle swarm optimization, path planning code)
chapter2
- 简单的只能算法,书上的,我自己下载的,,,,,(Simple only algorithms, books, I downloaded)
KNN
- 实施KNN算法,并使用KNN改进约会网站,将KNN运用在手写识别系统。(Implement KNN algorithm, and use KNN to improve dating website, use KNN in handwriting recognition system.)
FRJJIL
- 浙江大学程序设计大赛ACM2060题我自己收集的()
聚类
- 机器学习聚类算法,对初学者很有帮助,仅供参考(Machine learning clustering algorithm is very helpful for beginners, for reference only)
R_kmeans
- r实现kmeans算法,用欧式距离,包含说明(R implementation of kmeans algorithm)
常用问题的算法
- 常用问题的算法,包括表达式求值,递归二分查找,归并算法,回溯法求解数独问题等(The commonly used algorithms, including recursive expression evaluation, two search, merging algorithm, backtracking and Sudoku problem etc.)
Sciprts
- 用 dataset3 作为训练数据,用 dataset4 作为测试数据,采用不同的特征、训练样本数、分类方法进行比较实验,观察、分析实验结果的异同。 训练分类器的方法为最小错误率贝叶斯分类器(假设正态分布,先验概率各 50%)。使用Bayesscr ipt.m运行代码。(Using dataset3 as training data, dataset4 is used as test data, and different characteristics, training samples an
GA4TSPProblem-master(matlab)
- 遗传算法解决TSP问题,matlab编写,github(Solving TSP problem by genetic algorithm)
