Category: Machine Learning Tutorials

Real-time Hand Gesture Recognition using TensorFlow & OpenCV

Gesture recognition is an active research field in Human-Computer Interaction technology. It has many applications in virtual environment control and sign language translation, robot control, or music creation. In this machine learning project on...

python sentiment analysis machine learning project

Sentiment Analysis using Python [with source code]

Sentiment Analysis – One of the most popular projects in the industry. Every customer facing industry (retail, telecom, finance, etc.) is interested in identifying their customers’ sentiment, whether they think positive or negative about...

gender age detection ml project

Gender and Age Detection using Keras and OpenCV

In this article, we are going to explore an interesting project – gender and age prediction using python and deep learning. We will be training a convolutional neural network that will predict the age...

K-Means Clustering in Machine Learning

K-Means Clustering in Machine Learning

In this article, we will specifically focus on one of the popular algorithms of clustering i.e., K-means clustering. This is one of the most used clustering algorithms. Here, we will mainly look at how...

Statistics for Machine Learning

Statistics for Machine Learning

Learning the mathematics of machine learning is the primary aspect to start your ML learning expedition. We often see students and other beginners facing problems when it comes to creating or understanding ML algorithms....

Clustering in Machine Learning

Clustering in Machine Learning

In this article, we will study about an unsupervised learning-based technique known as clustering in machine learning.Here, we will discuss what clustering really is, What are its types? And we will look at the...