Modules 6-10 Flashcards

1
Q

What is Artificial Intelligence (AI) and Machine Learning (ML)?

A

Finding PATTERNS in data –> then, using them to make predictions

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

What are the two kind of data?

A

Structured and Unstructured

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

What is included in Structural Data?

A

table w/ rows/columns

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

What is included in Unstructured Data?

A

images, sound, speech, text

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

Which type of data is most commonly used?

A

Structured

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

What Is necessary to develop an dAI/ML app?

A

inputs and outputs

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

T/F
You do not need existing data on both inputs and output

A

FALSE
You MUST have EXISTING data on both INPUTS and OUTPUT

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

Example of input/output data to find patterns

A

Input –> ECG recording
Output –> Atrial Fibrilation

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

What is the process of….?

A

define the pattern
get the data
prepare the data
discover and visualize
train ML models
evaluate the models
select best one and fine tune
launch, monitor, maintain

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

Why do project not succeed?

A

data quality
data labeling
model accuracy/confidence

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

What percentage of projects fail?

A

85%

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

What percentage of projects stall?

A

96%

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

Examples of Structured data platforms

A

Microsoft azure machine learning studio
SAS enterprise miner (or viya)
python sci-kit learn

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

Examples of unstructured data platforms

A

python - Tensorflow, Keras code from scratch

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

Volume

A

The amount of data
- quantity of generated and stored data

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

variety

A

variety of forms of data
- the type and nature of the data

17
Q

velocity

A

the speed new data is generated and moves around
- the speed at which the data is generated and processed to meet the demands and challenges that lie in the path of growth and development.

18
Q

veracity

A

the trustworthiness of the data
- the extended definition for big data, which refers to the data quality and the data value

19
Q

What would be included in big data for healthcare?

A
  • electronic health record
  • insurance claims
  • data collected from smartphone applications, wearable devices, social media
  • population genomics data
20
Q

What characteristics can big data be described by?

A

The four V
-volume
-veracity
-velocity
-variety

21
Q

list some examples of big data in healthcare

A
  • electronic health record
  • insurance claims
  • data collected from smartphone applications, wearable devices, social media
  • population genomics data
22
Q

What are structured and unstructured data in EHR?

A
  • Structured is the defined units and values
  • Unstructured are images and notes
23
Q

Understand database, table, primary key and foreign key

A
  • PRIMARY KEY: unique identifier
  • FOREIGN KEY: the common factor between two tables
  • DATABASE:
24
Q
A