umamas09 commited on
Commit
cb13a79
·
verified ·
1 Parent(s): 944141f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -59
README.md CHANGED
@@ -1,59 +1,58 @@
1
-
2
- ---
3
- language: en
4
- tags:
5
- - forecasting
6
- - financial
7
- - stock-prediction
8
- - cryptocurrency
9
- - machine-learning
10
- - time-series
11
- ---
12
-
13
- # FinTech Forecasting Models
14
-
15
- This repository contains trained machine learning models for financial forecasting.
16
-
17
- ## Models Included
18
-
19
- - **Traditional Models**: Moving Average (MA), ARIMA, VAR
20
- - **Neural Networks**: GRU, LSTM
21
- - **Ensemble Model**: Combined predictions
22
-
23
- ## Usage
24
-
25
- These models can be used for:
26
- - Stock price forecasting
27
- - Cryptocurrency price prediction
28
- - Financial time series analysis
29
-
30
- ## Files Uploaded
31
-
32
- - AAPL_NASDAQ_model_info.json
33
- - BTC_USD_CRYPTO_model_info.json
34
- - gru_AAPL_NASDAQ.h5
35
- - gru_AAPL_NASDAQ_config.json
36
- - gru_BTC_USD_CRYPTO.h5
37
- - gru_BTC_USD_CRYPTO_config.json
38
- - gru_IBM_NYSE.h5
39
- - gru_IBM_NYSE_config.json
40
- - IBM_NYSE_model_info.json
41
- - lstm_AAPL_NASDAQ.h5
42
- - lstm_AAPL_NASDAQ_config.json
43
- - lstm_BTC_USD_CRYPTO.h5
44
- - lstm_BTC_USD_CRYPTO_config.json
45
- - lstm_IBM_NYSE.h5
46
- - lstm_IBM_NYSE_config.json
47
-
48
- ## Performance
49
-
50
- Models were trained on historical financial data and evaluated using RMSE, MAE metrics.
51
-
52
- ## Training Data
53
-
54
- - AAPL NASDAQ
55
- - BTC USD CRYPTO
56
- - IBM NYSE
57
-
58
- ---
59
- *Uploaded as part of university NLP/FinTech assignment*
 
1
+
2
+ ---
3
+ language: en
4
+ tags:
5
+ - forecasting
6
+ - financial
7
+ - stock-prediction
8
+ - cryptocurrency
9
+ - machine-learning
10
+ - time-series
11
+ ---
12
+
13
+ # FinTech Forecasting Models
14
+
15
+ This repository contains trained machine learning models for financial forecasting.
16
+
17
+ ## Models Included
18
+
19
+ - **Traditional Models**: Moving Average (MA), ARIMA, VAR
20
+ - **Neural Networks**: GRU, LSTM
21
+
22
+ ## Usage
23
+
24
+ These models can be used for:
25
+ - Stock price forecasting
26
+ - Cryptocurrency price prediction
27
+ - Financial time series analysis
28
+
29
+ ## Files Uploaded
30
+
31
+ - AAPL_NASDAQ_model_info.json
32
+ - BTC_USD_CRYPTO_model_info.json
33
+ - gru_AAPL_NASDAQ.h5
34
+ - gru_AAPL_NASDAQ_config.json
35
+ - gru_BTC_USD_CRYPTO.h5
36
+ - gru_BTC_USD_CRYPTO_config.json
37
+ - gru_IBM_NYSE.h5
38
+ - gru_IBM_NYSE_config.json
39
+ - IBM_NYSE_model_info.json
40
+ - lstm_AAPL_NASDAQ.h5
41
+ - lstm_AAPL_NASDAQ_config.json
42
+ - lstm_BTC_USD_CRYPTO.h5
43
+ - lstm_BTC_USD_CRYPTO_config.json
44
+ - lstm_IBM_NYSE.h5
45
+ - lstm_IBM_NYSE_config.json
46
+
47
+ ## Performance
48
+
49
+ Models were trained on historical financial data and evaluated using RMSE, MAE metrics.
50
+
51
+ ## Training Data
52
+
53
+ - AAPL NASDAQ
54
+ - BTC USD CRYPTO
55
+ - IBM NYSE
56
+
57
+ ---
58
+ *Uploaded as part of university NLP/FinTech assignment*