Algorithms and models Flashcards

1
Q

regression model

A

xxx

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

Poisson regression model

A

Poisson regression is intended for use in regression models that are used to predict numeric values, typically counts. Therefore, you should use this module to create your regression model only if the values you are trying to predict fit the following conditions:

✑ The response variable has a Poisson distribution.
✑ Counts cannot be negative. The method will fail outright if you attempt to use it with negative labels.
✑ A Poisson distribution is a discrete distribution; therefore, it is not meaningful to use this method with non-whole numbers.

References:
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/poisson-regression

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

multiple linear regression

A

xxx

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

linear regression model.

A

xxx

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

decision tree

A

xxxq

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
Baysian Linear Regression
Neural Network Regression
Boosted Decision Tree Regression
Linear Regression
Decision Forest Regression
A

xxx

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

A. Multilayer Perceptions (MLPs)
B. Convolutional Neural Networks (CNNs)
C. Recurrent Neural Networks (RNNs)
D. Generative Adversarial Networks (GANs)

A

RNNs are designed to take sequences of text as inputs or return sequences of text as outputs, or both. They’re called recurrent because the network’s hidden layers have a loop in which the output and cell state from each time step become inputs at the next time step. This recurrence serves as a form of memory.
It allows contextual information to flow through the network so that relevant outputs from previous time steps can be applied to network operations at the current time step.

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

logistic regression

A

xxx

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