This project is a machine learning approach to predicting wind speeds in Ontario. It then takes these predicted wind speeds, and tries to optimize the placement of wind turbines within a specified area.
I have never worked with machine learning before, so I wanted to learn more about it by creating something with it.
I also wanted to challenge myself by solving a real world unique problem.
I used PyTorch to create my neural network model.
I created all of the input data myself. Each data point that was fed to the model included:
I luckily found a great website (Global Wind Atlas) that essentially would give you the Mean Wind Speed (m/s) for any coordinate on land/coast. Without this, I wouldn't be able to train my model, so check it out it's pretty cool!
This website was created on the Django framework, with a simple combination of jQuery, and Bootstrap.