├── LICENSE ├── README.md ├── Solar per day con..xlsx ├── results ├── Correlation.png ├── Network Architecture.png ├── array real - predicted power.png ├── lasso regressor feature importance values.png ├── lasso regressor feature importance.png ├── real vs predicted.png ├── results.png ├── rsme.jpg ├── solar azimuth vs power.jpg ├── spfnet_model.png ├── test pred vs real data.png ├── test vs solar azimuth.png ├── train pred vs real data.png ├── train vs solar azimuth.png └── typical neural network.png ├── solarpower_generation_forecasting_ann.ipynb ├── solarpower_generation_forecasting_ann.py └── solarpowergeneration.csv /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/README.md -------------------------------------------------------------------------------- /Solar per day con..xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/Solar per day con..xlsx -------------------------------------------------------------------------------- /results/Correlation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/Correlation.png -------------------------------------------------------------------------------- /results/Network Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/Network Architecture.png -------------------------------------------------------------------------------- /results/array real - predicted power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/array real - predicted power.png -------------------------------------------------------------------------------- /results/lasso regressor feature importance values.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/lasso regressor feature importance values.png -------------------------------------------------------------------------------- /results/lasso regressor feature importance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/lasso regressor feature importance.png -------------------------------------------------------------------------------- /results/real vs predicted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/real vs predicted.png -------------------------------------------------------------------------------- /results/results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/results.png -------------------------------------------------------------------------------- /results/rsme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/rsme.jpg -------------------------------------------------------------------------------- /results/solar azimuth vs power.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/solar azimuth vs power.jpg -------------------------------------------------------------------------------- /results/spfnet_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/spfnet_model.png -------------------------------------------------------------------------------- /results/test pred vs real data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/test pred vs real data.png -------------------------------------------------------------------------------- /results/test vs solar azimuth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/test vs solar azimuth.png -------------------------------------------------------------------------------- /results/train pred vs real data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/train pred vs real data.png -------------------------------------------------------------------------------- /results/train vs solar azimuth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/train vs solar azimuth.png -------------------------------------------------------------------------------- /results/typical neural network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/results/typical neural network.png -------------------------------------------------------------------------------- /solarpower_generation_forecasting_ann.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/solarpower_generation_forecasting_ann.ipynb -------------------------------------------------------------------------------- /solarpower_generation_forecasting_ann.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/solarpower_generation_forecasting_ann.py -------------------------------------------------------------------------------- /solarpowergeneration.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anantgupta129/Solar-Power-Generation-Forecasting/HEAD/solarpowergeneration.csv --------------------------------------------------------------------------------