搜索资源列表
Apriori
- 数据挖掘经典Apriori算法C源码实现
nnc
- 数据挖掘经典算法人工神经网络算法C源码实现
差别算法matlab源码
- 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应
LS_SVMlab工具箱
- LS_SVMlab工具箱,可以实现二分类、多分类和回归,内有详尽demo以及100多页的pdf使用手册,不懂支持向量机的可以通过改工具箱及手册很容易上手。
人脸识别UFR2源码
- 人脸识别完整算法,可以在MATLAB下实现,有详细的说明,外文的
singleneuralPID
- 单神经元pid源码实现,对初学的朋友很有帮助-The program can realize single neural pid with MATLAB.The algorithm is simple and easy to understand.
RepeatFCM
- FCM算法的实现及测试,该源码实现常用数据集的测试。-FCM algorithm and testing, the achievement of the source data sets commonly used test.
bpneuralnetworksandthestudyofcurve
- 网上的大部分BP实现曲线拟合都使用MATLAB库函数,这不利于读者理解BP神经网络的算法。本文用C源码实现MATLAB库函数.-BP to achieve most of the Internet curve fitting using MATLAB library function, this does not help readers understand the BP neural network algorithm. In this paper, the realization of C
NSGA
- nsga2非支配排序遗传算法,c++源码实现-nsga2 non-dominated sorting genetic algorithm, c++ source code to achieve
NSGA-II
- nsga2 C++源码实现,收敛速度很快-nsga2 C++ source code implementation, fast convergence
libann.1.4.tar
- 该源码实现了人工神经网络算法,包括hopfield和boltzmann等网络,并附有例程!-The source implementation of artificial neural network algorithms, including hopfield and boltzmann-peer networks, together with routine!
DecisionTrees
- 决策树的C/C++源码实现, 机器学习的代码-Decision Trees implementation in C/C++, Machine Learning Code
CSharp-TSP-SA
- 基于C# 使用模拟退火算法求解旅行商问题的源码实现,解压后就可使用,方便 好用。-Based on C# using the simulated annealing algorithm for traveling salesman problem source implementation, after decompression can be used, easy to use.
CPP-SA-TSP
- 基于C++的模拟退火算法求解旅行商问题的源码实现过程。解压后即可使用。一起分享。-C++ based on simulated annealing algorithm for solving the traveling salesman problem source implementation process. After decompression can be used. Share.
RobHess的SIFT源码
- RobHess的SIFT源码实现图像匹配的详细过程
matlab版宗师Hinton的深度学习源码
- 宗师Hinton的深度学习源码,采用matlab编程实现的。实现了autoencoder,Restricted Boltzmann Machine(RBM) 等深度学习模型。这个应用在图像领域。宗师出品,重要性不用解。
svm源码
- 里面是matlab实现svm的源码和数据,可以运行使用。只需要更改一下数据就行,可供学习
机器学习实战源码
- 《机器学习实战》书的所有源码及数据,python实现!!!
jieba分词.net源码
- 该项目是jieba分词组件的.net版本源码实现,生成的库可以使用,分词也较好
matlab实现的神经网络源码
- 著名的BP神经网络、RBF神经网络的应用和讲解源码都在其中,赶快下载来学习吧!