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, 25 November 2019
Wednesday, 20 November 2019
Helloooo Friends!!!
In the previous article, we have seen Bayes' theorem now we are going to learn Naive Bayes' classifiers.
It is based on Bayes' theorem.
It gives a strong predicted answer by applying Bayes' theorem. So, it is known as Naive Bayes' classifier.
Now, let's start with How does it work?
Let's take an example if we want to approve...
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...
Tuesday, 12 November 2019
Hello Friends!!!
Today in this article, we are going to learn about Naive Bayes Classifier, One more algorithm for classification. It is based on Bayes' theorem.
So, first of all, let's take a look at Bayes' theorem, this theorem is based on conditional probability.
What is Conditional Probability?
The probability which is assigned to an event...
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...