Which parameter in `model.fit()` signifies the number of times the model is exposed to the dataset?
Answer options
A
loss
B
epochs
C
batch_size
D
validation_data
E
optimizer
Correct answer: epochs
Explanation
The source marks the correct answer as: epochs.