Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 809 Bytes

Readme.md

File metadata and controls

18 lines (13 loc) · 809 Bytes

Numpy for Mathematics for Machine Learning subject

Programming is a great way to get insights about math concepts. You’ll see here tips and tricks to learn math, more specifically linear algebra, from a coding perspective. You’ll see the relationship between Numpy functions and linear algebra abstract concepts such as arrays ,vectors & matrices.

...These concepts are the core of machine learning and data science.

What you will learn

✅Array are Data Structure that can represent vectors & matrices
✅Multiple equal length vector stacked as table
✅Operations that can be done on vectors & matrices
✅Data tranformation and its properties.

Libraries required

Use the package manager pip to install below

pip install numpy