cover image

In this article, we will explore how to calculate and interpret the covariance matrix using NumPy.

cover image

In this article, we will learn how to use SVD for matrix factorization with NumPy.

cover image

Learn when to use NumPy vs SciPy for statistical computing with practical examples and decision frameworks.

cover image

Matrix algebra for a data scientist

cover image

Understanding how convolutional neural networks (CNNs) operate is essential in deep learning. However, implementing these networks, especially convolutions and gradient calculations, can be challenging. Many popular frameworks like TensorFlow and PyTorch exist, but their complex codebases make it difficult for newcomers to grasp the inner workings. Meet neograd, a newly released deep learning framework developed from scratch using Python and NumPy. This framework aims to simplify the understanding of core concepts in deep learning, such as automatic differentiation, by providing a more intuitive and readable codebase. It addresses the complexity barrier often associated with existing frameworks, making it easier for

cover image
GPT in 60 Lines of NumPy
7 Jan 2024
jaykmody.com

Implementing a GPT model from scratch in NumPy.

cover image

3 Python libraries for scientific computation you should know as a data professional.

cover image

Sourced from O'Reilly ebook of the same name.

cover image
Five Numpy Functions You Should Understand
25 Apr 2021
towardsdatascience.com

How to stack your array horizontally and vertically, find unique values, split your array and some more tips to use Numpy effectively.

A bug that plagues thousands of open-source ML projects.

cover image

NumPy forms the basis of many Python libraries in the data science domain.

cover image
NumPy Array Manipulation
15 May 2020
towardsdatascience.com

A practical guide to modify the shape of arrays

cover image

Using q-learning for sequential decision making and therefore learning to play a simple game.

cover image

Learn matrix multiplication for machine learning by following along with Python examples

cover image
NumPy indexing explained
23 Mar 2020
towardsdatascience.com

NumPy is the universal standard for working with Numerical data in Python. Multidimensional NumPy arrays are extensively used in Pandas…

cover image
Top 3 Numpy Functions You Don’t Know About (Probably)
20 Mar 2020
towardsdatascience.com

The ones not covered in every How-to Guide

cover image
12 Amazing Pandas & NumPy Functions
9 Mar 2020
towardsdatascience.com

Make your day to day life easier by using these functions in your analysis