Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asnunes/brazilian-integrated-electrical-system-load-forecast
ANN to predict electrical load of brazilian national system
https://github.com/asnunes/brazilian-integrated-electrical-system-load-forecast
Last synced: 26 days ago
JSON representation
ANN to predict electrical load of brazilian national system
- Host: GitHub
- URL: https://github.com/asnunes/brazilian-integrated-electrical-system-load-forecast
- Owner: asnunes
- Created: 2019-04-17T01:29:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T13:38:36.000Z (over 3 years ago)
- Last Synced: 2024-10-26T15:47:07.857Z (2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 9.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Load Prediction
ANN to predict electrical load of brazilian national system. This repository is part of "Redes Neurais aplicadas à previsão de carga no sistema elétrico brasileiro". How to implement and results are available at:
### Content
**Original dataset**:
- Load data available at [ONS Website](ons.org.br).
- Temperature data avaliable at [INMET Website](http://www.inmet.gov.br/).
- Weekdays info generate by [Datetime Python lib](https://docs.python.org/3/library/datetime.html).
- Holidays info generate by [python-holidays lib](https://github.com/dr-prodigy/python-holidays).