C1 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

question-driven research

A

start with research question:

  1. formulate hypothesis
  2. design experiment
  3. collect required data
  4. analyse data
  5. accept or reject hypothesis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

data-driven research

A

start with data:

  1. explore the data
  2. formulate research question
  3. structure and label the data
  4. develop, apply and optimize learning techniques
  5. evaluate
  6. answer research question
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

data science experiment steps

A
  1. task definition
  2. data sampling (and labelling)
  3. data exploration
  4. pre-processing (and feature extraction)
  5. model learning
  6. evaluation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

structured vs unstructured data

A
  • structured data: a database with tables (rows and columns) and a relational key (logical expression of information)
  • semi-structured data: NoSQL, XML, JSON, CSV
  • structured data: anything else (image data, text data, sound data, sensor data, possibly with labels)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

data science techniques

A
  • data exploration
  • data mining / data exploration (unsupervised)
  • machine learning (supervised)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

logistic regression

A

discriminative model that learns to distinguish between two classes, minimizing the loss funcion with gradient descent and transforming the output to a probability with the sigmoid function

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

data challenges

A

noisy data, large data, small data, unknown classes, class imbalance, heterogeneous data

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