2pk03 commited on
Commit
44928eb
1 Parent(s): 7146f9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -17,5 +17,6 @@ there is no t=0 and each timestamp uses the value from t-1.
17
  Finally, there's the 2-layer plain vanilla LTSM. After 11 epochs, I reached a loss of 10.86 which is rather mediocre. However, the main idea here is to build a basic forecasting model
18
  for which this seems appropriate.
19
 
 
20
 
21
- ![LTSM](https://github.com/databloom-ai/LLM-LTSM/blob/main/energy-forcast/LTSM.png?raw=true)
 
17
  Finally, there's the 2-layer plain vanilla LTSM. After 11 epochs, I reached a loss of 10.86 which is rather mediocre. However, the main idea here is to build a basic forecasting model
18
  for which this seems appropriate.
19
 
20
+ ![LTSM](https://github.com/databloom-ai/LLM-LTSM/blob/main/energy-forcast/LTSM.png?raw=true)
21
 
22
+ ***Happy Hacking!***