Skip to main content
Graph
Search
fr
|
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
NumPy: Array Manipulation and Broadcasting
Graph Chatbot
Related lectures (27)
Previous
Page 1 of 3
Next
Numpy Tutorial
Covers the basics of Numpy, including importing the library, creating arrays, and performing linear algebra operations.
Python Complement: Numpy, Scipy, Matplotlib
Covers advanced Python topics like numpy operations, scipy linear algebra, and matplotlib for creating figures.
Data Science with Python: Numpy Basics
Introduces the basics of Numpy, a numerical computing library in Python, covering advantages, memory layout, operations, and linear algebra functions.
Data Science with Python: Modules and Numpy
Introduces Python modules and NumPy for efficient array operations and linear algebra in data science.
Introduction to NumPy: Part 1
Covers the basics of NumPy, including array construction and manipulation.
Python/NumPy Primer
Introduces Python basics and NumPy for scientific computing, covering data types, functions, arrays, indexing, and common operations.
Regression: High Dimensions
Explores linear regression in high dimensions and practical house price prediction from a dataset.
Python Recap: Modules and Objects
Covers Python modules, objects, and data containers like lists and NumPy arrays.
Vectorization in Python: Efficient Computation with Numpy
Covers vectorization in Python using Numpy for efficient scientific computing, emphasizing the benefits of avoiding for loops and demonstrating practical applications.
Eigen Library for Linear Algebra
Explores the Eigen library for linear algebra, covering vectors, matrices, arrays, memory management, reshaping, and per-component operations.