Types of Machine Learning
Types of Machine Learning
Image Segmentation:
Medical Diagnosis:
Supervised algorithms are also used in the medical field for diagnosis
purposes. It is done by using medical images and past labelled data with
labels for disease conditions. With such a process, the machine can identify
a disease for the new patients.
Fraud Detection - Supervised Learning classification algorithms are used
for identifying fraud transactions, fraud customers, etc. It is done by using
historic data to identify the patterns that can lead to possible fraud.
2. Unsupervised Machine
Learning
Supervised learning model takes direct Unsupervised learning model does not
feedback to check if it is predicting correct take any feedback.
output or not.
Supervised learning model predicts the Unsupervised learning model finds the
output. hidden patterns in data.
Supervised learning can be used for those Unsupervised learning can be used for
cases where we know the input as well as those cases where we have only input
corresponding outputs. data and no corresponding output data.
o It is highly efficient.
o Accuracy is low.
4. REINFORCEMENT
LEARNING
Videogames:
RL algorithms are much popular in gaming applications. It is used to
gain super-human performance. Some popular games that use RL
algorithms are AlphaGO and AlphaGO Zero.
ResourceManagement:
The "Resource Management with Deep Reinforcement Learning"
paper showed that how to use RL in computer to automatically learn
and schedule resources to wait for different jobs in order to minimize
average job slowdown.
Robotics:
RL is widely being used in Robotics applications. Robots are used in
the industrial and manufacturing area, and these robots are made
more powerful with reinforcement learning. There are different
industries that have their vision of building intelligent robots using
AI and Machine learning technology.
TextMining
Text-mining, one of the great applications of NLP(Natural language
processing), is now being implemented with the help of Reinforcement
Learning by Sales force company.
Advantages and Disadvantages of Reinforcement Learning
Advantages
Disadvantage