Skip to content

Mathematics for Machine Learning is a specialisation in which you will master the fundamental mathematical toolkit for machine learning: calculus, linear algebra, statistics, and probability.

License

Notifications You must be signed in to change notification settings

david-palma/mathematics-for-machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mathematics for Machine Learning Specialisation

This repository is meant to provide a comprehensive foundation in the essential mathematics required for advanced studies in Machine Learning and Data Science. It is particularly suited for individuals who possess a basic understanding as well as a preliminary knowledge of machine learning concepts and Python programming. Many higher-level courses in Machine Learning and Data Science assume a strong foundation in mathematics, often revisiting concepts that may have been previously encountered in different contexts or taught without an intuitive approach. This repository seeks to bridge that gap by offering a comprehensive and methodical review of essential mathematical principles, fostering a deeper, more intuitive understanding, and demonstrating their direct relevance to the fields of Machine Learning and Data Science.

List of courses

There are three courses in this Specialisation, each of which contains a different number of assignments.

This course on Linear Algebra provides an introduction to the fundamental principles of linear algebra and their application to vectors and matrices. It covers key topics such as eigenvalues and eigenvectors, demonstrating their use in problem-solving. The course also explores the application of these concepts in data-driven tasks, including image rotation and eigenvector extraction for analysing the Pagerank algorithm. Practical implementation of concepts will complement theoretical exploration, with Python code blocks and Jupyter notebooks introduced later. These will be concise, focused on core concepts, and designed to support individuals with minimal coding experience.

This course offers an introduction to the multivariate calculus required for various machine learning techniques. It begins with a review of the basic "rise over run" slope formula, progressing to the formal definition of the gradient. The course then focuses on developing tools to simplify calculus applications, including the calculation of vectors that indicate steepest ascent on multidimensional surfaces, demonstrated through an interactive game. It also covers the use of calculus in function approximation and in assessing the accuracy of these approximations, as well as its role in training neural networks and in linear regression models.

This course introduces the mathematical foundations for deriving Principal Component Analysis (PCA), a key technique for dimensionality reduction. It covers basic statistical concepts, such as mean values and variances, and includes the computation of distances and angles between vectors using inner products. The course also explores orthogonal projections of data onto lower-dimensional subspaces. Using these tools, PCA will be derived as a method that minimizes the average squared reconstruction error between data points and their reconstructed representations.

About

Mathematics for Machine Learning is a specialisation in which you will master the fundamental mathematical toolkit for machine learning: calculus, linear algebra, statistics, and probability.

Topics

Resources

License

Stars

Watchers

Forks