├── README.md ├── code ├── #关于Miya_Tes.py文件说明# │ ├── Miya_Test.py │ └── README.md ├── 116_Factor_Test │ ├── Classification-分类 │ │ └── 116FactorTest_Classifier.ipynb │ ├── README.md │ └── Regression-回归 │ │ └── 116FactorTest_Regressor.ipynb ├── 150_Factor_Test │ ├── 150Factor_Test.ipynb │ └── README.md ├── 158_Factor_Test │ ├── 158Factor_Test.ipynb │ └── README.md ├── Alpha191_Facor_Test │ ├── Alpha191.ipynb │ └── README.md ├── 基于股价大幅波动的另类选股因子研究 │ ├── LR_Predict.ipynb │ └── README.md ├── 神经网络初步搭建测试 │ ├── README.md │ └── Tensorflow_Test.ipynb └── 风险因子测试 │ ├── 10Risk_Factor_Test.ipynb │ ├── 4Risk_Factor_Test.ipynb │ └── README.md ├── data ├── 116_Factor_Test │ ├── 116Mfactor1_lgb3 │ ├── 116Mfactor1_lgb4 │ ├── 116Mfactor1_xgb3 │ ├── 116Mfactor1_xgb4 │ ├── 116Wfactor1_lgb3 │ ├── 116Wfactor1_lgb4 │ ├── 116Wfactor1_xgb3 │ └── 116Wfactor1_xgb4 ├── 158_Factor_Test │ ├── 158Wfactor1_lgb3 │ └── 158Wfactor1_lgb4 ├── 191_Factor_Test │ ├── 191Alpha+10Risk │ │ ├── 191Wfactor1_Rlgb3 │ │ ├── 191Wfactor1_Rlgb4 │ │ └── 191Wfactor1_Rxgb4 │ └── 191Alpha │ │ ├── 191Wfactor1_lgb3 │ │ ├── 191Wfactor1_lgb4 │ │ ├── 191Wfactor1_xgb3 │ │ └── 191Wfactor1_xgb4 └── 数据说明.md ├── image ├── 代码说明01.png ├── 代码说明02.png ├── 代码说明03.png ├── 代码说明04.png ├── 基于股价大幅波动的另类选股因子研究01.png ├── 多因子模型01.png ├── 多因子模型02.png ├── 多因子模型03.png ├── 多因子模型04.png ├── 实习总结.png ├── 量化基础知识01.png ├── 量化基础知识02.png ├── 量化基础知识03.png ├── 量化基础知识04.png ├── 量化基础知识05.png ├── 量化基础知识06.png ├── 量化基础知识07.png └── 量化基础知识08.png ├── notebook ├── 1.量化基础知识总结.md ├── 2.多因子模型构建.md ├── 3.因子处理.md └── 4.代码说明.md └── research ├── 17_A股市场风险分析——《因子选股系列研究之十七》.pdf ├── 20150426-国泰君安-数量化专题之五十七:基于组合权重优化的风格中性多因子选股策略.pdf ├── 20160219-东方证券-《因子选股系列研究之六》:用组合优化构建更精确多样的投资组合.pdf ├── 20160523-长江证券-多因子模型系列报告之一:模型理论随想和纯因子组合构建.pdf ├── 20160812-东方证券-《因子选股系列研究之十》:Alpha因子库精简与优化.pdf ├── 20161023-长江证券-多因子模型系列报告之二:利用纯因子组合检验因子有效性.pdf ├── 20161026-长江证券-多因子模型系列报告之三:利用纯因子组合进行因子投资.pdf ├── 20180301-东方证券-因子选股系列研究之三十五:组合优化的若干问题.pdf ├── 21_组合优化是与非——因子选股系列研究之二十一.pdf ├── Barra China Equity Model Descriptor details.pdf ├── Barra China Equity Model.pdf ├── Fama-MacBeth-1973-Risk--return--and-equilibrium-empirical-tests.pdf ├── The Cross-Section of expected stock return.pdf └── fama_common risk factors in the returns on stock and bonds.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/README.md -------------------------------------------------------------------------------- /code/#关于Miya_Tes.py文件说明#/Miya_Test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/#关于Miya_Tes.py文件说明#/Miya_Test.py -------------------------------------------------------------------------------- /code/#关于Miya_Tes.py文件说明#/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/#关于Miya_Tes.py文件说明#/README.md -------------------------------------------------------------------------------- /code/116_Factor_Test/Classification-分类/116FactorTest_Classifier.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/116_Factor_Test/Classification-分类/116FactorTest_Classifier.ipynb -------------------------------------------------------------------------------- /code/116_Factor_Test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/116_Factor_Test/README.md -------------------------------------------------------------------------------- /code/116_Factor_Test/Regression-回归/116FactorTest_Regressor.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/116_Factor_Test/Regression-回归/116FactorTest_Regressor.ipynb -------------------------------------------------------------------------------- /code/150_Factor_Test/150Factor_Test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/150_Factor_Test/150Factor_Test.ipynb -------------------------------------------------------------------------------- /code/150_Factor_Test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/150_Factor_Test/README.md -------------------------------------------------------------------------------- /code/158_Factor_Test/158Factor_Test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/158_Factor_Test/158Factor_Test.ipynb -------------------------------------------------------------------------------- /code/158_Factor_Test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/158_Factor_Test/README.md -------------------------------------------------------------------------------- /code/Alpha191_Facor_Test/Alpha191.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/Alpha191_Facor_Test/Alpha191.ipynb -------------------------------------------------------------------------------- /code/Alpha191_Facor_Test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/Alpha191_Facor_Test/README.md -------------------------------------------------------------------------------- /code/基于股价大幅波动的另类选股因子研究/LR_Predict.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/基于股价大幅波动的另类选股因子研究/LR_Predict.ipynb -------------------------------------------------------------------------------- /code/基于股价大幅波动的另类选股因子研究/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/基于股价大幅波动的另类选股因子研究/README.md -------------------------------------------------------------------------------- /code/神经网络初步搭建测试/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/神经网络初步搭建测试/README.md -------------------------------------------------------------------------------- /code/神经网络初步搭建测试/Tensorflow_Test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/神经网络初步搭建测试/Tensorflow_Test.ipynb -------------------------------------------------------------------------------- /code/风险因子测试/10Risk_Factor_Test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/风险因子测试/10Risk_Factor_Test.ipynb -------------------------------------------------------------------------------- /code/风险因子测试/4Risk_Factor_Test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/风险因子测试/4Risk_Factor_Test.ipynb -------------------------------------------------------------------------------- /code/风险因子测试/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/code/风险因子测试/README.md -------------------------------------------------------------------------------- /data/116_Factor_Test/116Mfactor1_lgb3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/116_Factor_Test/116Mfactor1_lgb3 -------------------------------------------------------------------------------- /data/116_Factor_Test/116Mfactor1_lgb4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/116_Factor_Test/116Mfactor1_lgb4 -------------------------------------------------------------------------------- /data/116_Factor_Test/116Mfactor1_xgb3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/116_Factor_Test/116Mfactor1_xgb3 -------------------------------------------------------------------------------- /data/116_Factor_Test/116Mfactor1_xgb4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/116_Factor_Test/116Mfactor1_xgb4 -------------------------------------------------------------------------------- /data/116_Factor_Test/116Wfactor1_lgb3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/116_Factor_Test/116Wfactor1_lgb3 -------------------------------------------------------------------------------- /data/116_Factor_Test/116Wfactor1_lgb4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/116_Factor_Test/116Wfactor1_lgb4 -------------------------------------------------------------------------------- /data/116_Factor_Test/116Wfactor1_xgb3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/116_Factor_Test/116Wfactor1_xgb3 -------------------------------------------------------------------------------- /data/116_Factor_Test/116Wfactor1_xgb4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/116_Factor_Test/116Wfactor1_xgb4 -------------------------------------------------------------------------------- /data/158_Factor_Test/158Wfactor1_lgb3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/158_Factor_Test/158Wfactor1_lgb3 -------------------------------------------------------------------------------- /data/158_Factor_Test/158Wfactor1_lgb4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/158_Factor_Test/158Wfactor1_lgb4 -------------------------------------------------------------------------------- /data/191_Factor_Test/191Alpha+10Risk/191Wfactor1_Rlgb3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/191_Factor_Test/191Alpha+10Risk/191Wfactor1_Rlgb3 -------------------------------------------------------------------------------- /data/191_Factor_Test/191Alpha+10Risk/191Wfactor1_Rlgb4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/191_Factor_Test/191Alpha+10Risk/191Wfactor1_Rlgb4 -------------------------------------------------------------------------------- /data/191_Factor_Test/191Alpha+10Risk/191Wfactor1_Rxgb4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/191_Factor_Test/191Alpha+10Risk/191Wfactor1_Rxgb4 -------------------------------------------------------------------------------- /data/191_Factor_Test/191Alpha/191Wfactor1_lgb3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/191_Factor_Test/191Alpha/191Wfactor1_lgb3 -------------------------------------------------------------------------------- /data/191_Factor_Test/191Alpha/191Wfactor1_lgb4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/191_Factor_Test/191Alpha/191Wfactor1_lgb4 -------------------------------------------------------------------------------- /data/191_Factor_Test/191Alpha/191Wfactor1_xgb3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/191_Factor_Test/191Alpha/191Wfactor1_xgb3 -------------------------------------------------------------------------------- /data/191_Factor_Test/191Alpha/191Wfactor1_xgb4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/191_Factor_Test/191Alpha/191Wfactor1_xgb4 -------------------------------------------------------------------------------- /data/数据说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/data/数据说明.md -------------------------------------------------------------------------------- /image/代码说明01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/代码说明01.png -------------------------------------------------------------------------------- /image/代码说明02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/代码说明02.png -------------------------------------------------------------------------------- /image/代码说明03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/代码说明03.png -------------------------------------------------------------------------------- /image/代码说明04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/代码说明04.png -------------------------------------------------------------------------------- /image/基于股价大幅波动的另类选股因子研究01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/基于股价大幅波动的另类选股因子研究01.png -------------------------------------------------------------------------------- /image/多因子模型01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/多因子模型01.png -------------------------------------------------------------------------------- /image/多因子模型02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/多因子模型02.png -------------------------------------------------------------------------------- /image/多因子模型03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/多因子模型03.png -------------------------------------------------------------------------------- /image/多因子模型04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/多因子模型04.png -------------------------------------------------------------------------------- /image/实习总结.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/实习总结.png -------------------------------------------------------------------------------- /image/量化基础知识01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/量化基础知识01.png -------------------------------------------------------------------------------- /image/量化基础知识02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/量化基础知识02.png -------------------------------------------------------------------------------- /image/量化基础知识03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/量化基础知识03.png -------------------------------------------------------------------------------- /image/量化基础知识04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/量化基础知识04.png -------------------------------------------------------------------------------- /image/量化基础知识05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/量化基础知识05.png -------------------------------------------------------------------------------- /image/量化基础知识06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/量化基础知识06.png -------------------------------------------------------------------------------- /image/量化基础知识07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/量化基础知识07.png -------------------------------------------------------------------------------- /image/量化基础知识08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/image/量化基础知识08.png -------------------------------------------------------------------------------- /notebook/1.量化基础知识总结.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/notebook/1.量化基础知识总结.md -------------------------------------------------------------------------------- /notebook/2.多因子模型构建.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/notebook/2.多因子模型构建.md -------------------------------------------------------------------------------- /notebook/3.因子处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/notebook/3.因子处理.md -------------------------------------------------------------------------------- /notebook/4.代码说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/notebook/4.代码说明.md -------------------------------------------------------------------------------- /research/17_A股市场风险分析——《因子选股系列研究之十七》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/research/17_A股市场风险分析——《因子选股系列研究之十七》.pdf -------------------------------------------------------------------------------- /research/20150426-国泰君安-数量化专题之五十七:基于组合权重优化的风格中性多因子选股策略.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/research/20150426-国泰君安-数量化专题之五十七:基于组合权重优化的风格中性多因子选股策略.pdf -------------------------------------------------------------------------------- /research/20160219-东方证券-《因子选股系列研究之六》:用组合优化构建更精确多样的投资组合.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/research/20160219-东方证券-《因子选股系列研究之六》:用组合优化构建更精确多样的投资组合.pdf -------------------------------------------------------------------------------- /research/20160523-长江证券-多因子模型系列报告之一:模型理论随想和纯因子组合构建.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/research/20160523-长江证券-多因子模型系列报告之一:模型理论随想和纯因子组合构建.pdf -------------------------------------------------------------------------------- /research/20160812-东方证券-《因子选股系列研究之十》:Alpha因子库精简与优化.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/research/20160812-东方证券-《因子选股系列研究之十》:Alpha因子库精简与优化.pdf -------------------------------------------------------------------------------- /research/20161023-长江证券-多因子模型系列报告之二:利用纯因子组合检验因子有效性.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/research/20161023-长江证券-多因子模型系列报告之二:利用纯因子组合检验因子有效性.pdf -------------------------------------------------------------------------------- /research/20161026-长江证券-多因子模型系列报告之三:利用纯因子组合进行因子投资.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/research/20161026-长江证券-多因子模型系列报告之三:利用纯因子组合进行因子投资.pdf -------------------------------------------------------------------------------- /research/20180301-东方证券-因子选股系列研究之三十五:组合优化的若干问题.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/research/20180301-东方证券-因子选股系列研究之三十五:组合优化的若干问题.pdf -------------------------------------------------------------------------------- /research/21_组合优化是与非——因子选股系列研究之二十一.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/research/21_组合优化是与非——因子选股系列研究之二十一.pdf -------------------------------------------------------------------------------- /research/Barra China Equity Model Descriptor details.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/research/Barra China Equity Model Descriptor details.pdf -------------------------------------------------------------------------------- /research/Barra China Equity Model.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/research/Barra China Equity Model.pdf -------------------------------------------------------------------------------- /research/Fama-MacBeth-1973-Risk--return--and-equilibrium-empirical-tests.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/research/Fama-MacBeth-1973-Risk--return--and-equilibrium-empirical-tests.pdf -------------------------------------------------------------------------------- /research/The Cross-Section of expected stock return.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/research/The Cross-Section of expected stock return.pdf -------------------------------------------------------------------------------- /research/fama_common risk factors in the returns on stock and bonds.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miya-Su/Quantitative-Trading/HEAD/research/fama_common risk factors in the returns on stock and bonds.pdf --------------------------------------------------------------------------------