machine learning and AI
machine learning and AI
Answer:
Machine learning develop programs that can access data and learn from it.
Deep learning is the sub domain of the machine learning. Deep learning
supports automatic extraction of features from the raw data.
Q.2. What are the different type of machine learning algorithms ?
Answer:
Supervised algorithms: These are the algorithms which learn from
the labelled data, e.g. images labelled with dog face or not.
Algorithm depends on supervised or labelled data. e.g. regression,
object detection, segmentation.
Non-Supervised algorithms: These are the algorithms which learn
from the non labelled data, e.g. bunch of images given to make a
similar set of images. e.g. clustering, dimensionality reduction etc.
Semi-Supervised algorithms: Algorithms that uses both supervised
or non-supervised data. Majority portion of data use for these
algorithms are not supervised data. e.g. anamoly detection.
Q.3. Why we use machine learning ?
Answer:
Machine learning is used to make decisions based on data. By modelling the
algorithms on the bases of historical data, Algorithms find the patterns and
relationships that are difficult for humans to detect. These patterns are now
further use for the future references to predict solution of unseen problems.
There are several types of machine learning, each with special characteristics and
applications. Some of the main types of machine learning algorithms are as follows:
1. Supervised Machine Learning
2. Unsupervised Machine Learning
3. Semi-Supervised Machine Learning
4. Reinforcement Learning