Questions and Exercises
Check your level of understanding of the concepts presented in this chapter by answering the following questions:
- How can you set the loss function to train your neural network?
a) By using the Keras Loss Function node
b) By using the Keras Output Layer node
c) In the configuration window of the Keras Network Learner node
d) In the configuration window of the Keras Network Executor node
- How can you one-hot encode your features?
a) By using the One Hot Encoding node
b) By using the One to Many nodeÂ
c) By creating an integer encoding using the Category to Number node and afterward, the Integer to One Hot Encoding node
d) By creating an integer encoding, transforming it into a collection cell, and selecting the right conversion
- How can you define the number of neurons for the input of your network?
a) By using a Keras Input Layer node.
b) By using a Keras Dense Layer node without any input network.
c) The input dimension is set automatically based on...