搜索资源列表
IPCA_JC_1
- 一种增量的人脸识别算法——增量PCA学习算法(matlab实现)
os-elm
- 主要是基于extreme learning machine的改进算法,结合了增量学习-It’s mainly based on the extreme learning machine improvement algorithm, unified the increase study
os-elm
- 实现增量极限学习机,在线学习的方法等等,实现了在线连续学习功能-code written in matlab
incremental_svm
- 这个套件包含了C + +实现"减量和增量支持向量机学习",根据Cauwenberghs和Piggio他们的matlab实现。-This package contains a c++ implementation of "Incremental and Decremental Support Vector Machine Learning, Cauwenberghs and Poggio" based on their matlab implementation. Getting s
Error-driven-SVM
- 一种改进的SVM增量学习算法——基于错误驱动的增量SVM算法,改进了原有增量算法对非SV集的处理方式,将非SV集对分类信息也考虑在内,大大提高了SVM的识别进度。-An improved SVM incremental learning algorithm for- based on error-driven incremental SVM algorithm, improved the way of the the original Incremental learning algorithm
incremental-svm
- 增量SVM的实例,用于对手势的在线增量学习,有很详细的源码,并实现了SVM的多分类问题,对于模式识别和学习SVM有很大的帮助-Instance of the incremental SVM for gesture online incremental learning, there is a very detailed source, and to achieve a multi-SVM classification, pattern recognition and learning SVM g
ex9p3
- 基于神经计算的增量式PID控制器学习算法。被控对象为加热炉控制系统。-keyword: PID controller 、 neural network
lwfeixianxing1
- 基于神经计算的增量式PID控制器学习算法。被控对象为非线性控制系统。-keyword:PID controller 、 neural network、MATLAB
Matlab--Incremental-SVM
- 提供了完整的增量式支持向量机的matlab原代码程序,便于初学者学习-Provides a complete incremental SVM matlab program source code, easy for beginners to learn
incremental-PID
- 程序采用M文件编写增量式PID控制,程序运行通过,有很好的学习价值。-Program using M documentation incremental PID control, program is run through, have good learning value.
IDBD
- IDBD算法是一种增量元学习算法。包括两个部分,第一部分针对作为其基础的LMS算法,其中包括利用时变步长参数的一个细小改动,并且FIR滤波器的M个抽头权值都依照向量方法自动调整;第二部分由三个公式组成的附加项,其中两个涉及相关记忆参数,第三个是元学习率参数的人工调整。