Homepage
Publications
BlogPosts
Gallery
Teaching
Resume
Categories
All
(8)
Anaconda
(1)
Computer Vision
(3)
Data Science
(1)
Data Visualization
(1)
Deep Learning
(2)
Helpful Tips
(1)
Matplotlib
(1)
NumPy
(1)
Python
(3)
Setup
(1)
Tutorial
(2)
Virtual Environments
(1)
My Blog
Matplotlib Tutorial
Python
Data Visualization
Matplotlib
Tutorial
Answer:
Matplotlib is Python’s foundational 2D plotting library, created by John Hunter in 2003. It provides:
Ayush Shrivastava and Rishabh Mondal
Feb 15, 2026
NumPy Tutorial
Python
NumPy
Data Science
Tutorial
NumPy stands for
Numerical Python
. Think of it as a super-powered calculator for Python that can work with large amounts of numbers very quickly.
Ayush Shrivastava
Jan 15, 2026
Setting Up Your Environment
Python
Anaconda
Setup
Virtual Environments
Think of a virtual environment as a separate workspace for each of your projects. Imagine you have two different projects:
Ayush Shrivastava
Jan 8, 2026
Canny Edge Detector
Computer Vision
The Canny Edge detector is named after its inventor, John F. Canny. It is among the most popular edge detection algorithms due to its simplicity and effectiveness. The…
Ayush Shrivastava
Dec 6, 2024
Power of Sine Activation
Computer Vision
Deep Learning
This notebook is a simple demonstration of the power of the sine activation function in neural networks. We will use a nueral network to learn a function mapping that goes…
Ayush Shrivastava
Nov 23, 2024
Lucas Kanade Optical Flow
Computer Vision
Optical flow is the pattern of apparent motion of image objects between two consecutive frames caused by the movement of object or camera. It is vector field where each…
Ayush Shrivastava
Oct 23, 2024
Setting up Conda Environment for ML Projects
Helpful Tips
This blogpost is written for myself as I keep forgetting the steps to set up a conda environment for my ML projects.
Ayush Shrivastava
Jun 16, 2024
Neural Processes
Deep Learning
This notebook demonstrates the implementation of the Neural Processes. The model is trained to predict the distribution of the target function given a few examples of the…
Ayush Shrivastava
Jun 6, 2024
No matching items