Multiclass Classification in Machine Learning
Posted in allcategorites Machine Learning ml ai ds project tutorial

Multiclass Classification in Machine Learning

Introduction The fact that you’re reading this article is evidence of the fact that you’ve finally realised that classification problems in real life are rarely…

Continue Reading
Stock Price Prediction using Machine Learning
Posted in allcategorites Machine Learning ml ai ds project

Stock Price Prediction using Machine Learning

Introduction One of the most challenging tasks is predicting how the stock market will perform. There are so many variables in prediction — physical vs….

Continue Reading
assignment advertisement
Posted in assignment final year project Machine Learning ml ai ds project

Employment Trends Of Private & Government Sector in UAE | Data Analysis

DATA DESCRIPTION We have chosen the dataset related to various career fields in different emirates in various years. We will explore the various career opportunities…

Continue Reading
Customer Segmentation In Python
Posted in allcategorites assignment final year project Machine Learning python projects

Customer Segmentation using Python in Machine Learning

MAIN PROJECT Customer Segmentation is an unsupervised method of targeting the customers in order to increase sales and market goods in a better way This…

Continue Reading
Titanic Survival Prediction - Machine Learning Project (Part-2)
Posted in allcategorites assignment Machine Learning ml ai ds project python projects

Titanic Survival Prediction – Machine Learning Project (Part-2)

In Part-1, we’ve covered how to get started with your first machine learning project on Kaggle. Firstly, we saw how to import necessary libraries, then…

Continue Reading
Random Forest in ML: Wisdom of the Crowd
Posted in allcategorites Machine Learning

Random Forest in ML: Wisdom of the Crowd

We’ve learned about some algorithms in machine learning via which we can solve classification and regression problems. In the previous article, we learned how decision…

Continue Reading
K Nearest Neighbours|KNN: One of the Earliest ML Algorithm
Posted in allcategorites Machine Learning

K Nearest Neighbours|KNN: One of the Earliest ML Algorithm

Until now we already have a pretty good grasp of how things work when it comes to regression and classification. Today let’s take a ride…

Continue Reading
Logistic Regression: Regression Model for Classification
Posted in allcategorites Machine Learning

Logistic Regression: Regression Model for Classification

We will discuss Logistic Regression: Regression Model for Classification in this article, but let us see what we did in the past couple of articles,…

Continue Reading
Gradient Descent: Another Approach to Linear Regression
Posted in allcategorites Machine Learning

Gradient Descent: Another Approach to Linear Regression

In the last tutorial, we learned about our first ML algorithm called Linear Regression. We did it using an approach called Ordinary Least Squares, but…

Continue Reading
Linear Regression Machine Learning
Posted in allcategorites Machine Learning

Linear Regression: Your 1st Step in Machine Learning

Hi guys! So until now, we’ve learned about how we can use libraries to play with data. We did data analysis on a real dataset…

Continue Reading