Skip to content

JaiSuryaPrabu/ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Machine Learning 🧠


Machine learning is a type of AI 🧠 that allows software to learn from the data and become more accurate in predicting outcomes without human interventions πŸ‘¨β€πŸ¦±

Machine learning is broadly classified into :

  1. Supervised Learning πŸ‘€
  2. Unsupervised Learning πŸ™ˆ
  3. Semi-Supervised Learning πŸ‘€πŸ™ˆ
  4. Reinforcement Learning πŸ™ˆπŸ™ˆ

Supervised Learning


The supervised learning is a type of ML that learns from labeled data

  • Supervised learning is used in:
    • Regression πŸ“ˆ
    • Classification 🐢🐱

Regression πŸ“ˆ

Regression is type of supervised learning that predicts the continous values.

The most common algorithms:

  1. Linear Regression
  2. SVR
  3. Random Forest Regression

Classification 🐢🐱

Classification is type of supervised learning that predicts the discrete values (Yes or no).

The most common algorithms:

  1. Logistic Regression
  2. SVC
  3. Random Forest Classifier

Unsupervised Learning

In unsupervised learning, the training data consists of a set of input vectors but no corresponding target values

Clustering

A way of grouping the data points into different clusters, consisting of similar data points.

The most common algorithms are:

  1. K means Clustering
  2. Hierarchical clustering

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published