- Scala Machine Learning Projects
- Md. Rezaul Karim
- 87字
- 2021-06-30 19:05:38
Training
Use order book data, instead of derived OHLC + volume data. Therefore, for training and prediction, use data that looks like this:
- Split the data into a time series of a certain size (size is a parameter to tune).
- Cluster the time series data into K clusters (K is a parameter to tune). It's assumed that clusters with some natural trends would appear (sharp drop/rise in price and so on).
- For each cluster, train the regression and classifier to predict the price and price change, respectively.
推薦閱讀
- Microsoft Dynamics CRM Customization Essentials
- Java開發技術全程指南
- Blender Compositing and Post Processing
- Android游戲開發案例與關鍵技術
- 電腦日常使用與維護322問
- Data Analysis with R(Second Edition)
- Raspberry Pi Projects for Kids
- Getting Started with Tableau 2019.2
- Containerization with Ansible 2
- 工業機器人基礎
- Photoshop CS6白金手冊
- Ubuntu 9 Linux應用基礎
- 從虛擬化到云計算
- Office 2010辦公應用
- Java開發手冊