Machine Learning

Vaishnavi
The STEM
Published in
2 min readJan 4, 2022

--

This blog brief's about Machine Learning and its types.

Machine Learning is part of artificial intelligence that successfully automates the process of developing analytical models and enables machines to adapt to different settings.

Applications:

  1. Diagnosis of Diseases
  2. Vision(identifies what object it is, when object is given)
  3. Financial Forecasting
  4. Identifying price Sensitivity
  5. Fraud Detection

→ Those are some applications of Machine Learning.

→ There are 4 types of Machine Learning(ML)

  1. Supervised Learning
  2. Unsupervised Learning
  3. Semi-Supervised Learning
  4. Reinforcement Learning

1.Supervised Learning:

→ Supervised Learning is used for Labeled data.(Have 100% knowledge on data)

→ Supervised Learning is of 6 types

  1. Regression
  2. Classification
  3. Naive Bayesian Model
  4. Random Forest Model
  5. Neural Networks
  6. Support Vector Machine

2.Unsupervised Learning:

→ Unsupervised Learning is used for Non-Labeled data.(Have 0% knowledge on data)

→ Unsupervised Learning is of 2 types

  1. Clustering
  2. Association

→ Clustering:

  1. K-means Algorithm
  2. KNN Algorithm
  3. Hierarchical Clustering
  4. Anomaly Detection
  5. Neural Networks
  6. Principle Components Analysis
  7. Independent Component Analysis

→ Association

  1. Apriori Algorithm
  2. Singular Value Decomposition

3.Semi-Supervised Learning:

→ Semi-Supervised Learning have a bit knowledge about data and try to make algorithm and make unlabeled data to labeled.

4.Reinforcement Learning:

→ Reinforcement learning is a form of machine learning method in which a smart agent interacts with its surroundings and learns how to operate in that environment and generally used in gaming.

In next blog, we will discuss more about Types of Supervised Learning..

To Be Continued…

--

--