Definitions Flashcards

1
Q

Define AÍ

A

Human intelligence exhibit by machines

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

Machine learning

A

An approach to achieve AI
Involves teaching a machine to recognize patters by example

Creating algorithm that learn complex functions from data and make predictions on it

Takes data
Learns patters
Classifies new data based on what was learn

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

Deep learning

A

Técnica para implementar machine learning atrás do uso de DNA- deep neural networks

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

Data science

A

Conjunto de princípios que suportam e guiam a extração de informação e conhecimento dos dados

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

Data mining

A

E a aplicação de algoritmos aos dados de forma a obter conhecimento; incorpora os princípios de data science.

Secondary analysis of large databases in order to find unsuspected relationships which are of the interest of data owner

Process of discovering interesting patters and knowledge from large amounts of data

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

Data eng vs data scientist vs business analyst

A

Data eng - creates the data foundation. creates the database from scratch; they design the way data will be retrieved, processed, and consumed.
Data scientist- focus em optimizar data; data modeling e algoritmos;
Business analyst- business acumen and can communicate with c suit and data scientist to help data driven decisions

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

Primary data vs secondary data

A

Primary- data collected to answer a specific goal

Secondary - data collected for any purpose from which we try to get information from. Data mining takes this one

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

Feature vs label

A

Feature são características - what we will use to identify the label
Label- what we want to predict
Feature is used to identify label

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

A real estate agency wants to estimate the price range for each customer based on their income;what is the feature and label

A

Feature is the income

Label is is which price of the house can we afford based on income

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

Inductive vs deductive models

A

Deductive: All men are mortal. Joe is a man. Therefore Joe is mortal.
(In deductive reasoning, a conclusion is reached by applying general rules to specific instances)
Inductive: This cat is black. That cat is black. A third cat is black. Therefore all cats are black.
(In inductive reasoning, the conclusion is reached by extrapolating from specific cases to general

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

Over fitting

A

Overfitting is the production of an analysis that corresponds too closely or exactly to a particular set of data, and fails to fit additional data or predict future observations reliably;

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

3 types of data set when testing a module

A

Training to develop module
validation test module
test apply module to real data

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

Training set ..The bigger, the better is what?

A

Classifier

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

Validation set ..The bigger, the better is what?

A

Better estimatation of optimal training

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

Test set ..The bigger, the better is what?

A

Performance of classifier

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

What can go wrong when building the model?

A

Learning things that are not true - fazer real ações erradas com base na amostra
Learns things that are true but not useful