搜索资源列表
LVQ神经网络的学习算法
- LVQ神经网络结构 LVQ1学习算法 LVQ2学习算法及特点 LVQ神经网络学习算法的MATLAB实现 LVQ神经网络应用示例 LVQ神经网络与SOM神经网络的区别
ELM算法matlab实现
- 神经网络ELM的matlab实现
LMS算法matlab代码
- LMS算法matlab代码,感知器和自适应线性元件在历史上几乎是同时提出的,并且两者在对权值的调整的算法非常相似。它们都是基于纠错学习规则的学习算法。感知器算法存在如下问题:不能推广到一般的前向网络中;函数不是线性可分时,得不出任何结果。而由美国斯坦福大学的Widrow和Hoff在研究自适应理论时提出的LMS算法,由于其容易实现而很快得到了广泛应用,成为自适应滤波的标准算法。
SIFT.rar
- 一个经典的matlab的sift算法,应用在图像配准,初学者可以好好学习下,Matlab a classic of the sift algorithm, used in image registration, beginners can learn under
gentleBoost.rar
- 当前流行的机器学习算法之一:boosting的变体——Gentleboost,The current popular one of machine learning algorithms: boosting variants- Gentleboost
ltsa
- 一种用于非线性降维的流形学习算法,主要是先考虑用每一点处的局部切空间表示该点处的几何特征,然后都局部切空间进行排列。-A non-linear dimensionality reduction of manifold learning algorithm, mainly to consider every point of the partial cut Department said that the space of the geometric characteristics of poin
ReinforcementLearning
- 强化学习算法的MATLAB仿真实例,希望能够对大家有帮助.-Q-learning algorithm of MATLAB simulation examples,wish it can help you.
ws
- 复杂网络小世界算法MATLAB实现,学习复杂网络的朋友可以以此为开始学习算法-MATLAB complex network to achieve small world algorithm, learning this complex network of friends can start learning algorithm for the
fish algrithm 鱼群算法的源代码
- 这个是鱼群算法的源代码,欢迎大家下载学习-This is the fish algorithm source code, are welcome to download the study
NicheSGA_1
- 自适应遗传算法MATLAB源程序,供遗传算法初学者学习-Adaptive Genetic Algorithm MATLAB source code for genetic algorithm for beginners to learn
GAexperiment
- 遗传算法matlab程序,注释详细,适合于初学者学习,采用灾变法避免算法陷入局部最优解-matlab code for genetic algorithm
ReinforcementLearning
- q学习算法的一个例程,上传与大家分享一下-q learning algorithm, a routine, upload to share with you some
sparsebays
- 实现稀疏贝叶斯模型的一个有效的学习算法的matlab函数包-Sparse Bayesian models to achieve an effective learning algorithm matlab function package
(迁移成分分析TCA)迁移学习算法程序实现
- 文档中包含TCA(迁移学习算法当中的迁移成分分析程序),包括原版和翻译版,复制到MATLAB上面可以很好的实现它的功能(Document contains TCA (migration learning algorithm among migration component analysis program), including the original and translation version, copied to MATLAB above, you can very well ach
遗传算法matlab
- 这是一个能运行的DV-Hop的MATLAB仿真程序,大家可以学习使用(This is a can run DV-Hop MATLAB simulation program, we can learn to use)
机器学习
- 利用matlab研究机器学习的导论,附有matlab教程以及机器学习算法思想(An introduction to machine learning using MATLAB)
main
- 学习算法 MATLAB 的简单实现,实现简单的学习过程配置。(Learning algorithm MATLAB simple realization)
matlab学习算法
- lms算法 matlab程序 在DSP上实现 MATLAB学习算法 适宜MATLAB初学者进行开发(lms algrithom proper for newers to learn matlab ,completed on DSP, MATLAB program)
Isomap降维算法MATLAB代码实现
- Isomap降维算法MATLAB代码实现。isomap最主要的优点就是使用“测地距离”,而不是使用原始的欧几里得距离,这样可以更好的控制数据信息的流失,能够在低维空间中更加全面的将高维空间的数据表现出来。机器学习。流形学习。降维
强化学习的MATLAB代码(走方格小程序)
- 学习代码转分享:采用强化学习算法做的一个MATLAB小程序,可以通过强化学习实现走方格小程序。