b) A perceptron is the simplest type of neural network, consisting of a single layer that makes decisions based on linear combinations of the inputs.
c) Increasing the number of layers.
c) To output probabilities for multi-class classification problems.
b) A mode where TensorFlow operations are executed immediately, making it easier to debug and develop models interactively.
c) Keras API.
c) Reinforcement learning.
a) It allows deploying machine learning models as scalable web services.
c) The Sequential API is used for building simple, linear stacks of layers, while the Functional API allows for more complex architectures like multiple inputs/outputs and shared layers.
b) To save the model’s weights or the entire model during ...