SciPy Cheat Sheet: Linear Algebra in Python

Written by kacawi | Published 2017/02/07
Tech Story Tags: data-science | machine-learning | linear-algebra | python | algorithms

TLDRvia the TL;DR App

Originally published at https://www.datacamp.com/community/blog/python-scipy-cheat-sheet

By now, you will have already learned that NumPy, one of the fundamental packages for scientific computing, forms at least for a part the fundament of other important packages that you might use used for data manipulation and machine learning with Python. One of those packages is SciPy, another one of the core packages for scientific computing in Python that provides mathematical algorithms and convenience functions built on the NumPy extension of Python.

You might now wonder why this library might come in handy for data science.

Well, SciPy has many modules that will help you to understand some of the basic components that you need to master when you’re learning data science, namely, math, stats and machine learning. You can find out what other things you need to tackle to learn data science here. You’ll see that for statistics, for example, a module like scipy.stats, etc. will definitely be of interest to you.

The other topic that was mentioned was machine learning: here, the scipy.linalg and scipy.sparse modules will offer everything that you're looking for to understand machine learning concepts such as eigenvalues, regression, and matrix multiplication...

But, what is maybe the most obvious is that most machine learning techniques deal with high-dimensional data and that data is often represented as matrices. What’s more, you’ll need to understand how to manipulate these matrices.

That is why DataCamp has made a SciPy cheat sheet that will help you to master linear algebra with Python.

Take a look by clicking on the button below:

Click here to see the full cheat sheet.

You’ll see that this SciPy cheat sheet covers the basics of linear algebra that you need to get started: it provides a brief explanation of what the library has to offer and how you can use it to interact with NumPy, and goes on to summarize topics in linear algebra, such as matrix creation, matrix functions, basic routines that you can perform with matrices, and matrix decompositions from scipy.linalg. Sparse matrices are also included, with their own routines, functions, and decompositions from the scipy.sparse module.

PS. Don’t miss our other Python cheat sheets for data science that cover Numpy, Scikit-Learn, Bokeh, Pandas and the Python basics.

Originally published at www.datacamp.com.


Published by HackerNoon on 2017/02/07