Book Image

Linear Algebra for Data Science in Python [Video]

By : 365 Careers Ltd.
Book Image

Linear Algebra for Data Science in Python [Video]

By: 365 Careers Ltd.

Overview of this book

Vectorizing your code is an essential skill to make your calculations faster and take advantage of the capabilities of modern machine and deep learning packages. This course will get you up and running with linear algebra fundamentals for data science in Python. In this course, you will learn about scalars, vectors, and matrices and the geometrical meaning of these objects. You will also learn how you should use linear algebra in your Python code. In addition to this, you’ll be able to perform operations such as addition, subtraction and dot product. As you cover further sections, you’ll focus on the different syntactical errors you can encounter while vectorizing your code. By the end of this course, you will have gained the skills you need to use linear algebra confidently in your data science projects. All code and supporting files for this course are available at - https://github.com/PacktPublishing/Linear-Algebra-for-Data-Science-in-Python
Table of Contents (1 chapters)
Chapter 1
Linear Algebra
Content Locked
Section 10
Dot product of matrices
Linear Algebra: Dot product of matrices