A blog for computer science passionates.

Monday, 25 November 2019

Hello Friends!!! In this article, we are going to learn more methods of NumPy module. At the end of this article, you will be able to work on, ones zeros So, let's start with these methods, these two methods are powerful as it is generally used to build feature vector with some default values while developing deep learning models. numpy.ones()...

Monday, 18 November 2019

Hello Friends!!! Let's start again with NumPy module. Today's methods for this module are mentioned below and at the end of this article, you will be able to manage numpy array with these methods. linspace empty Linspace numpy.linspace - this method is used to returns an array. All the numbers are evenly spaced calculated by the first two...

Monday, 11 November 2019

Hello Friends!!! Welcome again, Today we are going to discuss more methods of NumPy module. I hope you all do well with NumPy. So, let's start with NumPy and learn some more methods. numpy.delete - this method is used to remove elements from an array. it returns a new array with sub-array along with axis that is deleted. Syntax: numpy.delete(array,index,axis=None) Here,...

Wednesday, 6 November 2019

Hello Friends!!! This article takes some time, as I do work on some other articles also. Let's again work on NumPy, Kudos you all have learned some methods already from other articles of this module successfully. Now let's start with new methods with examples. image (source: pixabay.com): Peoples are in a queue and new peoples are appended to the...