Aerofoil-shape prediction network
The problem. Choosing an aerofoil for a given set of flight parameters normally means hours of an engineer’s time.
What I built. A pretrained PyTorch neural network that, given specific flight conditions, predicts the ideal aerofoil shape. I built the dataset from scratch, designed and trained the model, fine-tuned it for accuracy, and used GPU acceleration with CUDA. It returns the top candidate profiles ranked and ready to plot.