搜索资源列表
最小二乘法直线拟核源代码
- 图像处理源代码,介绍了利用最小二乘法对BMP图像进行直线拟合的方法-image processing source code, introduced to the use of least squares to BMP images linear fitting method
kernelSVM
- 核方法&svm是模式识别是很重要的方法,都各自成为一门学科-methods & svm is pattern recognition is very important way, it would become a respective disciplines
稀疏核方法
- 稀疏的核方法逼近算法,采用分组选择策略,速度很快。
kernelSVM
- 核方法&svm是模式识别是很重要的方法,都各自成为一门学科-methods & svm is pattern recognition is very important way, it would become a respective disciplines
Kernel_Methods_for_Pattern_Analysis_Matlab_Tools_F
- 《模式分析的核方法》一书中的源代码,其中有该书的基本介绍和talk!
kdda
- 实现信号的KDDA映射变换,KDDA属于线性子空间分析方法LDA的改进算法,采用核方法实现映射-Realize signal KDDA mapping transformation, KDDA belonging to a linear sub-space analysis method to improve the LDA algorithm, use of the mapping method
testMeanShift
- meanshift核方法用于聚类,方法获得了较好的效果,对于初学者有一定的帮助-meanshift methods for clustering, methods to obtain good results, for beginners and has some help
Kernel_Methods_for_Pattern_Analysis
- 模式识别名著:核方法在模式识别中的应用,做模式识别的必看-Pattern Recognition masterpiece: Nuclear methods in pattern recognition application, do pattern recognition must-see
clustering
- 核方法用于聚类,方法获得了较好的效果,对于初学者有一定的帮助--this methods for clustering, methods to obtain good results, for beginners and has some help
kernelpca_tutorial
- Kernel pca基于核方法的特征提取算法-feature selection
face-recognition-algorithm
- 人脸识别 特征提取 代数特征抽取 子空间学习 投影寻踪 仿生模式识别 核方法-Face recognition feature extraction feature extraction algebra subspace projection pursuit learning pattern recognition of nuclear methods
learning-with-kernels
- 核学习 这是介绍核方法非常经典的书籍。里面包括各种核方法:kpca,kfda以及贝叶斯核方法-learning with kernels, this book is a classical book about kernel。 really worth of reading。
sparsekernelmethods_Code
- 稀疏核方法的逼近算法,Matlab实现,非常快速。-sparse kernel methods
飞思卡尔9S12X系列双核中的协处理器XGATE使用方法
- 介绍飞思卡尔MC9双核系列协处理器的使用方法(Describes the usage of Freescale Carle MC9 dual core serial coprocessor)
KFCM-master
- 基于核方法的模糊C均值聚类,考虑到空间数据之间的相关性,结合各点的邻域信息,在原代码中添加邻域信息:(The fuzzy C mean clustering based on kernel method, considering the correlation of spatial data and combining the neighborhood information of each point, adding neighbor
IP核的生成
- 讲述了FPGA中IP核的使用方法,对于初学者很有帮助。(The method of using IP core in FPGA is described.)
rocetech- 加密方法
- FPGA加密主要有 1.配合第三方加密芯片(如ds180等,通过控制程序复位使能实现) 2.自带加密逻辑硬核(如5/6/7系列中的BbRAM和eFUSE存储密钥实现) 主要讲述一下如何用自带的IP进行加密逻辑。(FPGA encryption mainly 1. With third-party encryption chip (such as ds180, etc., reset by controlling the prog
多核应用编程实践
- 《多核应用编程实战》是一本全面实用的多核应用编程指南,旨在介绍如何编写功能正确、性能优越且适合扩展为在多个CPU核心的系统运行的应用程序。《多核应用编程实战》面向多种操作系统和处理器类型引用程序示例,内容涵盖类UNIX操作系统(Linux、Oracle Solaris、OS X)和Windows系统上多核应用的编写方法、多核的硬件实现对应用程序的性能影响、编写并行应用程序时要避免的潜在问题,以及如何编写可扩展至大量并行线程的应用程序。,
核函数主成分分析KPCA
- 在多元统计领域中,核函数主成分分析(kernel principal component analysis, kernel PCA)是利用核函数方法技术对主成分分析(PCA)的扩展。使用核函数使原PCA的线性操作是在一个复制的内核希尔伯特空间中执行的。 KPCA的运算步骤势在PCA之前首先对数据进行kernel变换 ,再求相关系数矩阵。(In the field of multivariate statistics, kernel pr
核Fisher鉴别分析方法(KFDA)
- 基于核函数的Fisher分类判别,用于比同种类的分类。(Fisher classification based on kernel function)