Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 과학서적
- 김범준교수
- confusion matrix
- Data Visualization
- logistic regression
- Python
- pyplot
- iris데이터
- Train-Test Split
- 군집분석
- 통계물리학
- scatter()
- GMM
- scikit-learn
Archives
- Today
- Total
Basin of Attraction
A Deep Learning Framework for Predicting Digital Asset Price Movement from Trade-by-trade Data 본문
글쓰기-리뷰
A Deep Learning Framework for Predicting Digital Asset Price Movement from Trade-by-trade Data
박정현PRO 2021. 11. 16. 17:57This paper presents a deep learning framework based on Long Short-term Memory Network(LSTM) that predict price movement of cryptocurrencies based on a trailing window. It is the first to use trade-by-trade data to predict short term price changes in fixed time horizions. By carefully designing features and detailed searching for best hyper-paramenters, the model is trainged to achieve high performance on nearly a year of trade-by-trade data. The optimal model delivers stable high performance(over 60% accuracy) on out-of-sample test periods.
In a realistic trading simulation setting, the prediction made by the model could be easily monetized.
반응형
Comments