Skip to content

This repository contains works from Summer 2023 HyperStats Project worked at William and Mary under the supervision by Dr. Greg Hunt.

Notifications You must be signed in to change notification settings

leeanddrew/ml-for-hypersonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ STLE Prediction in Hypersonic Vehicles

This project explores the use of supervised learning and deep learning models to predict Shock-Train Leading Edge (STLE) locations in hypersonic vehicles using sparse pressure sensor data.

πŸ“ All code is implemented in Jupyter notebooks and based on experimental aerodynamic data.

Demo


🧠 Problem Statement

Given time-series pressure sensor readings from hypersonic wind tunnel experiments, the goal is to accurately predict the location of STLE – a key aerodynamic event that influences vehicle stability at high speeds.


πŸ” Approach

  • Built baseline and advanced supervised learning models:
    • Linear Regression
    • Random Forest
    • Support Vector Machines (SVM)
    • Feed-forward Neural Network
    • Recurrent Neural Network
  • Engineered time-series features to denoise pressure signals and improve model accuracy
  • Trained a deep neural network using only 7 of 37 total runs and evaluated on >900K test observations

Key Results

  • πŸ“ˆ Improved RΒ² from 0.79 to 0.89
  • πŸ§ͺ DNN generalized well to unseen test conditions, despite limited training set size

About

This repository contains works from Summer 2023 HyperStats Project worked at William and Mary under the supervision by Dr. Greg Hunt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published