Skip to content

Category Archives: Machine Learning

In this article, we will learn to predict the survival chances of the Titanic passengers using the given information about their sex, age, etc. As… Read More
In this article, let’s learn about multiple linear regression using scikit-learn in the Python programming language. Regression is a statistical method for determining the relationship… Read More
Random forest is an ensemble supervised machine learning algorithm made up of decision trees. It is used for classification and for regression as well. In… Read More
In this article, let’s learn how to do a train test split using Sklearn in Python. Train Test Split Using Sklearn The train_test_split() method is… Read More
In this article, we are going to see how to check whether TensorFlow is using GUP or not. GPUs are the new norm for deep… Read More
Tensorflow is a free open-source machine learning and artificial intelligence library widely popular for training and deploying neural networks. It is developed by Google Brain… Read More
Tensorflow flower dataset is a large dataset of images of flowers. In this article, we are going to see, how we can use Tensorflow to… Read More
In this article, we are going to see how we can perform the Twitter sentiment analysis on Russia-Ukraine War using Python. The role of social… Read More
This article aims to implement Document Classification using Naïve Bayes using python. Step wise Implementation: Step-1: Input the total Number of Documents from the user.… Read More
Deep learning is a subfield of machine learning related to artificial neural networks. The word deep means bigger neural networks with a lot of hidden… Read More
Random Forest Algorithm is a commonly used machine learning algorithm that combines the output of multiple Decision Trees to achieve a single result. It handles… Read More
Face detection is a technique by which we can locate the human faces in the image given. Face detection is used in many places nowadays,… Read More
In modern times, Amazon is everywhere!!! And while Machine Learning has long been a part of Amazon, now it seems that ML is everywhere! From… Read More
The purposeful exchange of information caused by the creation and perception of signals drawn from a shared system of conventional signs is known as communication.… Read More
Prerequisite:  Resolution Algorithm in Artificial Intelligence AI | Proving Resolution in Proving Propositional Theorem AI | Proofs and Inferences in Proving Propositional Theorem To wrap… Read More

Start Your Coding Journey Now!