Almost Deep Learning ( Artificial Neural Networks ) is completely based on NumPy. Tensorflow, the most popular Deep Learning framework from Google uses Tensors as its basic data structure. Tensor is a specific form of NumPy arrays. Another popular deep learning framework Theano uses NumPy under the hood. Pytorch ( from Facebook ) is another deep learning library that uses Tensors as well.
Numpy is a python package specifically designed for efficiently working on homogeneous n–dimensional arrays . Since array level operations are highly mathematical in nature, most of numpy is written in C and wrapped with Python. This is the key to numpy s success.
This is how the Numpy Course is structured
NumPy Arrays – This is the core data structure in numpy. We will understand how to create arrays using lists and find out shape of arrays,
arange function – Similar to the range () function in Python, NumPy has a special function called arange () that creates a NumPy array. We will understand what makes it special and how to create it.
reshape function – Once arrays are created in NumPy, they might need to be reshaped. For example, a 6 x 2 array can be reshaped to a 3 x 4 or a 12 x 1. We will see how to do that
Instructor Details
Courses : 3
Specification: NumPy for Beginners in Data Science
|
6 reviews for NumPy for Beginners in Data Science
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 1 hour |
Year | 2020 |
Level | Beginner |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$19.99 $14.99
Jason Zhu –
Fairly straightfoward and clear
Yuga Jain –
baaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaad
Marcin Tatu –
Your left handed mirror writing is hypnotizing 😮 Anyways thank you for high level of your course, it is a pleasure to learn NumPy with you! My first 5*
Angel Adriel Navarro –
Pretty good and very well explained, maybe a little short. It could have more content
Tchato Mbotat Franky Donald –
c’etait tres interressant
Saikiran –
Well explained and cleared the concepts. Moreover by this tutorial you get the basic of bumpy.