登录
首页 » matlab » FNN与PCA和KPCA结合

FNN与PCA和KPCA结合

于 2020-09-18 发布 文件大小:10KB
0 364
下载积分: 1 下载次数: 14

代码说明:

  一种特征提取方法:结合主元分析(PCA)和核主元分析(KPCA)的前馈神经网络(FNN)(A feature extraction method: the feedforward neural network (FNN) combined with principal component analysis (PCA) and kernel principal component analysis (KPCA))

文件列表:

FNN与PCA和KPCA结合\fnn.asv, 473 , 2014-06-17
FNN与PCA和KPCA结合\fnn.m, 475 , 2014-06-17
FNN与PCA和KPCA结合\hcn.mat, 3190 , 2014-06-15
FNN与PCA和KPCA结合\kernel.m, 177 , 2014-06-07
FNN与PCA和KPCA结合\kpca.asv, 1429 , 2014-06-16
FNN与PCA和KPCA结合\kpca.m, 1352 , 2014-06-17
FNN与PCA和KPCA结合\mykpca.asv, 491 , 2014-06-17
FNN与PCA和KPCA结合\mytest.asv, 1516 , 2014-06-17
FNN与PCA和KPCA结合\mytest.m, 1667 , 2014-06-17
FNN与PCA和KPCA结合\pca.asv, 2206 , 2014-06-17
FNN与PCA和KPCA结合\pca.m, 1083 , 2014-06-17
FNN与PCA和KPCA结合, 0 , 2018-03-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • QB模型 神经网络
    说明:  从数据库获取车辆在一段时间内的所有行驶记录的相关数据,确定所需数据为GPS经纬度坐标和驾驶时长等,QB模型采用MDF的思想,其基本思想为:通过平均直接翻转距离函数定义两条轨迹之间的距离,两条轨迹需要具有相同的经纬度点数,具有相同点数的轨迹最大的优点是对轨迹距离成对计算,且相同轨迹之间具有更高的分辨率,对于轨迹聚类的结果有一定的优化。(Retrieved from the database cars all over a period of time, record the related data, determine the required data for the GPS latitude and longitude coordinates, and the driving time, QB model by adopting the idea of MDF, its basic idea is: flip directly by the average distance function definition of the distance between two trajectories, two tracks will have the same latitude and longitude points, and has the biggest advantages of the same points of trajectory track distance calculation in pairs, and has higher resolution, between the same trajectory for trajectory clustering results have certain optimization.)
    2020-06-23 08:00:01下载
    积分:1
  • 值算法
    常用数值算法源码,包括二分法、复化辛卜生公式、改进欧拉法、高斯-赛德尔迭代法、拉格郎日插值多项式、列主元高斯消去法、龙贝格算法、龙格-库塔算法、幂法、牛顿迭代法、牛顿值多项式、四阶阿当姆斯预测-校正公式、雅可比迭代法、自适应梯形公式(变步长)、最小二乘法 个人由于需要编写,完全可用(Common numerical algorithm source code, including dichotomy, complex Simpson formula, improved Euler method, Gauss-Seidel iteration method, Lagrange interpolation polynomial, column principal element Gauss elimination method, Runberg algorithm, Runge-Kutta algorithm, power method, Newton iteration method, Newton value polynomial, fourth-order Adams prediction-correction formula, Jacobi iteration method, adaptive ladder formula (variable) Step Length and Least Square Method Individuals are fully available because they need to write)
    2019-05-03 18:36:35下载
    积分:1
  • BIC确定GMM聚类簇
    通过贝叶斯信息准则确定高斯混合聚类方法的聚类簇数(Determining the Cluster Number of GMM Clusters by BIC)
    2021-03-26 19:19:13下载
    积分:1
  • pu_ju_lei
    说明:  将数据集转换为拉普拉斯矩阵,然后利用基于图论的谱聚类进行聚类。拉普拉斯矩阵采用高斯核函数,全连接方法计算。谱聚类擅长处理高维数据或非凸数据集。(The data set is transformed into Laplacian matrix, and then clustered by spectral clustering based on graph theory. The Laplacian matrix is calculated by using the Gauss kernel function and the full connection method. Spectral clustering is good at dealing with high-dimensional or non-convex data sets.)
    2019-07-01 16:05:39下载
    积分:1
  • mlno
    一个833分酒问题的求解,C++编写,简单易读,输出最佳路径解,()
    2018-02-04 15:22:16下载
    积分:1
  • regress
    一个xgboost实现的回归模型预测,数据集来源于kaggle的taxi竞赛(Regression model prediction based on a xgboost implementation)
    2017-10-13 10:09:42下载
    积分:1
  • Eigenfunction-Program-Program
    强大的计算电磁场本征函数与本征模的程序,matlab版本(A powerful Program for calculating the Eigenfunction and Eigenmode of electromagnetic Field)
    2018-09-11 22:56:16下载
    积分:1
  • 710776
    用C++实现各种排序算法:如冒泡排序,选择排序,插入排序,希尔排序,快速排序,归并排序,基数排序和堆排序,并带有源代码说明()
    2018-05-11 20:06:44下载
    积分:1
  • 512810
    自己写的一个分形程序,支持动态编译表达式()
    2017-11-28 16:57:06下载
    积分:1
  • sklearn-tree-BN-knn
    说明:  分类器的性能比较与调优: 使用scikit-learn 包中的tree,贝叶斯,knn,对数据进行模型训练,尽量了解其原理及运用。 使用不同分析三种分类器在实验中的性能比较,分析它们的特点。 本实验采用的数据集为house与segment。(Performance comparison and optimization of classifiers: We use tree, Bayesian and KNN in scikit-learnpackage to train the data model and try to understand its principle and application. The performances of three classifiers are compared and their characteristics are analyzed. The data set used in this experiment is house and segment.)
    2021-04-16 15:08:53下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载