powered by
Evaluates the performance of a model on a given dataset.
evaluate(inputs, target, model)
set of inputs to the model
set of targets in one-hot encoded form
list of weights and biases
accuracy of the model
# NOT RUN { evaluate(train_data, train_target, mlp_model) # }
Run the code above in your browser using DataLab