AI

Principal Component Analysis (PCA)

Principal Component Analysis (PCA) #

  • dimensionality reduction technique
  • helps us to reduce the number of features in a dataset while keeping the most important information.
  • changes complex datasets by transforming correlated features into a smaller set of uncorrelated components.
  • uses linear algebra to transform data into new features called principal components.
  • finds these by calculating eigenvectors (directions) and eigenvalues (importance) from the covariance matrix.
  • PCA selects the top components with the highest eigenvalues and projects the data onto them simplify the dataset.

PCA prioritizes the directions where the data varies the most because more variation = more useful information.

AI Learning Resources

AI Learning Resources #

A curated list of high-quality online courses to learn Artificial Intelligence, Machine Learning, and Deep Learning from reputable universities and organisations.



Deep Neural Networks (DNN) #

  • Deep Learning. MIT Press.
    Goodfellow, I., Bengio, Y., & Courville, A. (2016). (Vol. 1, No. 2).

  • Introduction to Deep Learning. MIT Press.
    Eugene, C. (2019).

  • Deep Learning with Python. Simon & Schuster.
    Chollet, F. (2021).