- 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.
推薦閱讀
- Instant Raspberry Pi Gaming
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- 腦動(dòng)力:PHP函數(shù)速查效率手冊(cè)
- 計(jì)算機(jī)圖形圖像處理:Photoshop CS3
- Troubleshooting OpenVPN
- Salesforce for Beginners
- 分析力!專業(yè)Excel的制作與分析實(shí)用法則
- 筆記本電腦維修90個(gè)精選實(shí)例
- 多媒體制作與應(yīng)用
- 從零開始學(xué)Java Web開發(fā)
- The DevOps 2.1 Toolkit:Docker Swarm
- 空間機(jī)器人
- JRuby語言實(shí)戰(zhàn)技術(shù)
- Unreal Development Kit Game Design Cookbook
- Hands-On Deep Learning with Go