Week 01 Lecture Content Flashcards

1
Q

What is Machine Learning (Arthur Samuel)?

A

Definition: Machine Learning is the study of computer algorithms that improve automatically through experience according to a performance measure (1959).

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

What is Machine Learning (Tom Mitchell)?

A

A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance in tasks T, as measured by P, improves with experience E (1998).

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

What are the three major classes of Machine Learning?

A

Reinforcement Learning, Unsupervised Learning and Supervised Learning.

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

What is Artificial Intelligence?

A

The capability of a computer system to mimic human cognitive functions such as learning and problem solving.

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

What is Machine Learning?

A

an application of AI that uses mathematical models of data to help a computer without direct instruction. This enables a computer system to continue learning and improving on its own, based on experience.

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

What is Deep Learning?

A

Neural Network algorithms that learn important features in data by themselves. These network algorithms adapt through the process of repetitive training to uncover hidden patterns and new insights in complex data.

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

What is an Alternative Definition to Machine Learning?

A

Machine Learning is the study of computer algorithms that improve automatically through experience according to a performance measure.

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

Describe in Detail What Machine Learning Is?

A

Instead of writing a program by hand, we collect lots of examples that specify the correct output for a given input. A machine learning algorithm then takes these examples and produce a program that does the job.

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

How does Machine Learning Work?

A

This program may look quite different to a typical hand-written program. It may contain millions of numbers (parameters). If we do it right, the program works for new cases (generalization) as well as the ones we trained it on.

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

Why is Machine Learning Important (Part 1)?

A
  1. Automation and Efficiency: Machines learn to perform tasks that would otherwise require human intervention.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why is Machine Learning Important (Part 2)?

A
  1. Data Analysis and Prediction: From stock markets to weather forecasts, machine learning algorithms can process enormous amounts of data for analysis.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why is Machine Learning Important (Part 3)?

A
  1. Personalization and Engagement: Imagine your smartphone understanding your needs and preferences.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why is Machine Learning Important (Part 4)?

A
  1. Solving Complex Problems: In areas where traditional algorithms fail, machine learning thrives.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Why is Machine Learning Important (Part 5)?

A
  1. Social Impact: Addressing key challenges in sustainability, accessibility, and social justice.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Pattern Recognition Tasks involving Machine Learning?

A

Facial Identities, Handwritten or spoken words, Medical Images.

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

General Pattern Tasks involving Machine Learning?

A

Generating images (gap filling) or novel images for data generation.

17
Q

Anomaly Recognition Tasks involving Machine Learning?

A

Unusual sequences of credit card transactions, Unusual patterns of sensor readings in a nuclear power plant or unusual sound in your car engine.

18
Q

Prediction Tasks involving Machine Learning?

A

Future Stock Prices or Currency Exchange Rates.

19
Q

Another Example of a task that involves Machine Learning?

A

Recommendation systems for recommending user-specific content.

20
Q

Information Retrieval Tasks involving Machine Learning?

A

Developing automated systems for reading and parsing documents.

21
Q

Data Visualization Tasks involving Machine Learning?

A

Display data in a revealing way.

22
Q

Summarize Machine Learning?

A

Discuss the general field of Machine Learning, and where it sits in the grand scheme of things including Machine Learning and training models that generalize well to unseen data.

23
Q

State a Principle of Probability Theory?

A