Question: A data scientist aims to develop a neural network model to predict whether a customer will be interested in a new product. Each customer record
A data scientist aims to develop a neural network model to predict whether a customer will be interested in a new product. Each customer record contains the following attributes: Age ranges from to Ethnicity possible values are White, Asian, Black, Hispanic, Others Annual Income ranges from to Whether heshe is a new customer possible values are Yes. No suppose the target variable can take binary values: 'Yes' means a customer will be interested in a new product; No means the opposite. What is the CORRECT design of the output layer in a neural network model for the classification task?
a The output layer consists of output node, and onehot encoding is needed on the target output variable.
b The output layer consists of output nodes, and onehot encoding is needed on the target output variable.
c The output layer consists of output nodes, and no additional encoding is needed on the target output variable.
d The output layer consists of output node, and no additional encoding is needed on the target output variable.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
