Skip to content

Commit 752b183

Browse files
committed
added at least 5 categories (then choose on which one you want to focus)
1 parent 3280cda commit 752b183

File tree

29 files changed

+3369
-29
lines changed

29 files changed

+3369
-29
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: "Microsoft Stock Prediction using LSTM or GRU"
3+
date: 2024-06-16T00:00:00+01:00
4+
description: "Short Stock price analysis on MSFT, then a prediction is tested using GRU"
5+
menu:
6+
sidebar:
7+
name: Poems
8+
identifier: Stacy
9+
weight: 15
10+
tags: ["Finance", "Deep Learning", "Forecasting"]
11+
categories: ["Finance"]
12+
---
13+
14+
## Pick a stock commodity
15+
16+
'
17+
...
18+
'
19+
20+
## Statistical Analysis on the price
21+
22+
23+
## Statistical Analysis on the returns
24+
25+
26+
## GRU Model
27+
28+
### Init
29+
30+
### Training
31+
32+
### Testing Metrics
33+
* mean squared error
34+
35+
36+
## LSTM Comparison
37+
38+
39+
## Possible trading performance

0 commit comments

Comments
 (0)