登录
首页 » WINDOWS » OTL_AIJ_code

OTL_AIJ_code

于 2020-10-28 发布 文件大小:34KB
0 296
下载积分: 1 下载次数: 14

代码说明:

  基于matlab实现的一个在线迁移学习算法OTL,(Based on matlab to achieve an online migration learning algorithm OTL,)

文件列表:

OTL_AIJ_code
OTL_AIJ_code\1. Classification
OTL_AIJ_code\1. Classification\1. Homogeneous
OTL_AIJ_code\1. Classification\1. Homogeneous\avePA1_K_M.m
OTL_AIJ_code\1. Classification\1. Homogeneous\data
OTL_AIJ_code\1. Classification\1. Homogeneous\data\create_OTL_ID.m
OTL_AIJ_code\1. Classification\1. Homogeneous\EObeta.m
OTL_AIJ_code\1. Classification\1. Homogeneous\EOC.m
OTL_AIJ_code\1. Classification\1. Homogeneous\Experiment_OTL_K_M.m
OTL_AIJ_code\1. Classification\1. Homogeneous\HomOTL1_K_M.m
OTL_AIJ_code\1. Classification\1. Homogeneous\HomOTL2_K_M.m
OTL_AIJ_code\1. Classification\1. Homogeneous\HomOTLf_K_M.m
OTL_AIJ_code\1. Classification\1. Homogeneous\PA1_K_M.m
OTL_AIJ_code\1. Classification\1. Homogeneous\PAIO_K_M.m
OTL_AIJ_code\1. Classification\2. Heterogeneous
OTL_AIJ_code\1. Classification\2. Heterogeneous\avePA1_K_M.m
OTL_AIJ_code\1. Classification\2. Heterogeneous\data
OTL_AIJ_code\1. Classification\2. Heterogeneous\data\create_OTL_ID.m
OTL_AIJ_code\1. Classification\2. Heterogeneous\Ensemble_K_M.m
OTL_AIJ_code\1. Classification\2. Heterogeneous\EOC.m
OTL_AIJ_code\1. Classification\2. Heterogeneous\Experiment_OTL_K_M.m
OTL_AIJ_code\1. Classification\2. Heterogeneous\HetOTL0_K_M.m
OTL_AIJ_code\1. Classification\2. Heterogeneous\HetOTL_K_M.m
OTL_AIJ_code\1. Classification\2. Heterogeneous\PA1_K_M.m
OTL_AIJ_code\1. Classification\2. Heterogeneous\PAIO_K_M.m
OTL_AIJ_code\2. Concept Drift
OTL_AIJ_code\2. Concept Drift\CDOLfix_K_M.m
OTL_AIJ_code\2. Concept Drift\CDOL_K_M.m
OTL_AIJ_code\2. Concept Drift\data
OTL_AIJ_code\2. Concept Drift\data\create_CD_ID.m
OTL_AIJ_code\2. Concept Drift\EOC.m
OTL_AIJ_code\2. Concept Drift\Experiment_OTL_K_M.m
OTL_AIJ_code\2. Concept Drift\ModiPE_K_M.m
OTL_AIJ_code\2. Concept Drift\PA1_K_M.m
OTL_AIJ_code\2. Concept Drift\PE_K_M.m
OTL_AIJ_code\2. Concept Drift\ShiftPE_K_M.m

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

发表评论

0 个回复

  • degreeor
    复杂网络聚类系数的matlab编程代码,将复杂网络存储为矩阵,再对其matLab编程,可得到度分布图(The MATLAB programming code of clustering coefficient of complex network is used to store complex network as matrix, and then matLab programming is used to get the degree distribution graph.)
    2018-05-23 05:28:45下载
    积分:1
  • Tensor-Factorization-HOSVD-iterative-master
    hosvd 迭代分解,很好用,是一个硕士论文里的代码(terative HOSVD algorithm to decompose tensor and find its Singular factors in each mode.)
    2021-03-27 11:39:12下载
    积分:1
  • Kmeans-python
    聚类分析31省市的经济情况,以每个聚类簇的平均值来衡量省市经济的发展水平。(Cluster analysis of the economic situation of 31 provinces and municipalities, with the average value of each cluster to measure the level of economic development of provinces and municipalities.)
    2020-07-03 13:40:02下载
    积分:1
  • k-means-for-iris
    说明:  利用K均值聚类对鸢尾花样本进行聚类的matlab程序,包含源代码、样本数据、聚类结果(The matlab program of clustering iris samples by K-means clustering, including source code, sample data and clustering results)
    2020-10-17 20:27:27下载
    积分:1
  • BIC确定GMM聚类簇
    说明:  通过贝叶斯信息准则确定高斯混合聚类方法的聚类簇数(Determining the Cluster Number of GMM Clusters by BIC)
    2021-03-26 19:19:13下载
    积分:1
  • python 实现随机森林
    应用背景 数据   :两个月之内 40000个客户的15个数据字段   包含客户的 地          理位置,职业,职级,年收入,。。。。。。    购买过得产品 目的:对新客户进行推荐一个适合该客户的产品, 对老客户推荐可能再购买的产品 数据处理    数据清洗:   describe 每个特征统计分析       方差     -分析缺陷特征和波动性                 空值赋值为  “-1 “              -  保证模型的可使用    数据归一化:eg:邮编 相似度不高 根据一线二线….进行划分  – 特征的重要性 关键技术特征选择    随机森林:  判断特征的重要性 :思考为何重要性高     AHP    :  迭代设置每个特征的权重 模型选择   :根据数据量数量,是否有标签,分类or回归选取 关于模型选择时候我想用协同过滤  但是不知道关于特征的协同过滤是怎么执行的   是每个特征都有一个评分构成评价矩阵么?
    2022-02-25 17:28:51下载
    积分:1
  • FNN与PCA和KPCA结合
    一种特征提取方法:结合主元分析(PCA)和核主元分析(KPCA)的前馈神经网络(FNN)(A feature extraction method: the feedforward neural network (FNN) combined with principal component analysis (PCA) and kernel principal component analysis (KPCA))
    2020-09-18 10:27:53下载
    积分:1
  • Archive
    PCA 数据降维 PTYTHON 数据分析/挖掘(PCA dimensionality reduction data mining/analysis)
    2020-06-21 15:40:02下载
    积分:1
  • regress
    一个xgboost实现的回归模型预测,数据集来源于kaggle的taxi竞赛(Regression model prediction based on a xgboost implementation)
    2017-10-13 10:09:42下载
    积分:1
  • 1595175
    动画演示多种排序算法,包括冒泡排序,选择排序,插入排序,快速排序等,()
    2018-03-13 23:48:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载