Machine Learning Quick Introduction for Beginners Part-1
Machine learning(ML) is a subdivision of Artificial Intelligence(AI) which allows the computer to study from data and improves themselves. Also, machines can learn anything. that’s how your cellphone recognizes your fingerprint, also google voices translate your speech through text and that’s how Alexa communicates with you.

The machine is becoming more intelligent and strong. The artificial intelligence that has been applied to Business, Health care, Agriculture, Finance, and several other sectors. Somehow you have an idea of machine learning… if you can understand that’s fine…Let's make a quick tour of machine learning.
The ML algorithms that can be solved by problems such as:
> supervised learning
>unsupervised learning
Other types of ML algorithms are:
> Recommender system
> neural network
> support vector machines
> Reinforcement Learning

We will discuss the machine learning algorithms(supervised and unsupervised) later next session…