Supervised Learning

Supervised learning is a class of ML where machines can learn through examples. The historical data set has both input and output (also called target or response) values. Based on the training data set, the machine already has some idea of what the target value would look like, which kind…

Continue reading

ML Algorithms

I will discuss the most popular machine learning algorithms. There are so many algorithms available and I categorized algorithms based on the learning style. Let’s take a look at four different learning styles in machine learning algorithms: Supervised Learning Unsupervised Learning Semi-supervised Learning Reinforcement Learning Here is the list of…

Continue reading