Skip to content

Commit 67df422

Browse files
authored
Update README.md
1 parent 05f8ac2 commit 67df422

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
DistStat.jl: Towards unified programming for high-performance statistical computing environments in Julia
1010

1111

12-
### Installation Information
12+
## Installation Information
1313

1414
Dependencies:
1515
- Julia >= 1.4
@@ -32,6 +32,13 @@ using Pkg
3232
pkg"add https://github.com/kose-y/DistStat.jl"
3333
```
3434

35-
### Examples
35+
## Examples
3636

3737
Examples of nonnegative matrix factorization, multidimensional scaling, and l1-regularized Cox regression is provided in the directory `examples/`. Settings for multi-gpu experiments and multi-instance cloud experiments are also provided.
38+
39+
## Acknowledgement
40+
This work was supported by [AWS Cloud Credits for Research](https://aws.amazon.com/research-credits/). This research has been conducted using the UK Biobank Resource under application number 48152.
41+
42+
## Citation
43+
44+
Ko S, Zhou H, Zhou J, and Won J-H (2020+). DistStat.jl: Towards Unified Programming for High-Performance Statistical Computing Environments in Julia. [arXiv:2010.16114](https://arxiv.org/abs/2010.16114).

0 commit comments

Comments
 (0)