What are the callbacks to use ? #24
Answered
by
mrdbourke
Programmer-RD-AI
asked this question in
Q&A
-
What are the callbacks to use? in TensorFlow (regression)
|
Beta Was this translation helpful? Give feedback.
Answered by
mrdbourke
Mar 15, 2021
Replies: 1 comment 1 reply
-
Hey Ranuga, We cover some popular callbacks in an upcoming module (if you're going through the regression module now). However, some of my favourite callbacks include:
And there's plenty more in the TensorFlow callback documentation (I'd give some a read when you want to learn more). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mrdbourke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Ranuga,
We cover some popular callbacks in an upcoming module (if you're going through the regression module now).
However, some of my favourite callbacks include:
And there's plenty more in the TensorFlow callback documentation (I'd give some a read when you want to learn more).