Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kientech/mathematics-for-machine-learning-specialization

Mathematics for Machine Learning Specialization
https://github.com/kientech/mathematics-for-machine-learning-specialization

mathematics pca python statistics

Last synced: about 1 month ago
JSON representation

Mathematics for Machine Learning Specialization

Awesome Lists containing this project

README

        

# Mathematics for Machine Learning Specialization

## πŸ“„ Summary
For a lot of higher level courses in Machine Learning and Data Science, you find you need to freshen up on the basics in mathematics - stuff you may have studied before in school or university, but which was taught in another context, or not very intuitively, such that you struggle to relate it to how it’s used in Computer Science. This specialization aims to bridge that gap, getting you up to speed in the underlying mathematics, building an intuitive understanding, and relating it to Machine Learning and Data Science..

In the first course on Linear Algebra we look at what linear algebra is and how it relates to data. Then we look through what vectors and matrices are and how to work with them.

The second course, Multivariate Calculus, builds on this to look at how to optimize fitting functions to get good fits to data. It starts from introductory calculus and then uses the matrices and vectors from the first course to look at data fitting.

The third course, Dimensionality Reduction with Principal Component Analysis, uses the mathematics from the first two courses to compress high-dimensional data. This course is of intermediate difficulty and will require Python and numpy knowledge.

At the end of this specialization you will have gained the prerequisite mathematical knowledge to continue your journey and take more advanced courses in machine learning.

## πŸ“‘ Main Topics
- Implement mathematical concepts using real-world data.
- Derive PCA from a projection perspective.
- Understand how orthogonal projections work.
- Master PCA.

## πŸ”‘ Key Skills Learned
- Eigenvalues And Eigenvectors.
- Principal Component Analysis (PCA).
- Machine Learning.
- Multivariable Calculus.
- Linear Algebra.
- Basis (Linear Algebra).
- Transformation Matrix.
- Linear Regression.
- Vector Calculus.
- Gradient Descent.
- Dimensionality Reduction.
- Python Programming.

## πŸ† Certificates
To verify the certificates, click the images to follow the links.


Completing...