Spaces:
Running
Running
tbdavid2019
commited on
Commit
•
a33a42d
1
Parent(s):
0c2507c
update readme
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
16 |
|
17 |
# Taiwan Stock Short-Term Potential Stock Prediction System - LSTM Model
|
18 |
|
|
|
19 |
This project is a stock prediction system for short-term potential stocks in the Taiwan stock market. It uses LSTM (Long Short-Term Memory) models to predict future prices based on historical data from Taiwan listed stocks. The system is implemented using Python, and the web interface is created using Gradio. The project is designed for research and educational purposes only and should not be used for investment decision-making.
|
20 |
|
21 |
## Features
|
@@ -66,6 +67,8 @@ This project is licensed under the MIT License. See the LICENSE file for more de
|
|
66 |
|
67 |
# 台股短線潛力股推薦系統 - LSTM 模型
|
68 |
|
|
|
|
|
69 |
此專案是一個針對台灣股票市場短線潛力股的預測系統,使用 LSTM(長短期記憶)模型根據台灣上市股票的歷史數據來預測未來股價。本系統使用 Python 實現,並透過 Gradio 建立網頁介面。本專案僅供學術研究用途,不應用於投資決策。
|
70 |
|
71 |
## 功能
|
|
|
16 |
|
17 |
# Taiwan Stock Short-Term Potential Stock Prediction System - LSTM Model
|
18 |
|
19 |
+
![alt text](image.png)
|
20 |
This project is a stock prediction system for short-term potential stocks in the Taiwan stock market. It uses LSTM (Long Short-Term Memory) models to predict future prices based on historical data from Taiwan listed stocks. The system is implemented using Python, and the web interface is created using Gradio. The project is designed for research and educational purposes only and should not be used for investment decision-making.
|
21 |
|
22 |
## Features
|
|
|
67 |
|
68 |
# 台股短線潛力股推薦系統 - LSTM 模型
|
69 |
|
70 |
+
![alt text](image.png)
|
71 |
+
|
72 |
此專案是一個針對台灣股票市場短線潛力股的預測系統,使用 LSTM(長短期記憶)模型根據台灣上市股票的歷史數據來預測未來股價。本系統使用 Python 實現,並透過 Gradio 建立網頁介面。本專案僅供學術研究用途,不應用於投資決策。
|
73 |
|
74 |
## 功能
|
image.png
ADDED