Hello Friends!!!
In this article, we are going to discuss NumPy methods. In the previous article, we have learned NumPy attributes. (If you did not know different attributes of NumPy, please refer first) Now we are going to start different methods of the NumPy module.
numpy.arange - it returns numbers. it returns number in a sequence and defines...
Wednesday, 30 October 2019
Wednesday, 23 October 2019
Hello!!! to all CS Passionate,
In this article, we are going to learn different types of classification algorithms.
There are lots of different algorithms to solve classification problems. In which some of them are,
Logistic regression
Naïve Bayes classifier
Nearest neighbor
Support vector machine
Decision tree
Neural networks
Random forest
And...
Tuesday, 22 October 2019
Hello Friends!!!
In this article, we are going to discuss NumPy objects. In the previous article, we learned about NumPy and how to install NumPy? Now, Let's start with the NumPy module.
The main objective of the NumPy module is a homogeneous multidimensional array. All elements are of the same type, array indexed by a tuple of non - negative integer....
Thursday, 17 October 2019
Hello Friends!!!
In this article, we are going to learn about the NumPy module. So, Let's staaaarrrrtttt........
Before we start you should know bit about Python.
What is NumPy?
NumPy is a python module, To work and perform numerical and some scientific calculations. Actually, the name also suggests Num (Numeric) Py (Python). It can work on N-Dimension...
Wednesday, 16 October 2019
Hello Friends!!!
In my last article, I mentioned some important things that you need to learn for ML and DL. One of those is any programming language specially Python or R. But Python is more powerful and mostly used for ML and DL. As it has lots of different and powerful libraries.
And today, I am going to tell you about those libraries which...
Tuesday, 8 October 2019
Hello Friends!!!
Today, I am going to tell you about how to start with ML and DL. In some of my previous article, I have started ML but today I take this topic because before 6 to 8 months in one of my ML workshop some people asked me about,
How to start and what should we learn to start with ML or DL?
So, today I share this thing. here, below I...