Skip to content

Commit c0c063f

Browse files
author
Jian Li
committed
update README
1 parent a891dca commit c0c063f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Exp1_partitions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
n_partitions = [1,50:50:3000];
77
D = 500;
88
n_repeat = 5;
9-
data_name = 'HIGGS';
9+
data_name = 'SUSY';
1010
[lambda, sigma] = best_parameters(data_name);
1111

1212
load(['./data/', data_name]);

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# DC_RF
22

3-
Experiments for paper "[Distributed Learning with Random Features](https://lijian.ac.cn/files/2019_dc_rf.pdf), Jian Li, Yong Liu, Weiping Wang.arXiv preprint arXiv:1906.03155, 2019.", which has been submitted to NIPS 2019.
3+
## Intro
4+
Experiments for paper "Distributed Learning with Random Features" (https://arxiv.org/abs/1906.03155).
45

56
## 1. Code structure
67
### folder: ./

0 commit comments

Comments
 (0)