搜索资源列表
PRAssign
- 脱机手写体识别Matlab源程序 包括特征提取、bayes分类器、K近邻分类及最近邻分类。 Testscr iptRecognition.m:测试代码 scr iptFeaExtract.m :特征提取 KNearestEstimate.m :K近邻估计 NearestEstimate.m : 最近邻估计 BayesTrain.m :训练bayes分类器 Bayes.m :测试bayes分类器 CrossValidate.m :m交叉验证 -Offlin
Dominantset
- 一种 较新的聚类算法 Dominant-set 的代码,包括聚类算法的代码和测试代码。该算法最大特点 就是基于图理论的 ,相对于Normalized Cut,计算复杂度低很多,况且能自动决定类的个数
PID
- 基于神经网络的参数自整定PID控制算法源代码 具有很强的使用价值 经过测试 可以运行-The parameters based on neural network self-tuning PID control algorithm has a strong value the source code has been tested to run
Human-Tracking
- 人体步态跟踪,内有测试代码,方便初学者,学习步态的研究和算法。还是不错的学习资料-Human Gait Tracking
kNN
- 机器学习KNN算法的实现和测试,手写数字识别系统的测试代码-Implementation and test of machine learning KNN algorithm, handwritten numeral recognition system test code implementation and testing of machine learning KNN algorithm, handwritten numeral recognition system test code
DBN_RBM1.1
- 深度信网络测试代码,可以帮助初学者很好地了解深度学习。-Depth communications network test code that can help beginners a good understanding of the depth of learning.
LocalSubspaceAnalyses
- matlab编写,能够实现局部子空间鉴别分析,含主方法和测试代码,能直接运行-matlab prepared, can achieve local subspace discriminant analysis, including the main methods and test code that can be run directly
FANN_Bptest
- 基于fann库的神经网络测试代码,用于测试训练的网络的预测能力-Neural network based on fann library test code, used to test the ability to predict the network of the training
Firefly_test
- 一种新颖人工智能萤火虫群优化算法测试代码-Artificial intelligence swarm optimization algorithm test code
tree
- 用MATLAB实现的决策树,附带有测试代码和数据集。-MATLAB implementation of a decision tree, comes with test code and data sets.
Desktop
- 隐马尔科夫模型的python测试代码及优化算法代码(Hidden Markov model of the python test code and optimization algorithm code)
kNN
- kNN分类算法机器学习实战中python测试代码用例(KNN classification algorithm, machine learning, actual combat, python test code, use case)
Matlab代码
- 有约束和无约束的测试函数代码,可以在优化算法测试时使用(Constrained and unconstrained test function codes)
测试代码
- BP neuron network 数值算法人工只能深度学习(To describe the Bp neuron network Iris recognization)
moblienetV3
- 基于moblieNetV3的tensorflow实现的YOLO V3,里面有训练测试代码。
梯度下降法 回溯直线搜索 python代码
- 梯度下降法 回溯直线搜索 python代码 包含回溯直线搜索,以及初始值相同时不同alpha,beta值对下降速度的影响测试 用jupyter notebook打开
matlab代码
- Matlab代码,根据算法原理自己编写的基本算法的代码,有:KNN,层次聚类,C均值,最邻近算法。包括自己挑选的数据集,对算法准确率的测试。(Matlab code, the code of the basic algorithm written by itself according to the algorithm principle, there are: KNN, hierarchical clustering, C-means, nearest neighbor algorithm.
鲸鱼优化算法matlab代码
- 鲸鱼优化算法matlab代码,可直接用于调用23个经典测试函数进行测试,且有对应注释,代码可读性强,简洁易懂。
OSELM
- OSELM主要代码以及测试代码,亲测有用(the code and test file of oselm)
sar_drn-master
- 关于SAR图像去噪的扩展残差网,包含模型、训练测试图像、和训练测试代码