“pred_train = predict(train_x, train_y, parameters)”
I’m just wondering where the predict function is?
“pred_train = predict(train_x, train_y, parameters)”
I’m just wondering where the predict function is?
Hey @Fiona8
Welcome to the community! You can find the predict function in the dnn_app_utils file.
Regards,
Elemento
Correct. To examine that file, use “File → Open…” from your Jupyter notebook.