Skip to content

izzul31/Python-Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published