-
Global Stock Market Prediction Based on Stock Chart Images Using Deep Q-Network
We applied Deep Q-Network with a Convolutional Neural Network function a...
read it
-
Deep reinforcement learning for portfolio management
The objective of this paper is to verify that current cutting-edge artif...
read it
-
A Machine Learning Framework for Stock Selection
This paper demonstrates how to apply machine learning algorithms to dist...
read it
-
Encoded Value-at-Risk: A Predictive Machine for Financial Risk Management
Measuring risk is at the center of modern financial risk management. As ...
read it
-
Deep neural network for optimal retirement consumption in defined contribution pension system
In this paper, we develop a deep neural network approach to solve a life...
read it
-
DQN-AF: Deep Q-Network based Adaptive Forwarding Strategy for Named Data Networking
NDN has gained significant attention due to the appearance of several un...
read it
-
Deep Learning for Asset Bubbles Detection
We develop a methodology for detecting asset bubbles using a neural netw...
read it
Application of Deep Q-Network in Portfolio Management
Machine Learning algorithms and Neural Networks are widely applied to many different areas such as stock market prediction, face recognition and population analysis. This paper will introduce a strategy based on the classic Deep Reinforcement Learning algorithm, Deep Q-Network, for portfolio management in stock market. It is a type of deep neural network which is optimized by Q Learning. To make the DQN adapt to financial market, we first discretize the action space which is defined as the weight of portfolio in different assets so that portfolio management becomes a problem that Deep Q-Network can solve. Next, we combine the Convolutional Neural Network and dueling Q-net to enhance the recognition ability of the algorithm. Experimentally, we chose five lowrelevant American stocks to test the model. The result demonstrates that the DQN based strategy outperforms the ten other traditional strategies. The profit of DQN algorithm is 30 Sharpe ratio associated with Max Drawdown demonstrates that the risk of policy made with DQN is the lowest.
READ FULL TEXT
Comments
There are no comments yet.