GithubHelp home page GithubHelp logo

airfoil-self-noise-prediction's Introduction

Airfoil-Self-Noise-Prediction

Predicting airfoil self-noise using machine learning and deep learning techniques


Flow Conditions That Produce Airfoil Self-Noise

image

Dataset used:

UCI Airfoil Self-Noise Data Set

https://archive.ics.uci.edu/ml/datasets/airfoil+self-noise#

The airfoil self-noise dataset has:

  • 5 features (first 5 columns in the dataset):
    • Frequency [Hz]
    • Angle of attack [degrees]
    • Chord length [m]
    • Free-stream velocity [m/s]
    • Suction side displacement thickness [m]
  • Output (last column in the dataset):
    • Sound Pressure Level [dB]

Feature Engineering & Pre-Processing

shuffled, Split, and Normalized the dataset.

Feedforward Multi-Layer Perceptron (MLP)

Created a feedforward MLP to train. Used 4 hidden layers with a ReLU activation function at each layer. image

Results

Achieved average MSE test error of 3.13 dB for the scaled sound pressure level after 500 epochs of training with batch size of 32 and learning rate of 0.0005. The average test error could get further reduced by removing the few outliers.

Used the weight decay of 1E-2 as L2 Regularization to prevent overfitting.

Mean Squared Loss was used as the loss function to calculate errors between the ground-truth and predicted sound pressure levels.

image

image

image

References

[1] Thomas F. Brooks, D. Stuart Pope, and Michael A. Marcolini. Airfoil self-noise and prediction. NTRS Author Affiliations: PRC Kentron, Inc., Hampton, NASA Langley Research Center NTRS Report/Patent Number: L- 16528 NTRS Document ID: 19890016302 NTRS Research Center: Legacy CDMS (CDMS). July 1989. url: https://ntrs.nasa.gov/citations/19890016302.

[2] Roberto Lopez. Airfoil Self-Noise Data Set. Mar. 2014. url: https://archive.ics.uci.edu/ml/datasets/airfoil+self-noise.

[3] Dua, D. and Graff, C. (2019). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.

airfoil-self-noise-prediction's People

Contributors

sjhpark avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.