Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adinfinitedevices authored Oct 28, 2021
1 parent 481cb4f commit 30e0a3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions energy-forcast/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### AI Energy Forecast using LTSM
### AI Energy Forecast using LSTM

It basically takes some smartmeter data (5 cols, > 12mil. instances, cols: id, device_name, property, value, timestamp) and creates a custom forecast based on selected window.
The file is available in .py and .ipynb format, so you can choose according to your preferences.
Expand All @@ -15,6 +15,6 @@ Finally, there's the 2-layer plain vanilla LSTM. After 11 epochs, I reached a lo
for which this seems appropriate.


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

Blogpost: https://infinitedevices.de/en/time-series-forecast-with-lstm/
Blogpost: https://infinitedevices.de/en/time-series-forecast-with-lstm/

0 comments on commit 30e0a3e

Please sign in to comment.