Machine Learning Algorithms

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

Machine learning in a nutshell

  • Subset of AI, enables systems to learn and improve without explicit programming

  • Data is critical to ML

  • More data = more accurate prediction

2
New cards

Key features

  • Interpretation, analysis, and processing of data to make it applicable

  • Learns from data; enhances over time

  • Facilitates automation and prediction

  • Prevailing approach in contemporary AI

3
New cards

Applications of KNN

  • Image recognition

    • Categorize photographs depending attributes(color, pixels, etc.)

    • Compare attributes with the training set

  • Spam detection

    • Comparison of new emails to a database containing spam and non-spam

4
New cards

Applications of linear regression

  • Prediction of product demand

  • Sales forecast

  • Prediction of revenue through ads

5
New cards

Positive correlation

  • Linear relationship b/w 2 variables

    • One goes up, the second does too

  • Demand increases, so does supply

6
New cards

Negative correlation

  • Relationship b/w 2 variables

    • One decreases, then the other increases, and vice versa

  • More calories burned = less weight

7
New cards

No correlation

  • No relationship b/w variables

  • Amount of candy consumed and intelligence

8
New cards

Non-linear correlation

  • All points of a scatter plot tend to lie near a smooth curve

9
New cards

Correlation

  • Determines the strength or degree of relationship b/w 2 variables

  • Represented by a single value

10
New cards

Regression

  • Determines how 1 variable affects another

  • Represented by a regression line

  • Predicts continuous values

11
New cards

Classification

  • Label a set of data into different classes/groups

    • each class can be labelled

  • Goal: determine which class new data will belong to

12
New cards

Limitations of KNN

  • Requires careful tuning

    • Appropriate k selection has a significant impact on accuracy

  • Imbalanced datasets

    • Biased towards dominant class

  • Highly computational evaluation stage

    • Calculates distance for every training

  • Large memory required

    • Stores every piece of training data

13
New cards

Centroid

  • Imaginary/ real location denoting centre of the cluster

14
New cards

Causation

  • An event is the direct result of another

  • Cause and effect

  • Sleep deprivation leads to brain fog

15
New cards

Outlier

  • Data points significantly different from other observations 

  • Measurement irregularity or experimental error

16
New cards

Centroid-based clustering

  • Arranges data into non-hierarchical clusters

  • K-means clustering

  • Efficient; easily affected by initial conditions or outliers

17
New cards

Density-based clustering

  • High density areas into clusters

  • Arbitrary-shaped distributions occur

  • Data points, separating regions, low density considered outliers

    • Not assigned clusters

18
New cards

Hierarchical clustering

  • Builds tree of cluster

  • Tiered series of nested clusters

  • Each cluster diff. from every other cluster

    • Objects within each cluster similar to each other

19
New cards

Binary Classification

  • Classification tasks with two class labels.

  • Email spam detection

20
New cards

Multi-Class Classification

  • more than two class labels.

  • Face classification

21
New cards

Multi-Label Classification

  • Each example may belong to multiple class labels.

  • • Photo classification

22
New cards

Imbalanced Classification

  • unequally distributed class labels

    •  a majority and minority class.

  • Medical diagnostic tests

23
New cards
24
New cards
25
New cards
26
New cards
27
New cards
28
New cards