chore: 添加Stock-Prediction-Models项目文件
添加了Stock-Prediction-Models项目的多个文件,包括数据集、模型代码、README文档和CSS样式文件。这些文件用于股票预测模型的训练和展示,涵盖了LSTM、GRU等深度学习模型的应用。
This commit is contained in:
+35
@@ -0,0 +1,35 @@
|
||||
# Stock forecasting JS
|
||||
|
||||
LSTM Model for stock forecasting and buying simulation inside Tensorflow JS, so everyone can try!
|
||||
|
||||
## Stack
|
||||
|
||||
Graphic library: [Echarts](https://ecomfe.github.io/echarts-examples/public/index.html), [D3](https://d3js.org/)
|
||||
|
||||
CSV parsing: [Papaparse JS](https://www.papaparse.com/)
|
||||
|
||||
Linear algebra: [numeric JS](https://github.com/sloisel/numeric), [numJS](https://github.com/cliffordwolf/NumJS), [Tensorflow JS](https://js.tensorflow.org/)
|
||||
|
||||
## How-to
|
||||
|
||||
1. Clone this folder and just open [index.html](index.html),
|
||||
|
||||
Or, go to [huseinhouse.com/stock-forecasting-js](https://huseinhouse.com/stock-forecasting-js/)!
|
||||
|
||||

|
||||
|
||||
2. Check hyper parameters you want to tune,
|
||||
|
||||

|
||||
|
||||
3. You can upload any stock CSV, downloaded from Yahoo finance or any website. Any error, please open an issue.
|
||||
|
||||
4. Train the model and wait it's fitting!
|
||||
|
||||
5. After done training, it will predict where to buy and sell,
|
||||
|
||||

|
||||
|
||||
Comparing histogram and loss graph,
|
||||
|
||||

|
||||
Reference in New Issue
Block a user