- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 124字
- 2021-07-02 12:46:34
Getting ready
To predict a stock price, we will perform the following steps:
- Order the dataset from the oldest to the newest date.
- Take the first five stock prices as input and the sixth stock price as output.
- Slide it across so that in the next data point the second to the sixth data points are input and the seventh data point is the output, and so on, till we reach the final data point.
- Given that it is a continuous number that we are predicting, the loss function this time shall be the mean squared error value.
Additionally, we will also try out the scenario where we integrate the text data into the historic numeric data to predict the next day's stock price.
推薦閱讀
- SQL Server 從入門到項目實踐(超值版)
- Python編程自學手冊
- Koa開發:入門、進階與實戰
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Mastering ServiceNow(Second Edition)
- Java EE 7 Performance Tuning and Optimization
- Hands-On Full Stack Development with Go
- The DevOps 2.5 Toolkit
- Getting Started with Hazelcast(Second Edition)
- Learning Material Design
- Unity&VR游戲美術設計實戰
- JSP程序設計實例教程(第2版)
- ActionScript 3.0從入門到精通(視頻實戰版)
- 現代C:概念剖析和編程實踐
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)