Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Python
20.1k+ articles
AI-ML-DS
5.4k+ articles
Machine Learning
2.4k+ articles
python
1.1k+ articles
Python numpy-Mathematical Function
210+ articles
Python numpy-arrayManipulation
190+ articles
Python numpy-ndarray
110+ articles
Python numpy-polynomials
90+ articles
Python numpy-Matrix Function
98 articles
Python numpy-String Operation
52 articles
Python-numpy
1.3k+ posts
Popular Articles
Recent Articles
How to Calculate Moving Averages in Python?
Last Updated: 07 December 2023
In this discussion we are going to see how to Calculate Moving Averages in Python in this discussion we will write a proper explanationWhat
...read more
Python
Python-numpy
Picked
Python-pandas
Disease Prediction Using Machine Learning
Last Updated: 15 April 2025
Disease prediction using machine learning is used in healthcare to provide accurate and early diagnosis based on patient symptoms. We can b
...read more
Python-numpy
Picked
Python-pandas
Machine Learning
Python-scipy
python
AI-ML-DS
NumPy Tutorial - Python Library
Last Updated: 29 April 2025
NumPy (short for Numerical Python ) is one of the most fundamental libraries in Python for scientific computing. It provides support for lar
...read more
Python
Python-numpy
Tutorials
Numpy
AI-ML-DS
Similar Topics
Python
20.1k+ articles
AI-ML-DS
5.4k+ articles
Machine Learning
2.4k+ articles
python
1.1k+ articles
Python numpy-Mathematical Function
210+ articles
Python numpy-arrayManipulation
190+ articles
Python numpy-ndarray
110+ articles
Python numpy-polynomials
90+ articles
Python numpy-Matrix Function
98+ articles
Python numpy-String Operation
52+ articles
Difference between Pandas VS NumPy
Last Updated: 22 July 2024
Python is one of the most popular languages for Machine Learning, Data Analysis, and Deep learning tasks. It is powerful because of its libr
...read more
Python
Python-numpy
Difference Between
Python-pandas
Numpy size() function | Python
Last Updated: 15 April 2025
numpy.size() function in Python is used to count the number of elements in a NumPy array. You can use it to get the total count of all eleme
...read more
Python
Python-numpy
Implement sigmoid function using Numpy
Last Updated: 03 October 2019
With the help of Sigmoid activation function, we are able to reduce the loss during the time of training because it eliminates the gradient
...read more
Technical Scripter
Python
Python-numpy
Numpy Meshgrid function
Last Updated: 02 May 2024
The numpy.meshgrid function is used to create a rectangular grid out of two given one-dimensional arrays representing the Cartesian indexing
...read more
Python
Python-numpy
Python | Ways to add row/columns in numpy array
Last Updated: 22 March 2023
Given a Numpy array, the task is to add rows/columns basis on requirements to the Numpy array. Let's see a few examples of this problem in P
...read more
Python
Python-numpy
Python numpy-program
numpy.mean() in Python
Last Updated: 28 November 2018
numpy.mean(arr, axis = None) : Compute the arithmetic mean (average) of the given data (array elements) along the specified axis. Parameters
...read more
Python
Python-numpy
Python numpy-Statistics Functions
numpy.percentile() in python
Last Updated: 24 January 2024
numpy.percentile() function used to compute the nth percentile of the given data (array elements) along the specified axis.Python numpy.perc
...read more
Python
Python-numpy
Python numpy-Statistics Functions
numpy.log() in Python
Last Updated: 08 March 2024
The numpy.log() is a mathematical function that helps user to calculate Natural logarithm of x where x belongs to all the input array elemen
...read more
Python
Python-numpy
Python numpy-Mathematical Function
Multiplication of two Matrices in Single line using Numpy in Python
Last Updated: 06 August 2024
Matrix multiplication is an operation that takes two matrices as input and produces single matrix by multiplying rows of the first matrix to
...read more
Matrix
Python
Python-numpy
Python numpy-program
DSA
numpy.argmax() in Python
Last Updated: 08 March 2024
The numpy.argmax() function returns indices of the max element of the array in a particular axis.Syntax :numpy.argmax(array, axis = None, ou
...read more
Python
Python-numpy
Python numpy-Sorting Searching
numpy.reshape() in Python
Last Updated: 13 January 2025
In Python, numpy.reshape() function is used to give a new shape to an existing NumPy array without changing its data. It is important for ma
...read more
Python
Python-numpy
Python numpy-arrayManipulation
numpy.arange() in Python
Last Updated: 24 January 2025
numpy.arange() function creates an array of evenly spaced values within a given interval. It is similar to Python's built-in range() functio
...read more
Python
Python-numpy
Python numpy-arrayCreation
First
1
2
3
4
5
6
7
8
>>
Last
First
1
2
3
4
5
6
>>
Last
First
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !