登录
首页 » WINDOWS » OTL_AIJ_code

OTL_AIJ_code

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

  • knn.py
    kNN算法的核心思想是如果一个样本在特征空间中的k个最相邻的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。 kNN方法在类别决策时,只与极少量的相邻样本有关。由于kNN方法主要靠周围有限的邻近的样本,而不是靠判别类域的方法来确定所属类别的,因此对于类域的交叉或重叠较多的待分样本集来说,kNN方法较其他方法更为适合。(Basic source application)
    2018-10-30 16:50:13下载
    积分:1
  • eyboi737
    基于P-Q分解法的快速潮流计算,可用于实际系统()
    2017-12-05 16:20:12下载
    积分:1
  • MATLAB_SMOTE
    SMOTE插值算法,补全数据的不平衡性。(SMOTE interpolation algorithm to complete the imbalance of data.)
    2018-08-20 10:05:48下载
    积分:1
  • znsbudk
    人工智能中,经典的基于小波变换的图像处理和图像去噪的解决办法,可下载后观摩使用(In artificial intelligence, the classical image processing and image denoising based on wavelet transform can be downloaded and used)
    2018-09-04 02:06:36下载
    积分:1
  • holt_winters
    holt-winters 三次指数平滑算法,时间序列预测算法,带测试数据及Demo(Triple Order Exponential Smoothing, Holt-Winters algorithm, time series prediction algorithm with test data and Demo)
    2016-10-10 18:57:02下载
    积分:1
  • pvdvk48
    Matrix QR decomposition of digital analysis of the more difficult procedures, it is worth a look
    2018-09-05 18:32:16下载
    积分:1
  • 一种信号的处理方法 SES
    说明:  一种信号的处理方法,用于非平稳的信号处理(A signal processing method for nonstationary signal processing)
    2020-07-13 08:18:52下载
    积分:1
  • 89245721
    说明:  
    2017-12-09 07:59:44下载
    积分:1
  • propospuionsview
    算法分析中的贪心算法的实现,并有完整的测试数据()
    2018-05-28 16:41:27下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载