filmov
tv
Using NumPy and Linear Algebra for Faster Python Code | Real Python Podcast #146
Показать описание
Are you still using loops and lists to process your data in Python? Have you heard of a Python library with optimized data structures and built-in operations that can speed up your data science code? This week on the show, Jodie Burchell, developer advocate for data science at JetBrains, returns to share secrets for harnessing linear algebra and NumPy for your projects.
Jodie details how most people begin their data science journey using loops to iterate over values and apply operations sequentially. We talk about how loops are friendly for beginners, being clear to read and easy to debug, but unfortunately don't scale well, especially with large amounts of data.
Jodie shares some of the basics of linear algebra and how to organize data into vectors. We talk about how the NumPy library leverages those concepts to improve data processing. We discuss how the library includes operations for vector and matrix addition and subtraction, and why these operations are more efficient than loops. We also cover how NumPy stores arrays in memory and when working with them is faster vs when it's not.
Jodie details how most people begin their data science journey using loops to iterate over values and apply operations sequentially. We talk about how loops are friendly for beginners, being clear to read and easy to debug, but unfortunately don't scale well, especially with large amounts of data.
Jodie shares some of the basics of linear algebra and how to organize data into vectors. We talk about how the NumPy library leverages those concepts to improve data processing. We discuss how the library includes operations for vector and matrix addition and subtraction, and why these operations are more efficient than loops. We also cover how NumPy stores arrays in memory and when working with them is faster vs when it's not.
Numpy and linear algebra
Python NumPy Tutorial for Beginners
NumPy makes Linear Algebra for ML wayyyy easier!
NumPy Linear Algebra | Python # 3
Linear algebra with NumPy
Learn NUMPY in 5 minutes - BEST Python Library!
Linear Algebra with Numpy: All You Need to Know
4.9 NumPy Linear Algebra Basics (L04: Scientific Computing in Python)
Intro to Linear Algebra using Numpy
Numpy: Linear Algebra operations
Python Numpy Tutorial - 8 - Linear Algebra
HOW TO: LINEAR ALGEBRA BASICS USING NUMPY FOR DATA SCIENCE
NumPy Tutorial (2022): For Physicists, Engineers, and Mathematicians
Numpy Linear Algebra Functions and Examples, Linear Algebra Using Scipy in Python 3 (Jupyter) 🐍📐...
16 Numpy and linear algebra (AE1205 Python)
How to get the matrix determinant using Numpy
Linear algebra solution by Python | Python Basic | Python Linear Equations with numpy linalg.solve
Using Numpy in Python to Solve linear equations
Talks - Jodie Burchell: Vectorize using linear algebra and NumPy to make your Python code fast
Linear Algebra Ep 1 | Introduction to Vectors, Matrices and Tensors using NumPy
Numpy with Python Tutorial for Beginners | Linear Algebra with Numpy in Python
Linear Algebra with NumPy
Introduction to Numpy (Part-11) | Linear Algebra
How to Work with Matrices in Python NumPy | Module NumPy Tutorial - Part 21
Комментарии