搜索资源列表
Matlab遗传算法改进程序
- 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习
matlab-code-based-image-retrieval
- 基于图像检索的matlab代码,基于内容的图像检索中的一些关键环节:特征提取:颜色直方图;纹理特征等 相似度:马氏距离,欧氏距离等 相关反馈:机器学习方法,如SVM,神经网络等 检索与分类:两个很相似的样本距离很小,虽然两个不相似的样本距离未必很大-content-based image retrieval of some of the key issues : Feature Extraction : color histogram
project1_code
- 这是matlab编写的3个常用机器学习分类器代码。其中包括了: 1)PCA 分类其;2)LDA分类器:3)naive贝叶斯分类器。 3个算法的实现参考了《Introduction to Machine Learning》。 除了这3个分类算法的实现外,代码里面还包含了用于测试的main.m 主程序和一个实验的简要报告。实验在著名数据集acoustic_train_data 上进行。-This source code includes
binclass_perc_4_5
- 结合书上的例子写的二分类非循环版/循环版以及简单神经网络实现(Two examples of non circular / cyclic versions and simple neural networks are written in conjunction with examples in the book)
machine-learning-ex4
- Andrew Ng Cousera 机器学习课程神经网络手写字符识别,源代码以及说明文档(Andrew Ng Cousera 's Machine learning courses, Neural Network handwritten character recognition, source code and documentation)
machine-learning-ex7
- Andrew Ng Cousera 机器学习K-means勇于图像压缩 以及主成分分析PCA用在人脸识别,源代码以及说明文档。(Andrew Ng Cousera machine learning , the K-means clustering algorithm and apply it to compress an image. In the second part, you will use principal compone
machine-learning-ex8
- Andrew Ng Cousera 机器学习 异常检测勇于服务器故障分析以及用于电影推荐的推荐系统的源代码和说明文档。(Andrew Ng Cousera's machine learning implement the anomaly detection algorithm and apply it to detect failing servers on a network. In the second part, you will
机器学习
- 利用matlab研究机器学习的导论,附有matlab教程以及机器学习算法思想(An introduction to machine learning using MATLAB)
《MATLAB 神经网络43个案例分析》源代码&数据
- mtalab初学者的福音,非常适合学习!!!!!!!!!!!(The gospel of Mtalab beginners)
da
- 基于码本(codebook)的背景建模的背景差分法+级联基于LBK或haar的adaboost和基于hog的svm分类器+快速hough圆变换进行人头识别+基于区域特征的目标跟踪算法。(编程) AdaBoost是一种增强性机器学习算法,它用于把弱分类器联合成强分类器;SVM本身就是(Background modeling based on codebook (codebook) background difference method
ga (6)
- 基于码本(codebook)的背景建模的背景差分法+级联基于LBK或haar的adaboost和基于hog的svm分类器+快速hough圆变换进行人头识别+基于区域特征的目标跟踪算法。(编程) AdaBoost是一种增强性机器学习算法(Background modeling based on codebook (codebook) background difference method + cascade based on LBK
rq(3)
- 基于码本(codebook)的背景建模的背景差分法+级联基于LBK或haar的adaboost和基于hog的svm分类器+快速hough圆变换进行人头识别+基于区域特征的目标跟踪算法。(编程) AdaBoost是一种增强性机器学习算法,它用于把弱分类器联合成强分类分类器(Background modeling based on codebook (codebook) background difference method + cas
robot-matlab
- 机器智能学习(matlab)机器人自由度旋转关节的运动(Machine intelligent learning (matlab) robot freedom of rotation joint motion)