Basics Flashcards

1
Q

Machine Learning

A

Machine learning is programming computers to optimize a performance
criterion using example data or past experience.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Expressed as Triplets

A

(T,P,E)
T - Task
P - Performance
E - Experience

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ML Algorithms:

A
Data
Model
Parameter
Loss Function
Learning Algorithm
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Components of ML:

A

Data
Model/Hypothesis - Obtained from data
Hypothesis Space - set of all possible hypothesis
Parameters - Constant values obtained from the model
Hyper Parameters - constant values assumed for the building of model
Optimization problem - reducing the error for values of the model
Decision Function - model used for future predictions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Supervised Learning

A

machine learning task of learning a function that maps an input to an output based on example input-output pairs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Examples

A
Linear Regression
Logistic Regression
KNN
SVM
Naive Bayes
Decision Tree
Neural Networks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Unsupervised Learning

A

machine learning algorithm used to draw inferences from datasets consisting of input data without labeled responses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Examples

A

Clustering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Parametric Model

A
  • fixed set of parameters over size of data
  • simple
  • small dataset
  • we have assumptions about the model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Examples

A
Linear Regression
Logistic Regression
Naive Bayes
Perceptron
Neural Networks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Non Parametric Model

A
  • we have no or very poor assumptions about the model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Examples

A

SVM
KNN
Decision Tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Linear Model

- linear relationship

A

Example:
Linear and Logistic Regression
Perceptron

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Non Linear Model

A

Deep Learning algorithms

Multi layer Perceptron

How well did you know this?
1
Not at all
2
3
4
5
Perfectly