3. Logistic And Linear Regression And Nerual Networks Flashcards

1
Q

What is linear regression used for?

A

Linear regression is used to understand relationships between variables

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

What is logistics regression used for?

A

Logistic regression is used for binary classification tasks

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

What is neural networks used for?

A

Neural networks is used in the simple form of an ANN feedforward network as a powerful approach to both classification and regression

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

What does linear regression do?

A

Linear regression helps model the relationship between a dependent variable (response) and one or more independent variables (predictors).

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

What is the purpose of weights in linear regression?

A

The weights help determine how much information a certain attribute or feature tells about the predicted variable or feature

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

What is w_0 in linear regression?

A

It is a bias term, constant value allowing the model to make predictions even when all x’s are zero

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

What is the basis function in linear regression?

A

Basis function allow you to transform your input space to create more flexible models with a constant term

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

What is the purpose of logistic regression?

A

Logistic regression is used for binary classification tasks, modeling the probability of the positive class (coded as 1) with transformation ensuring that predicted probabilities always are between 1 and 0

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

What is the purpose of neural networks?

A

Feedforward neural network (ANN and forward pass) used for both classification and regression, considering weighted connected neurons through layers.

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