Chapter 1: Introduction to Machine Learning Flashcards

1
Q

Types of Machine Learning?

A

Supervised and Unsupervised learning

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

What is Supervized Machine Learning?

A
  1. Uses labeled datasets to train.
  2. Contains examples of both inputs (called features) and correct outputs (labels).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Types of Supervized Machine Learning?

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

What are the problems of the Supervized Machine Learning Technique?

A
  1. Bias-variance dilemma: how the ML model performs accurately using different training sets?
  2. High-bias models: how to deal with complex and noisy training dataset?
  3. Size of the training dataset: what is the acceptable size of the training dataset for the ML algorithm to compute accurate classification and prediction?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Unsupervized Machine Learning?

A
  1. Learns from data without human supervision.
  2. Models are given unlabeled data and allowed to discover patterns and insights without any explicit guidance or instruction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Types of Unsupervized Machine Learning?

A
  1. Clustering
  2. Association
  3. Dimensionality reduction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Where can ML be applied in real life?

A
  1. Spam detection
  2. Voice recognition
  3. Stock trading
  4. Robotics
  5. E-commerce
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Types of Machine Leaning Languages?

A
  1. Python
  2. R
  3. Matlab
  4. Scala-Scalable language
  5. Ruby
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Types of ML Software?

A
  1. WEKA (Open source)
  2. KafKa
  3. Spark & Hadoop
  4. DeepLearning4J
How well did you know this?
1
Not at all
2
3
4
5
Perfectly