Skip to content

JunfLi-TJU/OKL-Hinge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OKL-Hinge

Source codes of algorithms and datasets for our paper "Improved Kernel Alignment Regret Bound for Online Kernel Learning", accepted in AAAI 2023.

We implement all algorithms with R on a Windows machine with 2.8 GHz Core(TM) i7-1165G7 CPU. execute each experiment 10 times with random permutation of all datasets and average all of the results.

To run the code, you must set the paths following the code, or set new paths. The default path of codes is "D:/experiment/Conference Paper/ECML/ECML2022". The path of datasets is "D:/experiment/AAAI2023/dataset". The store path is "D:/experiment/AAAI2023/Result/".

The baseline algorithms include: FOGD, NOGD, SkeGD and BAO2KS. Our algorithm is POMDR.

The datasets are downloaded from: https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/ and http://archive.ics.uci.edu/ml/datasets.php

binary classification datasets: w8a (Num:49749, Fea:300), magic04 (Num:19020, Fea:10), mushrooms (Num:8124, Fea:112), a9a (Num:48842, Fea:123), SUSY (Num:50000, Fea:18), ijcnn1 (Num:141691, Fea:22), minist12 (Num:12700, Fea:780)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages