Results for "Matrices"
6 / 6 posts
Filter by Category
Matrices
...bols, or expressions arranged in rows and columns. Types of Matrices Square Matrix : A matrix wi…
The Complete NumPy Guide — Part 2: Math, Statistics, Linear Algebra & File I/O
Deep dive into NumPy's mathematical functions, statistical operations, linear algebra tools, and file I/O. Packed with real-world examples for data scientist...
The Complete NumPy Guide for Python Developers — Part 1: Foundations & Arrays
Master NumPy from scratch — arrays, data types, creation methods, indexing, slicing, and broadcasting explained with real-world examples. Perfect for beginne...
sklearn.preprocessing Complete Guide: Data Scaling, Encoding & Transformation in Python
Master sklearn.preprocessing from scratch to advanced level. Learn StandardScaler, MinMaxScaler, LabelEncoder, OneHotEncoder, and 30+ transformers with real-...
Pure Python Data Science — Building a Social Network from Scratch
Learn how to load, clean, and analyze social network data using only pure Python. Build People You May Know & Pages You Might Like features from scratch.
Tensors
A Tensor is a N-dimensional Matrix : A Scalar is a 0-dimensional tensor A Vector is a 1-dimensional tensor A Matrix is a 2-dimensional tensor A …