ML Zoomcamp 2023 – Introduction to Machine Learning – Part 10

Overview: Linear algebra refresher – Part 2/3 This is the second part of the refresher and covers more sophisticated operations and its implementation in Python. Vector vector multiplication (dot product) The dot product, also known as the scalar product, is a key operation in linear algebra. It involves multiplying the corresponding components of two vectorsContinue reading “ML Zoomcamp 2023 – Introduction to Machine Learning – Part 10”