Ask HN: Should I try building weather prediction models using machine learning?
Is it realistic for a developer new to machine learning to attempt building weather prediction models with "off the shelf" open source tools? What about hardware? Is it possible to get decent results with modest hardware? (for example, a small cluster of AWS instances).
8 comments
[ 3.7 ms ] story [ 27.0 ms ] threadI'd bet the biggest hurdle you'll face is getting quality data.
I guess it depends on what you're looking for, but at least some weather/climate/earth-surface stuff can be grabbed right off the air from the various satellites. Some of that stuff is beamed down unencrypted and anybody with the right receiver setup (which can be as simple as an RTL SDR dongle, AFAIK) can grab the data and use it.
http://www.rtl-sdr.com/rtl-sdr-tutorial-receiving-noaa-weath...
http://noaasis.noaa.gov/NOAASIS/pubs/Users_Guide-Building_Re...
You can also download a lot of data here, although it presumably wouldn't be as timely as getting it direct from the satellite.
https://www.ncdc.noaa.gov/data-access/satellite-data/satelli...
https://climate.apache.org/
https://arnesund.com/2015/05/31/using-amazon-machine-learnin...
Wouldn't a prediction with 80% accuracy still be enormously useful in most use cases?