Category: Machine Learning Tutorials

python project detect extract text from image

Extract Text from Image with Python & OpenCV

Python will automatically find and extract text from an image. Yes, Python can do amazing things. Let’s start working on this interesting Python project. A picture is worth a thousand words You must have...

Reinforcement Learning in ML

Reinforcement Learning Algorithms and Applications

Reinforcement learning is one of the three main types of learning techniques in ML. They are  supervised, unsupervised and reinforcement learnings. For this article, we are going to look at reinforcement learning. Unlike supervised...

Supervised Learning in ML

Supervised Learning Algorithm in Machine Learning

In this article, we will discuss a type of ML learning method known as supervised learning. Unlike, unsupervised learning, supervised learning is more widely used. We will now learn about supervised learning. So now,...