Learn Before
Airfoil Self-Noise Dataset
The Airfoil Self-Noise dataset is a benchmark dataset originally developed by NASA to study aerodynamic noise produced by different aircraft wing sections. Hosted in the UCI Machine Learning Repository, it is commonly used in deep learning optimization literature for comparing different optimization algorithms. In this textbook, only the first examples are used, and the data is whitened as a preprocessing step—meaning the per-coordinate mean is subtracted and each coordinate is rescaled to have unit variance—before being organized into minibatches for training.
0
1
Tags
D2L
Dive into Deep Learning @ D2L
Related
Characteristics of a dataset
Sample Datasets
The first step to analyze a dataset:
Wolfram's four classes of empirical data
Data Distributions
Supervised Learning
Machine Learning Model
Data Quality
Relational Database
Deep Learning Data Types
Data Processing Bottleneck
Machine Learning Dataset Quality
Machine Learning Example
CSV File
Data Batch
Training vs. Validation Data Reading Order
Airfoil Self-Noise Dataset