week one Flashcards

machine learning introduction

1
Q

what is artificial intelligence?

A

any technique which enables computers to mimic human behavior

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

what is machine learning?

A

AI techniques that give computers the ability to learn without explicitly being programmed to do so

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

what is deep learning?

A

a subset of machine learning that makes the computation of multi-layer neural networks feasible

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

how machine learning works

A

works by feeding the data to a generic algorithm and it finds something about this set of data and it builds its own logic based on the data.

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

what is the difference between programming and machine learning

A

programming is entering the program and data to get an output while machine learning is entering the data and output to get the program(logic) to apply it to other data.

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

what is supervised learning in machine learning

A

training data includes desired outputs.

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

what are the types of supervised learning in machine learning

A

. Classification - deals with discrete data
. Regression - deals with continuous data

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

what classification in supervised learning deals with in terms of data

A

deals with discrete data
(Detecting Email: spam/not spam )

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

what regression in supervised learning deals with in terms of data

A

deals with continuous data
(Predicting stock price within 3 months)

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

what is unsupervised learning in machine learning

A
  • input data without labels
  • inferring function to describe hidden structure from “unlabeled” data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what fields is unsupervised learning used in?

A

many fields like pattern recognition, image analysis, information retrieval, bioinformatics, and data compression.

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

what type of input does machine learning deal with or receive?

A

machine learning only receives numeric input.

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

how does machine learning see images?

A

as numbers inside of pixels

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

how does machine learning deal with text?

A

by text conversion using Embedding Techniques.

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