I worked for some time on different machine learning projects and writing blogs. But now, what I really wanted is […]
Category: Machine Learning
Emotion Detection from an Input Text Using Python
Sentiment Analysis or Emotion Detection from Text is useful in many ways. To understand your customers or to integrate chatBots […]
A Simple Guide to Build Your First Chatbot using Python
Have you ever meet a Chatbot or chatterbot? Of course, you have! It is everywhere nowadays. I have met an […]
Recognize Face, Eyes and Smile on a Live Image using Python OpenCV
In my last post, I worked on Detecting Face and Eyes in an Image using Python. In this post, I […]
A Simple Guide on Face and Eye detection using Python OpenCV
Introduction: I have not yet worked with images and I had to give it a try. But where to begin? […]
Regression Algorithms and Examples
Linear Regression It refers to a linear relationship between two or more variables. That means, if we draw this relationship […]