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

FNN与PCA和KPCA结合

于 2020-09-18 发布 文件大小:10KB
0 385
下载积分: 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 个回复

  • 1595175
    动画演示多种排序算法,包括冒泡排序,选择排序,插入排序,快速排序等,()
    2018-03-13 23:48:48下载
    积分:1
  • ELM
    一种神经网络算法:极限学习机(ELM),包括分类和回归,仿真验证无误,适合初学者练习(A data mining algorithm: limit learning machine (ELM), including classification and regression, simulation verification is unmistakable, suitable for beginners to practice)
    2018-03-14 12:45:55下载
    积分:1
  • 分位回归
    说明:  多种方法实现分位数回归,有完整原理解释,直接可用。(Multiple methods for quantile regression)
    2020-03-03 14:37:14下载
    积分:1
  • Binning算法
    数据挖掘中的binning算法,用于数据预处理(Binning algorithm in data mining for data preprocessing)
    2019-01-07 09:04:15下载
    积分:1
  • Kares入门资料打包
    说明:  深度学习框架Keras入门资料,里面的代码包括课件和DEMO有利于新书入门学习,简单易懂(Keras Introductory Information of Deep Learning Framework, which includes courseware and DEMO, is helpful for introductory learning of new books. It is easy to understand.)
    2020-06-17 17:00:01下载
    积分:1
  • 小波包能量谱
    用于信号特征提取,提取信号的小波包能量谱(Extracting the wavelet packet energy spectrum of the signal)
    2020-06-27 01:40:01下载
    积分:1
  • python 实现随机森林
    应用背景 数据   :两个月之内 40000个客户的15个数据字段   包含客户的 地          理位置,职业,职级,年收入,。。。。。。    购买过得产品 目的:对新客户进行推荐一个适合该客户的产品, 对老客户推荐可能再购买的产品 数据处理    数据清洗:   describe 每个特征统计分析       方差     -分析缺陷特征和波动性                 空值赋值为  “-1 “              -  保证模型的可使用    数据归一化:eg:邮编 相似度不高 根据一线二线….进行划分  – 特征的重要性 关键技术特征选择    随机森林:  判断特征的重要性 :思考为何重要性高     AHP    :  迭代设置每个特征的权重 模型选择   :根据数据量数量,是否有标签,分类or回归选取 关于模型选择时候我想用协同过滤  但是不知道关于特征的协同过滤是怎么执行的   是每个特征都有一个评分构成评价矩阵么?
    2022-02-25 17:28:51下载
    积分:1
  • 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
  • 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
  • chapter3
    周志华 机器学习 第三章 python 参考答案(Zhou Zhihua machine learning third chapter Python reference answer)
    2018-06-07 21:59:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载