用于股票选择的机器学习框架

网友投稿 813 2022-10-25

用于股票选择的机器学习框架

用于股票选择的机器学习框架

A Machine Learning Framework for Stock Selection

Introduction

This project demonstrates how to apply machine learning algorithms to distinguish "good" stocks from the "bad" stocks. To this end, we construct 244 technical and fundamental features to characterize each stock, and label stocks according to their ranking with respect to the return-volatility ratio. Algorithms ranging from traditional statistical learning methods to recently popular deep learning method, e.g. Logistic Regression (LR), Random Forest (RF), Deep Neural Network (DNN), and Stacking Ensemble model, are trained to solve the classification task. Genetic Algorithm is also used to implement features selection. The effectiveness of the stock selection strategy is validated in Chinese stock market from both statistical and practical aspects, showing that:

Stacking outperforms other models reaching an AUC score of 0.972;Genetic Algorithm picks a subset of 114 features and the prediction performances of all models remain almost unchanged after the selection procedure, which suggests some features are indeed redundant;LR and DNN are radical models; RF is risk-neutral model; Stacking is somewhere between DNN and RF.The portfolios constructed by our models outperform market in back tests.

About

For details, you can have the research paper at:http://arxiv.org/abs/1806.01743.Currently, we do not plan to reveal the whole raw dataset, while a data sample will be shared.

Contributions

Contributors:

XingYu FuJingHong Du ( https://github.com/jaydu1 )YiFeng GuoMingWen LiuTao DongXiuWen Duan

Institutions:

Likelihood LabShiningMidas Private FundSun Yat-sen University

Set up

Python Version:

3.5

Modules needed:

numpypandasmatplotlibmathossklearntensorflowkeras

Contact

fuxy28@mail2.sysu.edu-

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:Uber发布的TensorFlow分布式训练框架Horovod
下一篇:【VB.NET】——ADO与ADO.NET区别
相关文章

 发表评论

暂时没有评论,来抢沙发吧~