minor
Browse files- Energy_Forecast_LTSM.py +1 -1
Energy_Forecast_LTSM.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
#LSTM Model for time series forecast, (c) infinimesh and affiliates, 2020
|
| 2 |
# Apache License 2.0
|
| 3 |
#Some functions were copied from TensforFlow website time-series tutorial, see: https://www.tensorflow.org/tutorials/structured_data/time_series#top_of_page
|
| 4 |
#GitHub: https://github.com/tensorflow/docs/blob/master/site/en/tutorials/structured_data/time_series.ipynb
|
|
|
|
| 1 |
+
#LSTM Model for time series forecast, (c) infinimesh, databloom AI and affiliates, 2020 - 2023
|
| 2 |
# Apache License 2.0
|
| 3 |
#Some functions were copied from TensforFlow website time-series tutorial, see: https://www.tensorflow.org/tutorials/structured_data/time_series#top_of_page
|
| 4 |
#GitHub: https://github.com/tensorflow/docs/blob/master/site/en/tutorials/structured_data/time_series.ipynb
|