- 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.
推薦閱讀
- SOA實踐
- PHP 7底層設(shè)計與源碼實現(xiàn)
- Python從入門到精通(精粹版)
- 新手學(xué)Visual C# 2008程序設(shè)計
- Learning Laravel 4 Application Development
- Java軟件開發(fā)基礎(chǔ)
- Visual Foxpro 9.0數(shù)據(jù)庫程序設(shè)計教程
- ServiceNow:Building Powerful Workflows
- UI設(shè)計全書(全彩)
- Python 3.7從入門到精通(視頻教學(xué)版)
- Building Serverless Architectures
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Software Development on the SAP HANA Platform
- Deep Learning for Natural Language Processing
- 面向?qū)ο蠓治雠c設(shè)計(第3版)