This project explores the application of linear algebra techniques to large-scale datasets, utilizing dimensionality reduction methods to analyze and interpret air quality data.
The primary objective of this project is to analyze the Air Quality dataset using various dimensionality reduction techniques. By applying methods such as Principal Component Analysis (PCA), the project aims to uncover underlying patterns and reduce the complexity of high-dimensional data, facilitating better visualization and understanding.
- 📊 Dataset: Utilizes the Air Quality dataset (
AirQualityUCI.csvandAirQualityUCI.xlsx) containing various atmospheric pollutant measurements. - 🧠 Dimensionality Reduction: Implements techniques like PCA to reduce data dimensionality while preserving essential information.
- 📈 Visualization: Provides graphical representations to illustrate the results of dimensionality reduction, aiding in the interpretation of complex data structures.
- 📝 Documentation: Includes a detailed PDF report (
Analyzing Air Quality Index using Dimensionality reduction techniques.pdf) explaining the methodologies and findings. - 💻 Interactive Analysis: Offers a Jupyter Notebook (
Tarun.ipynb) for hands-on exploration and replication of the analysis.
- Handled missing values and standardized the dataset to prepare for analysis.
- Explored data distributions and correlations among variables.
- Applied PCA to identify principal components that capture the most variance in the data.
- Analyzed the contribution of each original variable to the principal components.
- Plotted scree plots to determine the optimal number of components.
- Created biplots and scatter plots to visualize the data in reduced dimensions.
- PCA effectively reduced the dataset's dimensionality, highlighting key factors influencing air quality.
- Visualization of principal components revealed distinct patterns and groupings within the data.
- The analysis provided a clearer understanding of the relationships between different pollutants and environmental conditions.