From e7657bbd3a9eaa6dded8498910f73ae66eb268bd Mon Sep 17 00:00:00 2001 From: you-n-g Date: Thu, 29 Oct 2020 18:29:45 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 988a8a385..2ede0c237 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. -With Qlib, you can easily try your ideas to create better Quant investment strategies. +It contains the full ML pipeline of data processing, model training, back-testing; and covers the entire chain of quantitative investment: alpha seeking, risk modeling, portfolio optimization, and order execution. + +With Qlib, user can easily try ideas to create better Quant investment strategies. For more details, please refer to our paper ["Qlib: An AI-oriented Quantitative Investment Platform"](https://arxiv.org/abs/2009.11189).