Skip to content

Commit

Permalink
add pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
2pk03 committed Jan 14, 2021
1 parent b0dde3c commit 481cb4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions energy-forcast/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ The first models created are a simple baseline model, used for evaluating the pe
there is no t=0 and each timestamp uses the value from t-1.
Finally, there's the 2-layer plain vanilla LSTM. 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
for which this seems appropriate.


![LTSM](https://github.com/infinimesh/ai/blob/main/energy-forcast/LTSM.png?raw=true)

![LTSM](https://github.com/infinimesh/ai/blob/main/energy-forcast/LTSM.png?raw=true)
Blogpost: https://infinitedevices.de/en/time-series-forecast-with-lstm/

0 comments on commit 481cb4f

Please sign in to comment.