neuralRPy
neural network example
Two examples of neural network using data to predict net surface radiation.
-
Other in python with tensorflow: python jupyter notebook
Estimating net surface radiation by using ANN
- X - date and time: 2017-08-03 00:00:00 to 2017-09-08 23:30:00
- Rl_downwell - Longwave incoming radiation in W/m^2
- AT_mbar - Atmospheric pressure in mbar
- Rs_downwell - Shortwave incoming radiation in W/m^2
- rH - Relative humidity in %
- T_b_1477 - Air temperature in degree Celsius at 10m height
- D_g_1477 - Wind direction in degree
- F_1_s_g_1477 - Wind speed in m/s
- Rnet - Net surface radiation in W/m^2
The goal is to estimate Rnet (net surface radiation).