Overview of logistic regression
Describe Inputs and outputs of logistic regression
Input - variables can be continuous or discrete
Output - Set of coefficients that indicate the relative impact of each driver + A linear expression for predicting the log-odds ratio of outcome as function of drivers
List logistic regression use cases
What is the goal of logistic regression?
Describe Y X and PI in Binary logistic regression model
Y = Binary Response X = Quantitative predictor pi = success
Logistic regression Pros
Logistic Regression Cons
Describe Neural Network Concept
- performs pattern matching, classification, etc tasks that are difficult for traditional computers
Describe an artificial neural network
What are the components of a single-layer neural network
Input layer, Hidden layer, output layer, parameters are weights and intercepts are biases
What are Ak and g(z) in a neural network
Ak is activations in the hidden layer
g(z) is called the activation function - popular functions are sigmoid and rectified linear
g(z) are typically non-linear derived features
Describe details of the output layer in ann and fitting model
- Fit model by minimizing cross entropy/ negative multinomial log-likelihood
Describe how CNN works
Describe the convolution filter ( learned, score)
What is the idea of convolution, its result, and the weight in the filters?
What are Pooling and its adv
Describe the architecture of CNN
How to create features X to characterize the document?
Use Bag of words
What is a bag of words
What is a recurrent neural network?
What is each observation in RNN and target y
Describe architecture of RNN and what does it represent?
How to increase accuracy for RNN
add LTSM - long and short-term memory
What is autocorrelation
is the correlation of all pairs