ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
203
Citations
7
Influential Citations
Journal of risk and financial management
Venue
2020
Year
In today’s era of big data, deep learning and artificial intelligence have formed the backbone for cryptocurrency portfolio optimization. Researchers have investigated various state of the art machine learning models to predict Bitcoin price and volatility. Machine learning models like recurrent neural network (RNN) and long short-term memory (LSTM) have been shown to perform better than traditional time series models in cryptocurrency price prediction. However, very few studies have applied sequence models with robust feature engineering to predict future pricing. In this study, we investigate a framework with a set of advanced machine learning forecasting methods with a fixed set of exogenous and endogenous factors to predict daily Bitcoin prices. We study and compare different approaches using the root mean squared error (RMSE). Experimental results show that the gated recurring unit (GRU) model with recurrent dropout performs better than popular existing models. We also show that simple trading strategies, when implemented with our proposed GRU model and with proper learning, can lead to financial gain.
Bitcoin price prediction remains a challenging problem due to high volatility and non-linear dynamics. This paper matters because it systematically compares advanced sequence models (GRU, LSTM, RNN) on a common feature set, showing that GRU with recurrent dropout outperforms the widely-used LSTM. The inclusion of a simple trading strategy that yields financial gain bridges the gap between academic forecasting and real-world application, making the work relevant for both researchers and practitioners in cryptocurrency markets.
The experimental results show that the GRU model with recurrent dropout achieves the lowest RMSE among all tested models. Specifically, it outperforms LSTM and RNN, which are common baselines in cryptocurrency prediction. The trading strategy based on GRU predictions yields positive returns, indicating that the model captures meaningful price trends. However, the paper does not report exact RMSE values or profit percentages in the abstract, so readers should consult the full text for precise numbers.
This paper contributes to the growing field of deep learning for financial time series by highlighting the GRU architecture's advantages over LSTM in terms of computational efficiency and generalization (via dropout). It also provides a reproducible framework for feature engineering and model evaluation. For AI practitioners, the work underscores the importance of regularization (recurrent dropout) in sequence models for volatile data. The demonstration of profitable trading strategies adds practical value, though real-world deployment would require careful consideration of transaction costs and market impact.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba